Skip to content

"ImportError: cannot import name BigO"

Created by: Cris-Moran

Hello!

Using the Quicksort example in the README.md file gave me the following error:

Traceback (most recent call last): File "bigO.py", line 1, in <module> from bigO import BigO File "/Users/cris.moran/Dev/BigO/src/bigO.py", line 1, in <module> from bigO import BigO ImportError: cannot import name BigO

I thought this was initially a problem with the virtualenv I was using but the error also arose when I installed the package globally.

I'm not too experienced with Python packages so I'm not really sure what is causing this... does anyone know how to fix this?