-
Notifications
You must be signed in to change notification settings - Fork 13
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
Windows installation #17
Comments
Looks like official documentation suggests "Microsoft Visual C++ Build Tools" is the correct answer, but I'm going to try with MinGW to see if it'll work |
The computer I had access to that had Windows 10 did not give me admin rights. So all steps below assume no admin rights (part of the reason I couldn't go with VS C++ 14.0 option, requires admin rights to install...) First try...
Unfortunately this leads to an error stemming from a mismatch between MinGW and Python, 32 bit and 64 bit respectively (see kivy/cymunk#52 (comment)). Let's try again, this time with 64 bit MinGW...
We need to explicitly give option
Summary:
|
Running basic_cgrappa.py needs scipy. |
Windows 10, python 3.7.3, pygrappa v0.4.0.
In clean virtual environment
command:
pip install pygrappa
Output:
The text was updated successfully, but these errors were encountered: