creativecommons / creativecommons.github.io-source

Source files for CC Open Source website
https://opensource.creativecommons.org/
MIT License
77 stars 161 forks source link

[Bug] README.md file out of date #774

Closed Kirsty21 closed 4 months ago

Kirsty21 commented 5 months ago

Description

The installation and development section of the README.md file is out of date and not compatible with python 3.10. Server won't run giving the error: AttributeError: module 'collections' has no attribute 'MutableMapping'.

Also, there is a typo at the Installation section of the file ("Update" is misspelled): https://github.com/creativecommons/creativecommons.github.io-source/blob/427178312cf20d098e42de46c718005290cb35cb/README.md?plain=1#L69

Reproduction

  1. See error.

Expectation

Screenshots

image

Environment

Resolution

TimidRobot commented 5 months ago

Please provide more information:

Kirsty21 commented 4 months ago

Please provide more information:

  • Are you running it via pipenv
  • What version of Python is used by the pipenv virtual environment (pipenv run python --version)
  • Is there a stack trace? If so, please include it.

That issue has now been fixed since the environment was upgraded to python version 3.11