OmkarPathak/pygorithm

ImportError: cannot import name 'data_structures'

donatoaguirre24 opened this issue · 4 comments

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

@donatoaguirre24 can you post the full traceback of your error?

@donatoaguirre24 somehow your Python path is not set correctly. Just check the path for your Python modules and try again.

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.