You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is impossible to create an environment or install the proper dependencies for Flow to work, with the current environment.yml and requirements.txt. This is because the dependencies are mostly outdated and have conflicts, which need to be resolved during installation.
I personally had a hard time before I could actually get Flow to work on my Ubuntu 18.04 machine, so I'm posting the changes that MIGHT work for you as well (this totally depends on your machine as I have not tested it on any other OS).
If you still have some dependency issues, just make sure that you remove the versions from the above files and allow pip to resolve any conflicts.
Another tip is to uninstall and reinstall packages if they throw ImportError, ModuleNotFoundError etc.
Also, any help regarding how to install Flow on Windows would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Bug Description
It is impossible to create an environment or install the proper dependencies for Flow to work, with the current
environment.yml
andrequirements.txt
. This is because the dependencies are mostly outdated and have conflicts, which need to be resolved during installation.I personally had a hard time before I could actually get Flow to work on my Ubuntu 18.04 machine, so I'm posting the changes that MIGHT work for you as well (this totally depends on your machine as I have not tested it on any other OS).
environment.yml:
requirements.txt
If you still have some dependency issues, just make sure that you remove the versions from the above files and allow pip to resolve any conflicts.
Another tip is to uninstall and reinstall packages if they throw ImportError, ModuleNotFoundError etc.
Also, any help regarding how to install Flow on Windows would be greatly appreciated.
The text was updated successfully, but these errors were encountered: