youtube_uploader_selenium icon indicating copy to clipboard operation
youtube_uploader_selenium copied to clipboard

ImportError: cannot import name 'By' from 'selenium_firefox.firefox'

Open Gnakkk opened this issue 3 years ago • 3 comments

Gnakkk avatar Oct 12 '21 17:10 Gnakkk

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.

akamhy avatar Oct 23 '21 11:10 akamhy

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 [options]

no such option: -r

C:\pythontest\youtube_uploader_selenium>

gartha1 avatar Aug 02 '22 10:08 gartha1

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

gartha1 avatar Aug 05 '22 11:08 gartha1