David-OConnor/pyflow

python-3.10.0-ubuntu.tar.xz not found

frafra opened this issue · 0 comments

$ pyflow -V
pyflow 0.3.1
$ pyflow python
Please enter the Python version for this project: (eg: 3.8)
Default [2.7.17]:3.10
Please enter the number corresponding to your Linux distro:
1: 2016 or newer (Ubuntu≥16.04, Debian≥9, SUSE≥15, Arch, Kali, etc)
2: Older (Centos, Redhat, Fedora, older versions of distros listed in option 1)
1
Downloading Python 3.10.0...
Installing Python 3.10.0...
Problem decompressing the archive: "/home/francesco.frassinell/.local/share/pyflow/python-3.10.0-ubuntu.tar.xz". This may be due to a failed downoad. Try deleting it, then trying again. Note that Pyflow will only install officially-released Python versions. If you'd like to use a pre-release, you must install it manually.
$ cat /home/francesco.frassinell/.local/share/pyflow/python-3.10.0-ubuntu.tar.xz
Not Found

Python 3.10.0 to 3.10.2 exist as stable versions. It looks like the download link is broken. pyflow could check the HTTP code before saving the file, in order to handle exceptions.