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
File "project\venv\Lib\site-packages\pyrebase\pyrebase.py", line 20, in
from requests_toolbelt.adapters import appengine
File "project\venv\Lib\site-packages\requests_toolbelt\adapters\appengine.py", line 42, in
from .._compat import gaecontrib
ImportError: cannot import name 'gaecontrib' from 'requests_toolbelt._compat' (project\venv\Lib\site-packages\requests_toolbelt_compat.py)
requests_toolbelt\adapters\appengine.py requires the object "gaecontrib" from "__compat.py".
But "gaecontrib" is missing in "__compat.py"
The text was updated successfully, but these errors were encountered:
As a temporary solution, you can pin urllib3 (urllib3<2.0) and Requests Toolbelt (requests_toolbelt<1.0.0). Why is this temporary? urllib3 1.26 will continue getting security updates for now, but Requests Toolbelt 0.9.0 won't. This is something that Pyrebase should do, as well as vendoring the Google App Engine code it relies on.
File "project\venv\Lib\site-packages\pyrebase\pyrebase.py", line 20, in
from requests_toolbelt.adapters import appengine
File "project\venv\Lib\site-packages\requests_toolbelt\adapters\appengine.py", line 42, in
from .._compat import gaecontrib
ImportError: cannot import name 'gaecontrib' from 'requests_toolbelt._compat' (project\venv\Lib\site-packages\requests_toolbelt_compat.py)
requests_toolbelt\adapters\appengine.py requires the object "gaecontrib" from "__compat.py".
But "gaecontrib" is missing in "__compat.py"
The text was updated successfully, but these errors were encountered: