You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\.venv\lib\site-packages\grequests.py:22: MonkeyPatchWarning:
Monkey-patching ssl after ssl has already been imported may lead to errors, including RecursionError on Python 3.6.
It may also silently lead to incorrect behaviour on Python 3.7. Please monkey-patch earlier.
See https://github.com/gevent/gevent/issues/1016.
Modules that had direct imports (NOT patched): ['urllib3.util.ssl_ (.venv\\lib\\site-packages\\urllib3\\util\\ssl_.py)',
'urllib3.util (.venv\\lib\\site-packages\\urllib3\\util\\__init__.py)'].
curious_george.patch_all(thread=False, select=False)
The text was updated successfully, but these errors were encountered:
version
python: 3.9.1
grequests: 0.7.0
requests: 2.32.3
selenium: 4.23.1
1.When
grequests
is imported and thenselenium
is imported, the following error message is displayed:2.When
selenium
is imported and thengrequests
is imported, the following error message is displayed:At the same time command line output
The text was updated successfully, but these errors were encountered: