You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm using Windows11(OSBuild:22621.674) and running this on virtual env on anaconda. I installed rex-gym from source (not PyPi).
Then, I faced same problem as this and I tried pip install --no-dependencies . but I still in pip's dependecies problem.
It seems the install succeeded, but actually, a lot of modules which is needed for rex-gym weren't installed such as gym.
I tried to install them manually , but I couldn't find appropriate version.
How do you solve the dependencies problems? Please let me know. Thank you.
The text was updated successfully, but these errors were encountered:
I use Ubuntu 22.04 and running into the same problem. The following solution works for me.
Change the "tensorflow-probability==0.8" to "tensorflow-probability<=0.8" in the requirement.txt file.
Then, use "pip install ." to install the package.
Hi, I'm using Windows11(OSBuild:22621.674) and running this on virtual env on anaconda. I installed rex-gym from source (not PyPi).
Then, I faced same problem as this and I tried
pip install --no-dependencies .
but I still in pip's dependecies problem.It seems the install succeeded, but actually, a lot of modules which is needed for rex-gym weren't installed such as gym.
I tried to install them manually , but I couldn't find appropriate version.
How do you solve the dependencies problems? Please let me know. Thank you.
The text was updated successfully, but these errors were encountered: