-
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
Installation Failed #37
Comments
Hi, thank you very much for the bug report. I believe the issue should be fixed now. Please try again and let me know how it goes. |
Thanks for the update. I'm pretty sure this code is fixed in the code but I didn't create a new singularity image. The interface for singularity hub has changed and now uses data lad, which I don't know how to use yet. I'll give it a go this weekend and get back to you. |
Hi, I managed to use singularity to pull the docker image, and I also used docker as well. I downloaded the sample data. I used the following command, and the program just wouldn't run (I also used docker run -it as well, the same error). Could you please test your commands to make sure that they work? It doesn't work for me. I pulled "tffunck/appian:latest-dev". yjin@c2023-> singularity exec appian_latest-dev.sif bash -c "python3 /opt/APPIAN/Launcher.py --sub 00101 --ses baseline --user-ants-command /opt/APPIAN/src/ants_command_quick.txt -s ds001705-download/ -t out_ds001705-download/ " /usr/local/lib/python3.6/dist-packages/ants/viz/render_surface_function.py:16: UserWarning: Cant import Plotly. Install it Warning : No task variables. Will run all sessions found in source directory /ifs/loni/faculty/thompson/four_d/yjin/PETSyn/ds001705-download
['baseline'] 1 [1 rows x 5 columns] yjin@c2023-> |
Hi, I've just come across this same issue with a missing module when trying to run the singularity container. I can see from the above comments that it seems like the singularity container needs to be updated for it to work, is there any update on when this might happen? Many thanks! error message: |
Hi, Singularity-Hub has apparently become read only so I can't make any more updates to it. However, I fixed the bug in a Docker container : tffunck/appian:latest. You can download it as a singularity image if you prefer. Let me know how it goes! I'll edit the documentation so that it points people in the direction of the Docker image. |
Hi,
When I installed the software, I met the error in the attached screenshot. It seems that the package is missing "ModuleNotFoundError: No module named 'sklearn.neighbors.kde". Please see the screenshot for details.
The text was updated successfully, but these errors were encountered: