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

ModuleNotFoundError: No module named 'benchmarking' #18

Open
HPark0517 opened this issue Dec 19, 2020 · 0 comments
Open

ModuleNotFoundError: No module named 'benchmarking' #18

HPark0517 opened this issue Dec 19, 2020 · 0 comments

Comments

@HPark0517
Copy link

Hi,
Anyone having problems with importing ? I was following setup process:

python toolkit/benchmarking . [output_dir]

and output was

Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "toolkit/benchmarking/main.py", line 4, in
from benchmarking.load_all_datasets import get_datasets, get_trajlets, all_dataset_names
ModuleNotFoundError: No module named 'benchmarking'

my bashrc path:
export PATH=/usr/bin/python3:$PATH
export PYTHONPATH=$PYTHONPATH:/home/vsproject/OpenTraj

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