No module named 'ultima_scraper_collection' #2075
Unanswered
dummythicc99
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Bumping this. Im also having this same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I fixed it with
You can check if it's working with
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried everything, including googling every single one of my issues. Every fix leads nowhere. I have fresh installed python many times so far.
I used to run this script with no issues about a year ago.
I'm going to explain my install process step by step and hopefully someone can tell me where I'm going wrong.
First attempt
I download and install Python 3.11 64 bit. I choose the first option (Install Now) to install to the default directory after selecting add to PATH.
I download [UltimaScraper-main.zip] from the main page of the github page. I then extract to my downloads folder.
I open a cmd prompt in the script folder and install poetry:
This means it's already installed? Cool. I did that a couple days ago.
I reboot
I run python updater, I install requests, then this happens:
OK. Maybe the default install location was a bad choice? I'll uninstall and try again.
Second attempt
2 I reboot for the hell of it
I extract the script again to my downloads folder
I run the install poetry command and get the same thing as before. Already installed. cool.
I do this:
And this is where I'm at. For the hell of it I ran [code]pip install ultima-scraper-collection[/code] and after it seemingly installed a whole bunch of stuff, I still get the same result.
Any help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions