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

RuntimeError #9

Closed
niloofar-kh opened this issue Nov 3, 2017 · 2 comments
Closed

RuntimeError #9

niloofar-kh opened this issue Nov 3, 2017 · 2 comments

Comments

@niloofar-kh
Copy link

I tried to run runners>run_multiwalker.py but I'm faced with this error:

File "", line 1, in
runfile('C:/Users/niloo/PycharmProjects/untitled/MADRL-master/runners/run_multiwalker.py', wdir='C:/Users/niloo/PycharmProjects/untitled/MADRL-master/runners')

File "C:\Users\niloo\Anaconda3\lib\site-packages\spyder\utils\site\sitecustomize.py", line 710, in runfile
execfile(filename, namespace)

File "C:\Users\niloo\Anaconda3\lib\site-packages\spyder\utils\site\sitecustomize.py", line 101, in execfile
exec(compile(f.read(), filename, 'exec'), namespace)

File "C:/Users/niloo/PycharmProjects/untitled/MADRL-master/runners/run_multiwalker.py", line 7, in
from runners import RunnerParser

File "", line 961, in _find_and_load

File "", line 946, in _find_and_load_unlocked

File "", line 881, in _find_spec

File "", line 855, in _find_spec_legacy

File "C:\Users\niloo\Anaconda3\lib\site-packages\pyximport\pyximport.py", line 253, in find_module
fp, pathname, (ext,mode,ty) = imp.find_module(fullname,package_path)

File "C:\Users\niloo\Anaconda3\lib\imp.py", line 269, in find_module
raise RuntimeError("'path' must be None or a list, "

RuntimeError: 'path' must be None or a list, not <class '_frozen_importlib_external._NamespacePath'>
What should I do?

@rejuvyesh
Copy link
Collaborator

None of the codebase is tested to work on windows. Unfortunately, you are on your own here.

@niloofar-kh
Copy link
Author

Ok thanks I try it in Linux :)

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

2 participants