Trouble with dependencies
Created by: Dreamlone
Trouble with Python versions
Made a copy of the framework repo. Create venv with with the specified requirements.txt
When launch experiments/fedot_bn_example.py
got the following error
ImportError: cannot import name 'TypedDict' from 'typing' (C:\Users\558\AppData\Local\Programs\Python\Python37\lib\typing.py)
According to this issue the problem is probably with the version of Python I am using. Anyway, when I used venv on python 3.9 instead of 3.7, it worked.
Dependencies may be incomplete
You use FEDOT (I understand that it is now used in experimental mode) in your experiments, as well as packages such as pgmpy, gmr, pyvis. However, they are not specified in requirements.txt. It may be worth expanding the list of libraries
Please check my worries