F5F Stay Refreshed Software Operating Systems The command isn't recognized or is misconfigured.

The command isn't recognized or is misconfigured.

The command isn't recognized or is misconfigured.

I
Inezze009
Senior Member
716
01-18-2016, 04:37 PM
#1
I was attempting to integrate a repository today but encountered an unusual issue that remains unresolved. The command sudo apt-add-repository ppa:fish-shell/release-3 failed with a specific error. I checked using update-alternatives and found only one available Python version, which didn't match the requirement. After trying symbolic links and adjusting the Python path, the installation still didn't succeed. The gi package could not be located, and adding the correct Python version didn't resolve the problem. What steps should I take next?
I
Inezze009
01-18-2016, 04:37 PM #1

I was attempting to integrate a repository today but encountered an unusual issue that remains unresolved. The command sudo apt-add-repository ppa:fish-shell/release-3 failed with a specific error. I checked using update-alternatives and found only one available Python version, which didn't match the requirement. After trying symbolic links and adjusting the Python path, the installation still didn't succeed. The gi package could not be located, and adding the correct Python version didn't resolve the problem. What steps should I take next?

A
AmandaPanda6
Junior Member
15
01-22-2016, 07:00 PM
#2
I’m going to assume you’re using Ubuntu. You can manually add the repository with a text editor or use the command line. Then, include the PPA in your list and update your sources as usual. The issue seems related to the pgi package rather than certificates, so checking gi might help. If that doesn’t resolve it, consider sideloading gi for Python or clearing your package cache.
A
AmandaPanda6
01-22-2016, 07:00 PM #2

I’m going to assume you’re using Ubuntu. You can manually add the repository with a text editor or use the command line. Then, include the PPA in your list and update your sources as usual. The issue seems related to the pgi package rather than certificates, so checking gi might help. If that doesn’t resolve it, consider sideloading gi for Python or clearing your package cache.

K
KawiianMili
Posting Freak
786
01-23-2016, 03:24 AM
#3
Hi kimsejin5, thanks for the reply. Yes, i'm using Ubuntu, you're not wrong To be exact it's Ubuntu 18.04 Bionic I've tried the steps that you mentioned. And it's saying that there's no PUBKEY, i've tried adding the key from the ppa to the keyserver, but it also failed. I've also tried the pip uninstall and pip install The output is here pip3 uninstall gi Cannot uninstall requirement gi, not installed pip3 install gi Collecting gi Could not find a version that satisfies the requirement gi (from versions: ) No matching distribution found for gi
K
KawiianMili
01-23-2016, 03:24 AM #3

Hi kimsejin5, thanks for the reply. Yes, i'm using Ubuntu, you're not wrong To be exact it's Ubuntu 18.04 Bionic I've tried the steps that you mentioned. And it's saying that there's no PUBKEY, i've tried adding the key from the ppa to the keyserver, but it also failed. I've also tried the pip uninstall and pip install The output is here pip3 uninstall gi Cannot uninstall requirement gi, not installed pip3 install gi Collecting gi Could not find a version that satisfies the requirement gi (from versions: ) No matching distribution found for gi

S
seeker07
Senior Member
349
01-23-2016, 09:12 AM
#4
It seems the version of Python you're using conflicts with the package. You should upgrade to Python 3.7 instead.
S
seeker07
01-23-2016, 09:12 AM #4

It seems the version of Python you're using conflicts with the package. You should upgrade to Python 3.7 instead.