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

Requirements may need updating (or backdating) #6

Open
davidhodge180 opened this issue Aug 15, 2022 · 2 comments
Open

Requirements may need updating (or backdating) #6

davidhodge180 opened this issue Aug 15, 2022 · 2 comments

Comments

@davidhodge180
Copy link

Thanks for the great tool!
I tried a new install of this in August 2022, but suspect that some of the python packages have changed and broken a few more things.

I was getting errors to do with flask and Jijna2, before launching the server. Then after server launch Markup safe caused an issue.

With some websearching I managed to find a list of package versions which were useful to someone on a similar project from around the time, so I updated the requirements.txt list to the following:

Flask==1.0.2
lxml==4.3.0
pygal==2.4.0
Jinja2==2.10.3
MarkupSafe==1.1.1
itsdangerous==1.1.0
Werkzeug==0.12.2
click==8.1.3

I still had the issue with 'seekable' files when uploading so had to make the edits in #5 to server.py and blackboardscorm.py too

But it does still work nicely!

@davidhodge180 davidhodge180 changed the title Requirements may need updating Requirements may need updating (or backdating) Aug 15, 2022
christianp added a commit that referenced this issue Aug 22, 2022
see #6

I haven't got access to a BB export any more, so haven't tested this
beyond the basic index page
@christianp
Copy link
Member

I've had a go at running this with python 3.10, and updated the requirements file to the latest versions of the packages it lists.

I don't have access to Blackboard any more to make a course export file, so I could only check that the index page loads. @davidhodge180, if you have a sandbox course or anything with no student info on it, could you export a zip and send it to [email protected], please?

@davidhodge180
Copy link
Author

davidhodge180 commented Aug 22, 2022

Great! I shall see if I can generate some fake data next week and send it across. I've only been using it with actual student info at the second, but I should be able to work out how to create a boring sandbox example.

Edit on September 1st: I haven't managed to do this yet as I haven't got access to a sandbox yet, but shall keep trying.

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

2 participants