RedditVideoMakerBot
RedditVideoMakerBot copied to clipboard
No module named "prawcore"
I got this error messages and I searched in the issues and I did all of that (pip install praw, pip install Prawcore) but it still gives me this error. I also upgraded to python 3.10.8
Run pip install -r requirements.txt (you have to do this again if you just updated to Python 3.10)
Run
pip install -r requirements.txt(you have to do this again if you just updated to Python 3.10)
I'm still having the same error message
Running that command should install all the packages, but you can also install as pip install praw. But maybe it's a different issue, like you have multiple versions of python or something.
Running that command should install all the packages, but you can also install as
pip install praw. But maybe it's a different issue, like you have multiple versions of python or something.
I already did that, i also think that is the case. Do you know how to remove the other python applications on Mac?
No, I am using Windows. I had to just uninstall all the Python versions and reinstall everything.
No, I am using Windows. I had to just uninstall all the Python versions and reinstall everything.
Ok thanks for helping.
try with:
pip3 install -r requirements.txt
pip3 install praw
This issue is stale because it has been open 7 days with no activity. Remove stale label or comment, or this will be closed in 10 days.
I am getting this error after creating 2 videos. Even I am using the same terminal window that I have used to create 2 videos. Nothing was changed except config.toml file for reddit post.
This issue is stale because it has been open 7 days with no activity. Remove stale label or comment, or this will be closed in 10 days.
In my case, I was using a virtual environment. Make sure that the virtual environment is /venv is located inside the RedditVideoMakerBot directory. You could possibly have some other misconfigurations that involve using a venv.
This issue is stale because it has been open 7 days with no activity. Remove stale label or comment, or this will be closed in 10 days.
Issue closed due to being stale. Please reopen if issue persists in latest version.