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

[Bug Report] import d4rl No module named 'flow' and 'carla' #211

Open
zhushi-math opened this issue May 12, 2023 · 5 comments
Open

[Bug Report] import d4rl No module named 'flow' and 'carla' #211

zhushi-math opened this issue May 12, 2023 · 5 comments

Comments

@zhushi-math
Copy link

zhushi-math commented May 12, 2023

when i installed d4rl, i am going test like that

import gym
import d4rl
Warning: Flow failed to import. Set the environment variable D4RL_SUPPRESS_IMPORT_ERROR=1 to suppress this message.
No module named 'flow'
Warning: CARLA failed to import. Set the environment variable D4RL_SUPPRESS_IMPORT_ERROR=1 to suppress this message.
No module named 'carla'
pybullet build time: May 10 2023 15:34:0

@HenryZhang-git
Copy link

HenryZhang-git commented Jul 3, 2023

hi,have you solved your problem?
I had the same problem, perhaps because of the path to pip install . I installed d4rl in a virtual environment, but when I used pip install -e . ,d4rl it was unzipped in the same directory as setup.py

@dmksjfl
Copy link

dmksjfl commented Mar 5, 2024

check if you have installed flow and carla. d4rl can still be used if you do not install them

@Peterzhoujr
Copy link

check if you have installed flow and carla. d4rl can still be used if you do not install them

Hi I can't find flow, I wonder what module does flow refer to?

@dmksjfl
Copy link

dmksjfl commented May 18, 2024

check if you have installed flow and carla. d4rl can still be used if you do not install them

Hi I can't find flow, I wonder what module does flow refer to?

I think it is used to run flow-related tasks, e.g., flow-ring-random-v0. It does not matter if you do not run experiments on flow

@Peterzhoujr
Copy link

check if you have installed flow and carla. d4rl can still be used if you do not install them

Hi I can't find flow, I wonder what module does flow refer to?

I think it is used to run flow-related tasks, e.g., flow-ring-random-v0. It does not matter if you do not run experiments on flow

thank you for your help

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

4 participants