Error during install, could not find a version that satisfies the requirement chiapos==1.0.1

Hi, I’m trying to install Chia on Centos 8. The GUI installer succeeded on another PC, but the wallet loaded indefinitely, so it didn’t work. Then I installed it manually on the secondary PC and it already worked. Now it does not work on another PC and even manual installation.

What is the problem, please?

Thank you for the advice.

I got stuck at step .sh install.sh:

[root@localhost ~]# cd chia-blockchain
[root@localhost chia-blockchain]# sh install.sh
install.sh: line 6: type: apt-get: not found
Submodule 'mozilla-ca' (https://github.com/Chia-Network/mozilla-ca.git) registered for path 'mozilla-ca'
Cloning into '/root/chia-blockchain/mozilla-ca'...
Submodule path 'mozilla-ca': checked out '6e8c42b3ef7d4ded22a994f9886e63f0060020bd'
install.sh: line 50: type: pacman: not found
yum is /bin/yum
yum is /bin/yum
Installing on CentOS/Redhat/Fedora
which: no python37 in (/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
which: no python3.7 in (/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
which: no python38 in (/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
which: no python3.8 in (/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
which: no python39 in (/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
which: no python3.9 in (/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
Python version is 3
Collecting pip
  Downloading https://files.pythonhosted.org/packages/cd/6f/43037c7bcc8bd8ba7c9074256b1a11596daa15555808ec748048c1507f08/pip-21.1.1-py3-none-any.whl (1.5MB)
    100% |████████████████████████████████| 1.6MB 786kB/s 
Installing collected packages: pip
  Found existing installation: pip 9.0.3
    Uninstalling pip-9.0.3:
      Successfully uninstalled pip-9.0.3
Successfully installed pip-21.1.1
Collecting wheel
  Downloading wheel-0.36.2-py2.py3-none-any.whl (35 kB)
Installing collected packages: wheel
Successfully installed wheel-0.36.2
Looking in indexes: https://pypi.org/simple, https://pypi.chia.net/simple/
Collecting miniupnpc==2.1
  Downloading https://pypi.chia.net/simple/miniupnpc/miniupnpc-2.1.tar.gz (67 kB)
     |████████████████████████████████| 67 kB 335 kB/s 
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... done
Building wheels for collected packages: miniupnpc
  Building wheel for miniupnpc (PEP 517) ... done
  Created wheel for miniupnpc: filename=miniupnpc-2.1-cp36-cp36m-linux_x86_64.whl size=51322 sha256=943331e81a2e472922e4ae6ae80365f2cdc8130727146db0da8814b4620197a4
  Stored in directory: /root/.cache/pip/wheels/29/36/2f/ba76f829413d1e64107a5f472a3bc6344aec28d344c372709f
Successfully built miniupnpc
Installing collected packages: miniupnpc
Successfully installed miniupnpc-2.1
Looking in indexes: https://pypi.org/simple, https://pypi.chia.net/simple/
Obtaining file:///root/chia-blockchain
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... done
Collecting aiohttp==3.7.4
  Downloading aiohttp-3.7.4-cp36-cp36m-manylinux2014_x86_64.whl (1.3 MB)
     |████████████████████████████████| 1.3 MB 3.1 MB/s 
ERROR: Could not find a version that satisfies the requirement chiapos==1.0.1 (from chia-blockchain) (from versions: 0.12.6)
ERROR: No matching distribution found for chiapos==1.0.1
[root@localhost chia-blockchain]# cat /etc/centos-release
CentOS Linux release 8.3.2011
[root@localhost chia-blockchain]#

I mean this:

ERROR: Could not find a version that satisfies the requirement chiapos==1.0.1 (from chia-blockchain) (from versions: 0.12.6)
ERROR: No matching distribution found for chiapos==1.0.1

I have noticed this, no need to create a link?

[surf@localhost ~]$ python3 -V
Python 3.6.8
[surf@localhost ~]$ python37 -V
bash: python37: command not found...
Similar command is: 'python3'
[surf@localhost ~]$ python3.7 -V
Python 3.7.7
[surf@localhost ~]$

Done. I resolved instalation via non-root user.

1 Like