alexlaverty / python-reddit-youtube-bot

Automated Reddit Youtube Video Bot
https://www.youtube.com/channel/UCzIwW92D_rM5_yvWBsquSbw
78 stars 17 forks source link

New update ... version 2? ... SyntaxError: Missing parentheses in call to 'print' #19

Closed alexdo83 closed 1 year ago

alexdo83 commented 1 year ago

image

alexlaverty commented 1 year ago

I don't seem to have print prompt anywhere in my codebase, do you have another pip package installed that might be colliding with it? do you have this library installed with the same name ? https://pypi.org/project/speech/

alexdo83 commented 1 year ago

I don't seem to have print prompt anywhere in my codebase, do you have another pip package installed that might be colliding with it? do you have this library installed with the same name ? https://pypi.org/project/speech/

I tried deleting PIP and reinstalling it, but I still get this error... in the old version I still work fine

alexdo83 commented 1 year ago

I also tried installing it on my laptop... it still doesn't work

alexdo83 commented 1 year ago

I have removed python3 and reinstalled... I think there are some conflicts.

alexlaverty commented 1 year ago

Did you manage to resolve it? You can also run this code via docker which will replicate how I'm running it, need to have docker installed https://www.docker.com/ and then should just be able to do :

docker-compose up 

takes quite a while to build the image for the first time though.