PyFlow icon indicating copy to clipboard operation
PyFlow copied to clipboard

no module name pyflow

Open tkamkb opened this issue 4 years ago • 1 comments

I use "pip install pyflow" and "conda install pyflow" in python3.7 windows conda virtual environment. But when I use "import pyflow" in code and run the code, it said "ModuleNotFoundError: No module named 'pyflow'". How can I fix this problem? Thanks!

tkamkb avatar Mar 17 '21 02:03 tkamkb

For future readers : there's another project name pyflow and it is a package manager (just like pip for example).

pip install pyflow does not install the right lib.

For installing this pyflow, refer to the doc : PyFlow homepage

MatthieuMayer avatar Jul 25 '22 10:07 MatthieuMayer