Open taylorlulu opened 1 year ago
I also have same question
Did you solve it yet? I met the same problem and I don't know what to do with it
I change the version of habitat-sim and habitat-lab to v0.2.1, then solved. You can try more version.
Thanks for the reply. I followed your recommendation changing the habitat-sim and habitat-lab version to v0.2.1. When I install habitat-sim everything goes find.But I got this error when I Did python setup.py deveplop --all The exact error output: Searching for tensorflow==1.13.1 Reading https://pypi.org/simple/tensorflow/ No local packages or working download links found for tensorflow==1.13.1 error: Could not find suitable distribution for Requirement.parse('tensorflow==1.13.1') Did you have the same problem too?
maybe you can try other python version, such as 3.6
----- Original Message ----- From: CallmeAG @.> To: facebookresearch/habitat-lab @.> Cc: "Yan Chi" @.>, Comment @.> Sent: Wed, 09 Aug 2023 17:37:48 -0700 Subject: Re: [facebookresearch/habitat-lab] X Error of failed request (Issue #1445)
Thanks for the reply. I followed your recommendation changing the habitat-sim and habitat-lab version to v0.2.1. When I install habitat-sim everything goes find.But I got this error when I Did python setup.py deveplop --all The exact error output: Searching for tensorflow==1.13.1 Reading https://pypi.org/simple/tensorflow/ No local packages or working download links found for tensorflow==1.13.1 error: Could not find suitable distribution for Requirement.parse('tensorflow==1.13.1') Did you have the same problem too?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
Finally I got no error running the commands trying python version 3.6 to build my conda env So thankful for your help!
Finally I got no error running the commands trying python version 3.6 to build my conda env So thankful for your help!
Could you help me? I also use python = 3.6 and habitat0.2.1(both lab and sim). But after I successfully install all the dependence, I run
python examples/interactive_play.py --never-end
it failed and output:
UserWarning: WARN: Gym minimally supports python 3.6 as the python foundation not longer supports the version, please update your version to 3.7+
"Gym minimally supports python 3.6 as the python foundation not longer supports the version, please update your version to 3.7+"
Traceback (most recent call last):
File "examples/interactive_play.py", line 43, in
This suggestion solved the error for me, info: ubuntu 22.04, python 3.9. habitat-sim/lab/baselines: 0.3.1. Installed via conda.
I'm facing this problem when ran the interactive_play.py. And other examples work properly. X Error of failed request: BadAccess (attempt to access private resource denied) Major opcode of failed request: 151 (GLX) Minor opcode of failed request: 5 (X_GLXMakeCurrent) Serial number of failed request: 97 Current serial number in output stream: 97 I've tried habitat 0.2.4 and habitat 0.2.3 howerver they reported the same error. How can I fix this problem? I'm using
I have no idea this problem was caused by the installtion of habitat or just a driver issue. I would appreciate your help.