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 "c:\Users\er\Desktop\python\Tinder 2\TINDER 1.py", line 3, in
import robobrowser
File "C:\Users\er\AppData\Local\Programs\Python\Python310\lib\site-packages\robobrowser_init_.py", line 3, in
from .browser import RoboBrowser
File "C:\Users\er\AppData\Local\Programs\Python\Python310\lib\site-packages\robobrowser\browser.py", line 8, in
from werkzeug import cached_property
ImportError: cannot import name 'cached_property' from 'werkzeug' (C:\Users\er\AppData\Local\Programs\Python\Python310\lib\site-packages\werkzeug_init_.py)
Any Bugfixes?
i tried install werkzeug 0.16.1 and doesnt work too
everything is updated with pip commands
ty
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "c:\Users\er\Desktop\python\Tinder 2\TINDER 1.py", line 3, in
import robobrowser
File "C:\Users\er\AppData\Local\Programs\Python\Python310\lib\site-packages\robobrowser_init_.py", line 3, in
from .browser import RoboBrowser
File "C:\Users\er\AppData\Local\Programs\Python\Python310\lib\site-packages\robobrowser\browser.py", line 8, in
from werkzeug import cached_property
ImportError: cannot import name 'cached_property' from 'werkzeug' (C:\Users\er\AppData\Local\Programs\Python\Python310\lib\site-packages\werkzeug_init_.py)
Any Bugfixes?
i tried install werkzeug 0.16.1 and doesnt work too
everything is updated with pip commands
ty
The text was updated successfully, but these errors were encountered: