Skip to content
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

Modules dependencies error #40

Open
raiu-trp opened this issue Oct 31, 2022 · 2 comments
Open

Modules dependencies error #40

raiu-trp opened this issue Oct 31, 2022 · 2 comments

Comments

@raiu-trp
Copy link

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.
image
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.

@ziwei-jiang
Copy link

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.

@zhagao380
Copy link

我使用 Ubuntu 22.04 并遇到了同样的问题。以下解决方案适用于我。将 requirement.txt 文件中的 “tensorflow-probability==0.8” 更改为 “tensorflow-probability<=0.8”。然后,使用 “pip install” 安装软件包。

“pip install” 安装软件包。是运行 "pip install gym" 安装gym吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants