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

runpy.py:125: RuntimeWarning: 'gridmap.runner' found in sys.modules #78

Open
JeWeizhong opened this issue Aug 23, 2018 · 2 comments
Open

Comments

@JeWeizhong
Copy link

python3.6/runpy.py:125: RuntimeWarning: 'gridmap.runner' found in sys.modules after import of package 'gridmap', but prior to execution of 'gridmap.runner'; this may result in unpredictable behaviour warn(RuntimeWarning(msg))

I don't know how to remove this warning,but the program is looks like running normally .

@dpoznik
Copy link

dpoznik commented Jan 15, 2021

Hi, I'm working with a long-ago forked version, and I'm getting exactly this warning. I'm curious if the issue was ever resolved? If not, any suggestions? I imagine it arises due to this:

jt.args = ['-m', 'gridmap.runner', '{}'.format(job.home_address), job.path]

Thanks!

@rkhaja
Copy link

rkhaja commented Jun 16, 2022

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

3 participants