/result Secret
Created
September 20, 2020 11:41
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user@pc:~/Projects/first_game$ python3 -m venv env | |
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/Projects/first_game/env/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip'] | |
user@pc:~/Projects/first_game$ sudo apt-get install python3-venv | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
Some packages could not be installed. This may mean that you have | |
requested an impossible situation or if you are using the unstable | |
distribution that some required packages have not yet been created | |
or been moved out of Incoming. | |
The following information may help to resolve the situation: | |
The following packages have unmet dependencies: | |
python3-venv : Depends: python3 (= 3.8.2-0ubuntu2) but 3.8.2-3 is to be installed | |
E: Unable to correct problems, you have held broken packages. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment