joselado / quantum-honeycomp

Package to perform tight binding calculation in tight binding models, with a friendly user interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install failure - TypeError in pycommand.py

TheGreatFox opened this issue · comments

Issue:
When installing quantum-honeycomp following the instructions in the README, installer fails with the following:
File "../Downloads/quantum-honeycomp/pysrc/interpreter/pycommand.py", line 48, in install_dependencies
os.system(pip+" install "+l) # install this library
TypeError: unsupported operand type(s) for +: 'Nonetype' and 'str'

Additional info:

Follow-up:
This same error is also seen for Ubuntu 18.04.3 LTS (fresh installation).
This only appears on new installations. An existing installation on an old VM of 18.04 updates correctly, as this process does not depend on the installer (git pull).

Thanks TheGreatFox for the note, I just did an update now, now it should install correctly.

Addressed the installer issue, but brings up a bad python interpreter issue now for a fresh install. Opening another bug since the installer issue was resolved.