creativecommons.github.io-source icon indicating copy to clipboard operation
creativecommons.github.io-source copied to clipboard

[Bug] README.md file out of date

Open Kirsty21 opened this issue 10 months ago • 1 comments

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

  • Device: laptop
  • OS: Windows 11 Home (Accessing through a Wsl2 environment and using Ubuntu terminal)
  • Browser: Google Chrome
  • Version: latest
  • Other info: (eg. display resolution, ease-of-access settings)

Resolution

  • [x] I would be interested in resolving this bug.

Kirsty21 avatar Apr 05 '24 12:04 Kirsty21

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.

TimidRobot avatar Apr 05 '24 15:04 TimidRobot

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

Kirsty21 avatar Apr 13 '24 01:04 Kirsty21