ImportError: cannot import name 'data_structures'
donatoaguirre24 opened this issue · 4 comments
donatoaguirre24 commented
I get that error for almost all modules less searching and sorting
'pip3 install pygorithm' successful
Windows 10 64 bits
Python 3.6.1 64 bits
IanDoarn commented
@donatoaguirre24 can you post the full traceback of your error?
donatoaguirre24 commented
OmkarPathak commented
@donatoaguirre24 somehow your Python path is not set correctly. Just check the path for your Python modules and try again.
donatoaguirre24 commented
Fixed, uninstalled pygorithm and re-installed and everything started to work fine. The uninstalled package was 0.1.dev2 but when I reinstalled I got the 1.0.3 is strange but that explains why it did not work before. Thanks for the reply anyway.