RedditVideoMakerBot icon indicating copy to clipboard operation
RedditVideoMakerBot copied to clipboard

No module named "prawcore"

Open bansie1234 opened this issue 3 years ago • 6 comments

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

bansie1234 avatar Oct 17 '22 21:10 bansie1234

Run pip install -r requirements.txt (you have to do this again if you just updated to Python 3.10)

TheSecurityDev avatar Oct 17 '22 22:10 TheSecurityDev

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

bansie1234 avatar Oct 17 '22 22:10 bansie1234

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.

TheSecurityDev avatar Oct 17 '22 22:10 TheSecurityDev

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?

bansie1234 avatar Oct 17 '22 22:10 bansie1234

No, I am using Windows. I had to just uninstall all the Python versions and reinstall everything.

TheSecurityDev avatar Oct 17 '22 22:10 TheSecurityDev

No, I am using Windows. I had to just uninstall all the Python versions and reinstall everything.

Ok thanks for helping.

bansie1234 avatar Oct 17 '22 22:10 bansie1234

try with: pip3 install -r requirements.txt pip3 install praw

bugfixr0 avatar Oct 20 '22 11:10 bugfixr0

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.

github-actions[bot] avatar Oct 27 '22 00:10 github-actions[bot]

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.

mayanksoni121 avatar Nov 05 '22 15:11 mayanksoni121

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.

github-actions[bot] avatar Nov 12 '22 00:11 github-actions[bot]

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.

StoryKnight avatar Nov 14 '22 05:11 StoryKnight

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.

github-actions[bot] avatar Nov 22 '22 00:11 github-actions[bot]

Issue closed due to being stale. Please reopen if issue persists in latest version.

github-actions[bot] avatar Dec 05 '22 00:12 github-actions[bot]