-
Notifications
You must be signed in to change notification settings - Fork 156
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
Comments
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:
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 |
python3 --version |
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). |
Ok, if Ubuntu LTS is recommended, why doesn't it work anyway (see Issue #115)? |
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
The text was updated successfully, but these errors were encountered: