-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
When i create a virtualenv and install arkos-core it does not install some dependencies correctly (pycryptsetup & pyparted).
pip install -e git+https://github.com/arkoscloud/core.git#egg=arkosctl
Obtaining arkosctl from git+https://github.com/arkoscloud/core.git#egg=arkosctl
git clone in ./.venv/src/arkosctl exists with URL https://github.com/pomarec/core.git
Cloning https://github.com/arkoscloud/core.git to ./.venv/src/arkosctl
Running setup.py (path:/home/deploy/test/.venv/src/arkosctl/setup.py) egg_info for package arkosctl produced metadata for project name arkos-core. Fix your #egg=arkosctl fragments.
Collecting click (from arkos-core)
Using cached click-6.7-py2.py3-none-any.whl
Collecting cryptography (from arkos-core)
Using cached cryptography-1.7.2.tar.gz
Collecting dbus-python (from arkos-core)
Using cached dbus-python-1.2.4.tar.gz
Collecting free_tls_certificates (from arkos-core)
Using cached free_tls_certificates-0.1.6.tar.gz
Collecting GitPython (from arkos-core)
Using cached GitPython-2.1.1-py2.py3-none-any.whl
Collecting gnupg (from arkos-core)
Using cached gnupg-2.2.0-py3-none-any.whl
Collecting miniupnpc (from arkos-core)
Using cached miniupnpc-1.9.tar.gz
Collecting netifaces (from arkos-core)
Using cached netifaces-0.10.5.tar.gz
Collecting ntplib (from arkos-core)
Using cached ntplib-0.3.3.tar.gz
Collecting psutil (from arkos-core)
Using cached psutil-5.0.1.tar.gz
Collecting pyldap (from arkos-core)
Using cached pyldap-2.4.28.tar.gz
Requirement already satisfied: pyparted==3.10.7 in ./.venv/lib/python3.6/site-packages (from arkos-core)
Collecting pycryptsetup==1.7.2 (from arkos-core)
Could not find a version that satisfies the requirement pycryptsetup==1.7.2 (from arkos-core) (from versions: )
No matching distribution found for pycryptsetup==1.7.2 (from arkos-core)