soraxas / echo360

Commandline tool for automated downloads of echo360 videos hosted by university
https://cs.tinyiu.com/echo360
MIT License
261 stars 51 forks source link

Running pip install echo360 installs a selenium version incompatible with chrome version #80

Closed FantasticTidalWaves closed 6 months ago

FantasticTidalWaves commented 6 months ago

I ran pip install echo360 and encountered the following error: image_2024-02-29_195044916

I had no issues playing around with this prior. I had initially just run pip install -r requirements.txt and then running the echo360.py as directed. However, after running pip install echo360, I encounted the error shown. I then uninstalled selenium and reinstalled using the requirements.txt.

It is likely that I did something wrong because I don't code or program, sorry

soraxas commented 6 months ago

Version in pypi (which pip uses) is not up to date.

Don't use pip install

Just clone / download this repository, and use ./run.sh as stated in the README