-
Notifications
You must be signed in to change notification settings - Fork 17
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
Build fails on Windows 10 #69
Comments
Hi, sorry for the delay and that you have problems. Can you try this and let the setup install all dependencies? Also, does |
Hi, I recently found the problem and didn't update this issue, my bad. It stemmed from It was solved by manually installing each dependency in the environment beforehand (from the top of my head : A fresh |
Ok, thanks, closing this. |
Hi,
I'm not sure if this project is still maintained, but I can't find a solution anywhere else.
I'm trying to build from source, based on the master branch and following the instructions.
I have a conda environment with
Python 3.7.16
,Cython 0.29.33
andnumpy 1.17.4
(originally 1.21).Here's the full trace :
This always happens as pandas is compiling :
Compiling pandas\io/sas/sas.pyx because it changed.
setuptools
installs version 1.5.3 :The only link which mentions that exact error is this, which recommends downgrading
numpy
. I progressively went down to version 1.17.4, to no avail.Could any one point me to specific versions of Python,
numpy
andpandas
on which building was successful ?The text was updated successfully, but these errors were encountered: