Unable to import Neocities Library
Closed this issue · 5 comments
KoungMyatHein commented
Python3.6 complains that the Library does not exist when trying to import.
Python file attached.
spreadsheet.txt
KoungMyatHein commented
The code is just for my personal use and is very shoddy. I apologize for the half-baked code. :)
soulshake commented
You're running your code with python3
, and you ran python setup.py install
, right? If so, the installer probably ran with python 2.
What is the output of python --version
? If it's 2.x
, you probably need to run python3 setup.py install
.
KoungMyatHein commented
The version is Python 3.6.4
KoungMyatHein commented
KoungMyatHein commented
Issue solved by updating virtual environment.