We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named 'blinker._saferef'
generate_conf.py
When running python3 scripts/generate_conf.py, the following error occurs: ModuleNotFoundError: No module named 'blinker._saferef'
python3 scripts/generate_conf.py
ModuleNotFoundError: No module named 'blinker._saferef'
Steps to reproduce the behavior:
Config file should have been generated, instead got an error.
This appears to be an issue with selenium. See this issue for more details: seleniumbase/SeleniumBase#2782
Per that thread, I manually did pip install blinker==1.7.0 and was then able to generate the config file.
pip install blinker==1.7.0
The text was updated successfully, but these errors were encountered:
This script has been removed in the latest release of the tool and is no longer an issue. Thank you!
Sorry, something went wrong.
No branches or pull requests
🐛 Summary
When running
python3 scripts/generate_conf.py
, the following error occurs:ModuleNotFoundError: No module named 'blinker._saferef'
To reproduce
Steps to reproduce the behavior:
python3 scripts/generate_conf.py
Expected behavior
Config file should have been generated, instead got an error.
more info
This appears to be an issue with selenium. See this issue for more details: seleniumbase/SeleniumBase#2782
Per that thread, I manually did
pip install blinker==1.7.0
and was then able to generate the config file.The text was updated successfully, but these errors were encountered: