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

ImportError: No module named tzlocal #31

Open
ghost opened this issue Aug 9, 2015 · 4 comments
Open

ImportError: No module named tzlocal #31

ghost opened this issue Aug 9, 2015 · 4 comments

Comments

@ghost
Copy link

ghost commented Aug 9, 2015

I keep getting :ImportError: No module named tzlocal" and I do not know what to do. I reinstalled the pip tzlocal and nothing happens.

@BlackOsint
Copy link

try: "sudo pip install tzlocal"

@ghost
Copy link
Author

ghost commented Aug 11, 2015

Thank you. That worked. Now I am getting a ImportError: No module named GraphMLParser. But there are a few threads that are already addressing that issue.

@huoshanwei
Copy link

Traceback (most recent call last):
File "run.py", line 4, in
from vnpy.trader.engine import MainEngine
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/vnpy-2.6.0-py3.7.egg/vnpy/trader/engine.py", line 45, in
from .setting import SETTINGS
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/vnpy-2.6.0-py3.7.egg/vnpy/trader/setting.py", line 7, in
from tzlocal import get_localzone
ModuleNotFoundError: No module named 'tzlocal'

执行sudo pip install tzlocal也不行啊 还是会提示这个错误 求大神帮忙解决

@JeffQuantFin
Copy link

Traceback (most recent call last): File "run.py", line 4, in from vnpy.trader.engine import MainEngine File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/vnpy-2.6.0-py3.7.egg/vnpy/trader/engine.py", line 45, in from .setting import SETTINGS File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/vnpy-2.6.0-py3.7.egg/vnpy/trader/setting.py", line 7, in from tzlocal import get_localzone ModuleNotFoundError: No module named 'tzlocal'

执行sudo pip install tzlocal也不行啊 还是会提示这个错误 求大神帮忙解决

我也是。。请问你解决了吗?

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