-
Notifications
You must be signed in to change notification settings - Fork 102
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 issue #93
Comments
As suggested by the error, simply remove |
Thank you so much for your response @hvgazula !
|
Not sure if it is related after running:
I saw:
after downgrading to numpy 1.19 it seems to work. |
Hi, if you look at https://github.com/BBillot/SynthSeg/blob/master/requirements_python3.8.txt it says that with python 3.8 numpy should be version 1.23.5. |
Hi @BBillot , I sincerely appreciate your help out here! While I am trying your suggestions, I need to mention the tensorflow version, which isn't mentioned here: https://github.com/BBillot/SynthSeg/blob/master/requirements_python3.6.txt. Could you please let me know this information? Thanks a lot, |
SynthSeg/requirements_python3.6.txt Line 42 in 2a2aa3b
|
Thanks @hvgazula, but as I understand tensorflow-gpu has been outdated (https://pypi.org/project/tensorflow-gpu/). So which tensorflow version would you suggest? |
well if you're using python 3.6 tensorflow-gpu should still be valid. If not just use straight tensorflow |
Hi @BBillot, thanks for the reply. It might be that the problem is with me not using a pyenv, instead of a conda env, but installing tensorflow-gpu and tensorflow are both causing errors. The following error is thrown when installing TensorFlow. Are you familiar with this error? I have followed all the requirements given in the repo.
|
@Shreyas-Bhat you mentioned "It might be that the problem is with me not using a pyenv, instead of a conda env,..." If I understood correctly, you are a conda user. In that case, the following steps worked fine for me (on Rocky Linux).
|
Hi @BBillot @neuronflow , I really appreciate your help here and I've been able to resolve my issues with regards to installation. Thanks a lot! |
Hello,
Thanks a lot for open-sourcing this code. It is very helpful.
I am facing the following error. I tried to downgrade my numpy to several previous versions. However, this issues hasn't been resolved. Can the maintainers of synthseg kindly look into this issue and let me know what I can do to solve this?
Best,
The text was updated successfully, but these errors were encountered: