Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

RuntimeError: cannot release un-acquired lock #4

Open
Victor-Chow opened this issue Dec 16, 2017 · 0 comments
Open

RuntimeError: cannot release un-acquired lock #4

Victor-Chow opened this issue Dec 16, 2017 · 0 comments

Comments

@Victor-Chow
Copy link

Victor-Chow commented Dec 16, 2017

When I try to import it ,print these:

RuntimeError Traceback (most recent call last)
~/env/lib/python3.5/importlib/_bootstrap.py in find_and_load(name, import)

~/env/lib/python3.5/importlib/_bootstrap.py in find_and_load_unlocked(name, import)

~/env/lib/python3.5/importlib/_bootstrap.py in _load_unlocked(spec)

~/env/lib/python3.5/importlib/_bootstrap_external.py in exec_module(self, module)

~/env/lib/python3.5/importlib/_bootstrap.py in _call_with_frames_removed(f, *args, **kwds)

~/env/lib/python3.5/site-packages/Proxies/init.py in ()
----> 1 from .Proxies import Proxies

~/env/lib/python3.5/importlib/_bootstrap.py in find_and_load(name, import)

~/env/lib/python3.5/importlib/_bootstrap.py in exit(self, *args, **kwargs)

~/env/lib/python3.5/importlib/_bootstrap.py in release(self)

RuntimeError: cannot release un-acquired lock

During handling of the above exception, another exception occurred:

RuntimeError Traceback (most recent call last)
in ()
----> 1 import Proxies

~/env/lib/python3.5/importlib/_bootstrap.py in find_and_load(name, import)

~/env/lib/python3.5/importlib/_bootstrap.py in exit(self, *args, **kwargs)

~/env/lib/python3.5/importlib/_bootstrap.py in release(self)

RuntimeError: cannot release un-acquired lock

@Victor-Chow Victor-Chow changed the title Runtimecannot release un-acquired lock RuntimeError: cannot release un-acquired lock Dec 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant