I already had beem installed(and working correctly), so I’m still getting the same syntax error on line 50. I’m getting the same error even if I rename the account list file .csv from .txt and even if I try to run it with python3. I’m not sure what wizardry is going on anymore. I’m trying this on my ubuntu 16.04 vps server.
I already had beem installed(and working correctly), so I’m still getting the same syntax error on line 50. I’m getting the same error even if I rename the account list file .csv from .txt and even if I try to run it with python3. I’m not sure what wizardry is going on anymore. I’m trying this on my ubuntu 16.04 vps server.
You can use
pip install -U beembut using the requirements.txt file is ideal as it will get all modules if I add any later.If you are getting an error on line 50 that's because you are using Python 2 and not Python 3.
You can do a
python -Vto confirm.