Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

from Queue import Queue, Empty ModuleNotFoundError: No module named 'Queue' getting following error #38

Open
markmark1 opened this issue Feb 18, 2020 · 1 comment

Comments

@markmark1
Copy link

File "optionsdata.py", line 21, in
import ezibpy
File "/Users/mark/work/rss/options/lib/python3.7/site-packages/ezibpy/init.py", line 26, in
from ezibpy.ezibpy import ezIBpy
File "/lib/python3.7/site-packages/ezibpy/ezibpy.py", line 31, in
from ib.opt import Connection
/lib/python3.7/site-packages/ib/opt/init.py", line 30, in
from ib.opt.connection import Connection
lib/python3.7/site-packages/ib/opt/connection.py", line 20, in
from ib.opt.dispatcher import Dispatcher
lib/python3.7/site-packages/ib/opt/dispatcher.py", line 8, in
from Queue import Queue, Empty
ModuleNotFoundError: No module named 'Queue'

@Atila027
Copy link

I have same problem.
If anyone know about that,, please teach me now

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

2 participants