You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
i am trying to follow your instructions after installing the package but i get a ImportError: No module named quffka.cook_datasets
Pip seems to install everything correctly (https://pastebin.com/e0ANJQXg) and also my path contains the quffka folder (added a print(sys.path) inside cook_datasets):
~/Apps/quffka$ cook-datasets ['~/anaconda2/bin', '~/Apps/quffka', '~/anaconda2/lib/python27.zip', '~/anaconda2/lib/python2.7', '~/.local/lib/python2.7/site-packages', '~/anaconda2/lib/python2.7/site-packages', '~/anaconda2/lib/python2.7/site-packages'] Traceback (most recent call last): File "~/anaconda2/bin/cook-datasets", line 8, in <module> import quffka ImportError: No module named quffka
Any suggestions?
The text was updated successfully, but these errors were encountered:
--update
I think the issue is the version of python; for me, it worked only after switching to a python 3.x environment. Maybe add it as a requirement or create an empty __init__.py in quffka/quffka directory for compatibility
Hello,
i am trying to follow your instructions after installing the package but i get a
ImportError: No module named quffka.cook_datasets
Pip seems to install everything correctly (https://pastebin.com/e0ANJQXg) and also my path contains the quffka folder (added a
print(sys.path)
inside cook_datasets):~/Apps/quffka$ cook-datasets
['~/anaconda2/bin', '~/Apps/quffka', '~/anaconda2/lib/python27.zip', '~/anaconda2/lib/python2.7', '~/.local/lib/python2.7/site-packages', '~/anaconda2/lib/python2.7/site-packages', '~/anaconda2/lib/python2.7/site-packages'] Traceback (most recent call last): File "~/anaconda2/bin/cook-datasets", line 8, in <module> import quffka ImportError: No module named quffka
Any suggestions?
The text was updated successfully, but these errors were encountered: