question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] installation fails on pre-release version of Ubuntu due to Python 3.9

See original GitHub issue

The 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:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
sargonascommented, Apr 28, 2021

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.

1reaction
kocoten1992commented, Apr 20, 2021

friendly ping, it is out in less than 48h.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found