Skip to content

Instantly share code, notes, and snippets.

@adityasuseno
Created May 25, 2021 02:28
Show Gist options
  • Save adityasuseno/77d945a47eb945267cb5db064f8b0b66 to your computer and use it in GitHub Desktop.
Save adityasuseno/77d945a47eb945267cb5db064f8b0b66 to your computer and use it in GitHub Desktop.
Chia Installation Error
user@machine:~/chia-blockchain$ sh install.sh
apt-get is /usr/bin/apt-get
Installing on Ubuntu 21.04 or newer.
Hit:1 http://archive.ubuntu.com/ubuntu hirsute InRelease
Hit:2 http://prerelease.keybase.io/deb stable InRelease
Hit:3 http://archive.ubuntu.com/ubuntu hirsute-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu hirsute-backports InRelease
Hit:5 http://archive.ubuntu.com/ubuntu hirsute-security InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
python3-distutils is already the newest version (3.9.4-0ubuntu1).
python3.9-venv is already the newest version (3.9.4-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Python version is 3.8
The virtual environment was not created successfully because ensurepip is not
available. On Debian/Ubuntu systems, you need to install the python3-venv
package using the following command.
apt-get install python3-venv
You may need to use sudo with that command. After installing the python3-venv
package, recreate your virtual environment.
Failing command: ['/home/user/chia-blockchain/venv/bin/python3.8', '-Im', 'ensurepip', '--upgrade', '--default-pip']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment