-
Notifications
You must be signed in to change notification settings - Fork 100
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
pip install -r requirements.txt, issue with tensorflow #13
Comments
If tensorflow is already installed, then you just remove the tensorflow-gpu==1.3.0 from the requirements.txt, install the other dependencies, and then try to run the code. |
In that case at some point I come across:
Some other stuff goes through, but I end up with:
|
Could you try installing opendr from here and check? |
Let me try, I'll get back to you |
There's no guide on how to install it. I've tried the
|
Are you using python2.7 or python3? |
python3 |
Oh, so opendr doesnt support python3, same for MPI-IS/mesh. I think it would be more convenient if you use python2.7. MPI-IS/mesh is expected to be python3 friendly in future, and we will update the code when dependencies start support python3 as well. |
There is an unofficial opendr (https://github.com/polmorenoc/opendr) port for Python 3 and I'm working on porting the mesh lib... |
Thanks @Dawars . Could you send the pull request to mesh lib once the port is complete? |
@lukkio88 hello lukkio did you resolve the opendr issue? |
My apologies for the late reply. No, I didn't manage. But I would be very happy if I could manage. |
Hi, I use python2.7 for this project and I installed opendr, but I cannot install MPI/Mesh. I found the mesh package requires python3.5+ right now and maybe that is why I cannot compile it . How could I install mesh in python2.7? Looking forward for your reply. |
Hi, when I try to run
I get the error:
However I've already installed tensorflow and tensorflow gpu, I can spot what the issue is.
I've tried to hack your requirement file (essentially just removing the version) it still doesn't work.
Can you help?
The text was updated successfully, but these errors were encountered: