pyflow icon indicating copy to clipboard operation
pyflow copied to clipboard

Installing error

Open gauravrana100 opened this issue 6 years ago • 1 comments

I am running on windows 10. This error comes when running:

python setup.py build_ext -i

error: Unable to find vcvarsall.bat

gauravrana100 avatar Mar 18 '19 09:03 gauravrana100

perfer to use 'Ubuntu in Windows' to run this code, it works! Step 1: follow the tips from tutorials to install the 'Ubuntu in Windows' url : Ubuntu installation tutorials Step 2:

cd /your_project_folder/
sudo apt install pip3
pip3 install Cython numpy pillow

Step 3: run the setup.py with params python3 the demo.py

bravotty avatar Mar 27 '19 09:03 bravotty