Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing error #19

Open
gauravrana100 opened this issue Mar 18, 2019 · 1 comment
Open

Installing error #19

gauravrana100 opened this issue Mar 18, 2019 · 1 comment

Comments

@gauravrana100
Copy link

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

python setup.py build_ext -i

error: Unable to find vcvarsall.bat

@bravotty
Copy link

bravotty commented Mar 27, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants