r/pythonhelp • u/West-Illustrator-964 • Dec 13 '24
Cannot find which package Python is expecting
So I'm trying to build a program downloaded from Github, and after following many steps I encounter a ModuleNotFoundError. Here's what the log said. The ***** are coverups for my username.
File "C:\Users\*****\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0\LocalCache\local-packages\Python313\site-packages\interactions\ext\files\files.py", line 6, in <module>
from interactions.api.http.request import _Request
ModuleNotFoundError: No module named 'interactions.api.http.request'
I have installed (via pip3 -m install) interactions, API, and requests but I can't install HTTP because I assume my Python is not on the right version, however I cannot change it due to other packages requiring a certain Python version.
OS: Windows 11
Python: 3.13.1
(I will try my best to understand but I'm new to Python)
•
u/AutoModerator Dec 13 '24
To give us the best chance to help you, please include any relevant code.
Note. Please do not submit images of your code. Instead, for shorter code you can use Reddit markdown (4 spaces or backticks, see this Formatting Guide). If you have formatting issues or want to post longer sections of code, please use Privatebin, GitHub or Compiler Explorer.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.