-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Installing fails on latest windows 10 #15160
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
Comments
@tacaswell I can provide more information at request... |
Try setting You may need to pull master for this to compile on newer versions of visual studio. |
Setting 'MPLLOCALFREETYPE=1
I kept track of what I was doing here: |
I suggest having a look at what we do with https://github.com/matplotlib/matplotlib/blob/master/.appveyor.yml and https://github.com/matplotlib/matplotlib/blob/master/ci/azure-pipelines-steps.yml for how we set up build environments on windows machines. On appveyor we build in a conda enviroment and get libz from conda and on azure we use Have you looked at https://matplotlib.org/3.1.0/users/installing.html#building-on-windows (which links to https://github.com/jbmohler/matplotlib-winbuild). for |
Ah, the underlying issue here is that we do not have pypy3 wheels on pypi. |
the z.lib problem was likely fixed by #13084, can you try building master? |
I met the same problem just now. The solution is to change back to Python 3.7. |
Had the same problem and can confirm switching back to 3.7 works. Thank you @timeneverdie |
@timeneverdie The solution is to install the build time dependencies. |
I have met the problem and solve it by |
This was essentially caused by not having wheels for Python 3.8 at that time; which resulted in installing from source. Installing from source needs some additional setup on windows. Getting that setup right is another topic. Closing as fixed by providing wheels for Python 3.8. |
looks like issue #13555
The text was updated successfully, but these errors were encountered: