Closed Antyos closed 3 years ago
Thanks for the bug report! I'll take a look at this issue, and get back to you.
Hi! Sorry for the long delay getting back to you. I've been slammed with schoolwork.
After a closer look, I've found that the issue is that the package uploaded to pip is named "src", not "pterasoftware". I mistakenly assumed that the package would be renamed to the distribution's name, but this isn't the case.
I'll release a hot-fix and then close this issue.
Whew! That was a bit tricky to figure out. Thank you for bearing with me @Antyos. The issue is the latest release: v1.2.2!
Bug Description
After installing PteraSoftware through pip, (as stated in the README), Python is unable to import it. Running
import pterasoftware as ps
raises an exception.When looking in the packages listed in the virtual environment, there is not a folder for
pterasoftware
, onlyPteraSoftware-1.2.0.dist-info
. This seems wrong.Reproduction
Create a virtual environment and install PteraSoftware:
Python shell:
Desktop
Additional Context
I have tested this on two different Windows machines, both with Pip directly and with Poetry. All have had the same issue.