You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Windows build is currently broken due to various reasons and has to be fixed. Some of the challenges on Windows are mentioned in issue #14. Other related issues are #16, #26, #28. @pbrod@eelcovv@ocefpaf lets try to find a workable solution for the Windows build here. On both Linux and Windows issue #18 indicates something else is not entirely right in the current build procedure.
Things to do:
reproducible Windows builds: requirements and how-to
py2.7 conda package and binary wheel for pypi (32 and 64-bit)
py3.4 conda package and binary wheel for pypi (32 and 64-bit)
py3.5 conda package and binary wheel for pypi (32 and 64-bit)
The text was updated successfully, but these errors were encountered:
For Python 3.4 and with the Intel Fortran compiler, I have been able to get it to work when installing from the source directory with pip install -e ./. Here's the procedure I followed:
create and activate a python 3.4 environment
conda create -n py34 python=3.4
activate py34
install dependencies, when using pip use --no-deps to avoid pip updating conda packages:
The Windows build is currently broken due to various reasons and has to be fixed. Some of the challenges on Windows are mentioned in issue #14. Other related issues are #16, #26, #28. @pbrod @eelcovv @ocefpaf lets try to find a workable solution for the Windows build here. On both Linux and Windows issue #18 indicates something else is not entirely right in the current build procedure.
Things to do:
The text was updated successfully, but these errors were encountered: