Skip to content
New issue

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

Line 43 from robobrowser import RoboBrowser #1

Closed
Wolfmister opened this issue Jun 13, 2021 · 1 comment
Closed

Line 43 from robobrowser import RoboBrowser #1

Wolfmister opened this issue Jun 13, 2021 · 1 comment

Comments

@Wolfmister
Copy link

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)

@benwinding
Copy link
Owner

Hi @Wolfmister,

It seems to be related to this issue: jmcarp/robobrowser#93
So I've implemented this fix here: jmcarp/robobrowser#93 (comment)

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!

Cheers,
Ben

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant