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.
You must log in or register to comment.
And I soft-need to figure this stuff out within a few hours. Oh, and this is kind of important for my livelihood, as well. Time to miss out on a day of sleep.
Kind of want to scream internally.
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.