creativecommons.github.io-source
creativecommons.github.io-source copied to clipboard
[Bug] README.md file out of date
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
- See error.
Expectation
Screenshots
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.
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.
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