-
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
[BUG] No Envs after installing from sources #287
Comments
You need to change directory, try |
Thanks. It is working! I wonder what I can do to make it globally available. |
it's a python issue -- if you have a dir called |
@Trinkle23897 this works only when i'm in the docker container, but when I am out of it, and I pip install the wheel (even if the original folder is completely gone) this still occurs. How do I proceed? |
could you execute |
@Trinkle23897 I made a conda environment enp, pip installed the wheel, Here's the output: |
interesting, how did you install the package? |
I tried this on both the server it was built on (in the docker container), for both I moved the wheel to /home/renos/temp/ and ran the following: pip install envpool-0.8.4-cp310-cp310-linux_x86_64.whl |
could you exec |
|
can you import |
@Trinkle23897 Ah I think you found the culprit (or at least one): (enp) renos@hansel:~$ python -c "import envpool.mujoco.mujoco_gym_envpool" How would I make a generic build? I've tried running make bazel-release and yield the same result |
what's your os version? we don't support ubuntu 16.04 |
(enp) @:~$ lsb_release -a When I |
okay, could you try creating docker via |
@Trinkle23897 I edit docker-release-launch to include ENV USE_BAZEL_VERSION=6.4.0 make docker-release-launch
|
Interesting, it seems the test is broken on master. I’ll try my best and get it fixed this week. Sorry for the break! |
Sorry more delay, I can't make it this week, will try next week (try to ship a big thing to chatgpt training) |
@Trinkle23897 Hi just a bump on this, I can work around for my research for now but I can't test my pr till this is done. |
I am facing the same issue, with release 0.8.4. Is there a solution or workaround for this problem by now? |
Describe the bug
I have tried to install the envpool from the source on a docker image by calling
make docker-dev
.In the repo, I called
Envpool is added to my python library. However, when I enter into python console,
To Reproduce
Create new docker
In docker:
After install:
Expected behavior
Some envs in the list.
System info
Describe the characteristic of your environment:
Checklist
The text was updated successfully, but these errors were encountered: