-
Notifications
You must be signed in to change notification settings - Fork 4
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
完全搭建不起环境,气死了,pycortex死活装不了 #4
Comments
非常愤怒,开源代码的里的yaml文件完全无法安装环境,做个科研怎么那么难 |
当然,我其实更希望重新造轮子,但是每个项目都是反复封装,我太菜了,根本看不懂他们想表达什么,我真的要抑郁了。 |
别气了 别气了 跑一下把报错发这里
|
(brainnet) bhui@rhcsnero-1:~/ML/xiaoyang/ICLR2025/Brain/CLIP$ pip install -U pycortex × Building wheel for pycortex (pyproject.toml) did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. |
looks like build essential tools are missing in your machine, please try
|
Actually: the problem is still here |
is setuptools installed?
https://gallantlab.org/pycortex/install.html |
yes |
you could try install an older version of pycortex, the one I was using is
|
same error |
I believe the issue is related to setuptools, you could try these https://stackoverflow.com/questions/69919970/no-module-named-distutils-util-but-distutils-installed building envs is a headache, the ultimate solution is to use the docker image install docker and nvidia-docker plugin:
run the env:
|
我还是不太理解
我能明白docker是用别的搭建的环境 |
其实我只是想跑一下example.ipynb |
真想remake了 |
docker run -it --gpus all --shm-size 32G huzeeee/afo:latest /bin/bash |
这是pycorex那边自己出问题了,现已修复,感谢帮助。 |
A question of example.ipynb
|
cortex.download_subject("fsaverage", download_again=False) |
No description provided.
The text was updated successfully, but these errors were encountered: