-
Notifications
You must be signed in to change notification settings - Fork 45
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
Installation on Windows 10 with Anaconda3 (64 bits) #113
Comments
The error seems to be with not finding sundials:
odes does not need Microsoft Visual C++ 14.0 , so unclear to me why this would be searched. We do compile small test codes so as to test with what parameters sundials is installed. Note also that pip installs latest version, not sure if conda already has sundials 5.1.0 |
I am a newbie using python and conda ! How can I test sundials ? |
@rodvallejo the simplest way to use odes is on a linux box and following the installation part of the manual. In Windows you will need to have some experience on setting up build environment and determining if dependencies are correctly working. |
Tks @bmcage ! In my company all the computers are based on windows OS and we can't install linux. I have tried to build a virtual linux environment on a cloud server in order to install odes. |
This solution worked for me when I had the same issue. Although it wasn't apparent to me why Visual C++ was needed. |
If you are installing the dependencies via conda-forge, you can also do this I am also now seeing build errors connected to recent versions of pip/setuptools on windows. See here: conda-forge/scikits.odes-feedstock#8 I haven't quite been able to figure it out. |
Dear fellows,
I have tried to install scikits.odes on a Windows 10 OS with Anaconda 3, but I had some issues.
Packages Installed successfully:
SUNDIALS (
conda install -c conda-forge sundials
)c-complier (
conda install -c conda-forge c-compiler
)fortran-compiles (
conda install -c conda-forge fortran-compiler
)lapack (
conda install -c conda-forge lapack
)blas (
conda install -c conda-forge blas
)However, I had the following problems in order to install scikits.odes (
pip install scikits.odes
)error_scikits_odes.txt
Even with
pip install -v scikits.odes
i had problemsERROR: Failed building wheel for scikits.odes
ERROR: Could not build wheels for scikits.odes which use PEP 517 and cannot be installed directly
Could you help me ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: