Skip to content

Instantly share code, notes, and snippets.

@melezhik
Created July 12, 2017 15:57
Show Gist options
  • Save melezhik/0e965797b69e2216822f69c416f8e388 to your computer and use it in GitHub Desktop.
Save melezhik/0e965797b69e2216822f69c416f8e388 to your computer and use it in GitHub Desktop.
melezhik@melezhik-pc:~$ sparrow plg install vault
installing public@vault version 0.000003 ...
Download https://sparrowhub.org/plugins/vault-v0.000003.tar.gz --- 200
cd /home/melezhik/sparrow/plugins/public/vault && pip3 install -t ./python-lib -r requirements.txt --install-option "--install-scripts=$PWD/local/bin"
/usr/lib/python3/dist-packages/pip/commands/install.py:198: UserWarning: Disabling all use of wheels due to the use of --build-options / --global-options / --install-options.
cmdoptions.check_install_build_global(options)
Collecting pyvault (from -r requirements.txt (line 2))
Using cached pyvault-1.4.4.4.tar.gz
Collecting pycryptodome (from pyvault->-r requirements.txt (line 2))
Using cached pycryptodome-3.4.6.tar.gz
Collecting pyperclip (from pyvault->-r requirements.txt (line 2))
Using cached pyperclip-1.5.27.zip
Collecting tabulate (from pyvault->-r requirements.txt (line 2))
Using cached tabulate-0.7.7.tar.gz
Collecting argparse (from pyvault->-r requirements.txt (line 2))
Using cached argparse-1.4.0.tar.gz
Collecting passwordgenerator (from pyvault->-r requirements.txt (line 2))
Using cached passwordgenerator-1.1.tar.gz
Skipping bdist_wheel for pyvault, due to binaries being disabled for it.
Skipping bdist_wheel for pycryptodome, due to binaries being disabled for it.
Skipping bdist_wheel for pyperclip, due to binaries being disabled for it.
Skipping bdist_wheel for tabulate, due to binaries being disabled for it.
Skipping bdist_wheel for argparse, due to binaries being disabled for it.
Skipping bdist_wheel for passwordgenerator, due to binaries being disabled for it.
Installing collected packages: pycryptodome, pyperclip, tabulate, argparse, passwordgenerator, pyvault
Running setup.py install for pycryptodome ... error
Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-zj_oisrz/pycryptodome/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-d8vmvirc-record/install-record.txt --single-version-externally-managed --compile --install-scripts=/home/melezhik/sparrow/plugins/public/vault/local/bin --user --prefix= --home=/tmp/tmpsd8_6gq2:
running install
error: can't combine user with prefix, exec_prefix/home, or install_(plat)base
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment