[BUG] installation fails on pre-release version of Ubuntu due to Python 3.9
See original GitHub issueThe pre-release version of Ubuntu (21.04) ships with Python 3.9.
This causes an issue with the install.sh script, which fails when trying to install python3.8-venv
on line 44 of the script. If you change that to python3.9-venv
it works fine.
This is obviously easy enough to work around. Just wanted to give a heads up as this new Ubuntu release will be out in ca. 10 days and at that point a lot of people are going to upgrade and potentially run into this issue.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Building from source fails with python 3.8 and 3.9 #2498
Describe the bug Running build.sh fails with the following error: AttributeError: module 'platform' has no attribute 'linux_distribution' ...
Read more >Python 3.9.2 failing to build
I think it's not the 1st time we see a bug report related to readline on Ubuntu 20.04 ... Warning: this is a...
Read more >Changelog — Python 3.11.1 documentation
gh-87235: On macOS python3 /dev/fd/9 9</path/to/script.py failed for any script longer than a couple of bytes. gh-98940: Fix Mac/Extras.install.py file filter ...
Read more >Ubuntu 18.04 to 20.04 - Unresolved issue occured while ...
An unresolvable problem occurred while calculating the upgrade. This was caused by: Upgrading to a pre-release version of Ubuntu This is most ...
Read more >How to install pip for Python 3.9 on Ubuntu 20.04
The workaround is to instead download from https://bootstrap.pypa.io/pip/<python version>/get-pip.py instead. For example, if you want to ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
In the interest of helping out with some house keeping of the Issue backlog, I suggest someone close this out as it was fixed with PR https://github.com/Chia-Network/chia-blockchain/pull/2418 when support for 21.04 was added.
friendly ping, it is out in less than 48h.