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

No module named 'bark.core' #154

Open
drxlchan opened this issue Apr 26, 2022 · 0 comments
Open

No module named 'bark.core' #154

drxlchan opened this issue Apr 26, 2022 · 0 comments

Comments

@drxlchan
Copy link

I just install bark-ml as pypi. And when I tried the example. The error I got is
Traceback (most recent call last):
File "test.py", line 6, in
import bark_ml.environments.gym
File "/home/ubuntu/data/anacond3/envs/bark/lib/python3.7/site-packages/bark_ml/environments/init.py", line 1, in
from bark_ml.environments.single_agent_runtime import SingleAgentRuntime # pylint: disable=unused-import
File "/home/ubuntu/data/anacond3/envs/bark/lib/python3.7/site-packages/bark_ml/environments/single_agent_runtime.py", line 8, in
from bark.runtime.runtime import Runtime
File "/home/ubuntu/data/Jeffrey/bark/bark/runtime/init.py", line 1, in
from .runtime import Runtime
File "/home/ubuntu/data/Jeffrey/bark/bark/runtime/runtime.py", line 14, in
from bark.core.world.opendrive import *
ModuleNotFoundError: No module named 'bark.core'

I run it in a virtual anaconda environment under Linux. The version of python is 3.7.

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

1 participant