-
Notifications
You must be signed in to change notification settings - Fork 5
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
Question on Python version #1
Comments
Hi @yangheeim, I'll have a look tonight and see if I can update the branch. I suspect the problem is that dependencies have changed! |
Hi! Thank you for your response! Commandsconda create -n venv python=3.7 <3.8,3.9,3.10> Errorerror mainly occured while importing torch_geometric saying 'No module something' OScat /etc/os-release CENTOS_MANTISBT_PROJECT="CentOS-7" Anacondaconda -V |
I think I managed to have some luck after modifying the CPU requirements to pip install something! Would CPU requirements be enough for your exploration? I think I need some more time to get GPU requirements for CUDA 12! |
@yangheeim please try the requirements in this fork. I was able to pip install them with Python 3.7 and was able to get past your |
@cemlyn007 Hi! I will try implementing with CPU requirements then. thank you for your help! Also, are you or anyone in your group still working on the project related to this by any chances? |
Maybe @amiralansary? Otherwise I don't think anyone else is working on applying deep learning (DL) to brains but most if not all of us are still working on DL applications |
I see thanks! :) |
@cemlyn007 Hi again! Sorry for bothering you again. error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. |
Without more logging I can't see why jsmin had a problem on your machine, but since it's probably a dependency for the Django webserver, you could try removing it as a requirement? |
Hi! Thank you for sharing your code,
I would like to implement your code, but I've failed.
I've tried python3.7, 3.8, 3.9, 3.10
but every version results in errors..
I would really appreciate if you can give advice for this, Thanks!
The text was updated successfully, but these errors were encountered: