Estou tentando instalar o btrfs-sxbackup em RHEL7
. Diz:
Installation: pip install btrfs-sxbackup
Required: python3
Eu instalei python34
da epel. Não há pip
, então eu instalei, como descrito aqui: link
pip3
cria meu pacote, mas não pode instalá-lo:
[root@wc8rh7 ~]# yum -y install python34
[root@wc8rh7 ~]# curl https://bootstrap.pypa.io/get-pip.py | python3.4
[root@wc8rh7 ~]# pip3 install btrfs-sxbackup
Collecting btrfs-sxbackup
Downloading btrfs-sxbackup-0.5.9.tar.gz
Building wheels for collected packages: btrfs-sxbackup
Running setup.py bdist_wheel for btrfs-sxbackup ... done
Stored in directory: /root/.cache/pip/wheels/42/28/92/3f60b95db806b9d2e1b3a1a91acdac263dadfaba17a88b1df9
Successfully built btrfs-sxbackup
Installing collected packages: btrfs-sxbackup
Invalid script entry point: <ExportEntry btrfs-sxbackup = btrfs_sxbackup.__main__:None []> for req: btrfs-sxbackup - A callable suffix is required. Cf https://packaging.python.org/en/latest/distributing.html#console-scripts for more information.