OmkarPathak/pygorithm

ModuleNotFoundError: No module named 'pygorithm.sorting'; 'pygorithm' is not a package

Jackson-Jack opened this issue · 2 comments

After execute 'pip3 install pygorithm' successful, I use the first example code named 'To sort your list' ,but the run result is "ModuleNotFoundError: No module named 'pygorithm.sorting'; 'pygorithm' is not a package". (ps: macOS Sierra, virtualenv,python3)

Try in your shell:
export PYTHONPATH="$PYTHONPATH:/path/to/pygorithm"

Thank you very much. I find it normal work without use virtualenv.