-
Notifications
You must be signed in to change notification settings - Fork 24
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 problems on windows #29
Comments
Currently the module is in development and supports only LINUX and MAC. |
Ok, great. Thanks for your reply. Shall I leave the issue open until you clarify this point in the documentation? Best regards, |
Hi @flothesof,
|
Hi @patquem |
Hi @patquem, unfortunately we don't currently have the resources (time and machines) to test and support PySAP on Windows. We are currently preparing a new release of PySAP and I can try to include Docker container that may help. |
Hello @sfarrens, |
Well we will certainly do our best to make it as easy to install as possible. 😅 Regards to Guillaume! |
It was clear to me originally that Guillaume knew that PySAP is not yet compatible with Windows. I'm sorry about the waste of time. |
Don't worry about it @philouc. |
@patquem @flothesof the latest release of PySAP (v0.0.5) comes with a Docker image available on Docker Hub. As Windows supports Docker, this may be a solution that could interest you. To install the Docker image with PySAP pre-installed run: $ docker pull ceacosmic/pysap then to launch a Jupyter notebook that has access to your current working directory run: $ docker run -p 8888:8888 -v ${PWD}:/home ceacosmic/pysap |
Hi,
I'm trying to install pisap under Windows. I've tried several approaches that all fail at the cmake compilation stage.
This is the part of the log that seems relevant: (identical results were obtained for both Python versions)
I've noticed that you've also setup Travis builds (https://github.com/neurospin/pisap/blob/master/.travis.yml) and realized that the installation on Travis is not python setup.py install but manual installation of dependencies with pip. So I'm assuming it's not necessary to follow the cmake build steps to get it working.
Do you have any hints on how I can manage to get pisap working, based on the above?
Thanks for your help,
Florian
The text was updated successfully, but these errors were encountered: