Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade of blocksat-cli not possible #114

Open
VDelport opened this issue Jan 23, 2025 · 4 comments
Open

Upgrade of blocksat-cli not possible #114

VDelport opened this issue Jan 23, 2025 · 4 comments

Comments

@VDelport
Copy link

Hello,

trying to upgrade blocksat-cli with the command

sudo pip3 install blocksat-cli --upgrade

fails.

Why is that? The operating system is Linux Mint 19 Cinnamon.

Best Regards

@blockstreamsatellite
Copy link
Contributor

Hi @VDelport ,

Thanks for your question. Could you share the error message you are seeing?

While Linux Mint is not a supported distribution, it may be possible to install the CLI normally, provided the dependencies are installed.

Could you check whether the installed Python version is at least 3.8 or later? To do that, run:

python3 --version

Python 3.8 and older versions have reached end-of-life status. Hence, currently, the Blocksat CLI supports Python 3.9 to 3.13.

Regards

@VDelport
Copy link
Author

python3 --version
Python 3.6.9

@blockstreamsatellite
Copy link
Contributor

Thanks for confirming. So, this is indeed a Python version that is no longer supported. Please try running on a more recent Python version and, ideally, a supported Linux distribution (Ubuntu LTS, Fedora, or Debian).

@VDelport
Copy link
Author

VDelport commented Feb 6, 2025

Ok, if Ubuntu LTS is recommended, why doesn't it work anyway (see Issue #115)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants