youtube_uploader_selenium
youtube_uploader_selenium copied to clipboard
ImportError: cannot import name 'By' from 'selenium_firefox.firefox'
Install pip install selenium_firefox==0.2.7
, the author has pinned the version up to the patch level there must be a reason.
Always better to install pip -r requirements.txt
to avoid these kinds of compatibility issues.
C:\pythontest\youtube_uploader_selenium>pip -r requirements.txt
Usage:
C:\Users\USER\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe -m pip
no such option: -r
C:\pythontest\youtube_uploader_selenium>
Always better to install
pip -r requirements.txt
to avoid these kinds of compatibility issues.
not quite that, you missed the word install, it's
$ pip install -r requirements.txt