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
Traceback (most recent call last):
File "C:\Users\myuni-dl\myuni-dl.py", line 43, in
from robobrowser import RoboBrowser
File "C:\Users\AppData\Roaming\Python\Python39\site-packages\robobrowser_init_.py", line 3, in
from .browser import RoboBrowser
File "C:\Users\AppData\Roaming\Python\Python39\site-packages\robobrowser\browser.py", line 8, in
from werkzeug import cached_property
ImportError: cannot import name 'cached_property' from 'werkzeug' (C:\Users\AppData\Roaming\Python\Python39\site-packages\werkzeug_init_.py)
The text was updated successfully, but these errors were encountered:
Try pulling the latest changes and see if that works, I'm unable to verify if it works as I don't have access to MyUni anymore.
Also, how did you find this repository? I went to Adelaide University a few years ago and made this as a little project to help download lectures. Hope you find it useful too!
Traceback (most recent call last):
File "C:\Users\myuni-dl\myuni-dl.py", line 43, in
from robobrowser import RoboBrowser
File "C:\Users\AppData\Roaming\Python\Python39\site-packages\robobrowser_init_.py", line 3, in
from .browser import RoboBrowser
File "C:\Users\AppData\Roaming\Python\Python39\site-packages\robobrowser\browser.py", line 8, in
from werkzeug import cached_property
ImportError: cannot import name 'cached_property' from 'werkzeug' (C:\Users\AppData\Roaming\Python\Python39\site-packages\werkzeug_init_.py)
The text was updated successfully, but these errors were encountered: