Trying to package a Python program that I wrote into a library. I am following every guide that I can find regarding the relevant tools. Nothing works, and it very much feels like there is nowhere to ask for help. I hate this.
Not sure if I should have put this in c/doomer or c/technology.
The issue was solved by replacing a
-
in a directory’s name with a_
.Now, I need to learn a new framework and make a relevant program with it within a few hours.