Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: Could not find required distribution pyasn1 #34

Open
elanaint opened this issue Mar 7, 2015 · 3 comments
Open

error: Could not find required distribution pyasn1 #34

elanaint opened this issue Mar 7, 2015 · 3 comments
Assignees
Labels

Comments

@elanaint
Copy link

elanaint commented Mar 7, 2015

Running install runs into issues.

 encompass $ sudo python2 setup.py install
[sudo] password for elan: 
Including all files
running install
/usr/lib/python2.7/site-packages/pkg_resources/__init__.py:2512: PEP440Warning: 'Beaker (1.6.5dev-r0)' is being parsed as a legacy, non PEP 440, version. You may find odd behavior and sort order. In particular it will be sorted as less than 0.0. It is recommend to migrate to PEP 440 compatible versions.
  PEP440Warning,
running bdist_egg
running egg_info
creating Encompass.egg-info
writing requirements to Encompass.egg-info/requires.txt
writing Encompass.egg-info/PKG-INFO
writing top-level names to Encompass.egg-info/top_level.txt
writing dependency_links to Encompass.egg-info/dependency_links.txt
writing manifest file 'Encompass.egg-info/SOURCES.txt'
file gui/qt/icons_rc.py (for module chainkey_gui.qt.icons_rc) not found
reading manifest file 'Encompass.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.py' under directory 'packages'
warning: no files found matching '*.mo' under directory 'locale'
writing manifest file 'Encompass.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
file gui/qt/icons_rc.py (for module chainkey_gui.qt.icons_rc) not found
creating build
creating build/lib
creating build/lib/chainkey
copying lib/__init__.py -> build/lib/chainkey
copying lib/account.py -> build/lib/chainkey
copying lib/bitcoin.py -> build/lib/chainkey
copying lib/blockchain.py -> build/lib/chainkey
copying lib/bmp.py -> build/lib/chainkey
copying lib/chainparams.py -> build/lib/chainkey
copying lib/commands.py -> build/lib/chainkey
copying lib/daemon.py -> build/lib/chainkey
copying lib/i18n.py -> build/lib/chainkey
copying lib/interface.py -> build/lib/chainkey
copying lib/mnemonic.py -> build/lib/chainkey
copying lib/msqr.py -> build/lib/chainkey
copying lib/network.py -> build/lib/chainkey
copying lib/network_proxy.py -> build/lib/chainkey
copying lib/old_mnemonic.py -> build/lib/chainkey
copying lib/paymentrequest.py -> build/lib/chainkey
copying lib/paymentrequest_pb2.py -> build/lib/chainkey
copying lib/plugins.py -> build/lib/chainkey
copying lib/qrscanner.py -> build/lib/chainkey
copying lib/simple_config.py -> build/lib/chainkey
copying lib/synchronizer.py -> build/lib/chainkey
copying lib/transaction.py -> build/lib/chainkey
copying lib/util.py -> build/lib/chainkey
copying lib/verifier.py -> build/lib/chainkey
copying lib/version.py -> build/lib/chainkey
copying lib/wallet.py -> build/lib/chainkey
copying lib/x509.py -> build/lib/chainkey
creating build/lib/chainkey/chains
copying lib/chains/__init__.py -> build/lib/chainkey/chains
copying lib/chains/bitcoin.py -> build/lib/chainkey/chains
copying lib/chains/cryptocur.py -> build/lib/chainkey/chains
copying lib/chains/mazacoin.py -> build/lib/chainkey/chains
copying lib/chains/scrypt.py -> build/lib/chainkey/chains
copying lib/chains/litecoin.py -> build/lib/chainkey/chains
copying lib/chains/viacoin.py -> build/lib/chainkey/chains
copying lib/chains/darkcoin.py -> build/lib/chainkey/chains
creating build/lib/chainkey_gui
copying gui/__init__.py -> build/lib/chainkey_gui
copying gui/gtk.py -> build/lib/chainkey_gui
creating build/lib/chainkey_gui/qt
copying gui/qt/__init__.py -> build/lib/chainkey_gui/qt
copying gui/qt/amountedit.py -> build/lib/chainkey_gui/qt
copying gui/qt/console.py -> build/lib/chainkey_gui/qt
copying gui/qt/history_widget.py -> build/lib/chainkey_gui/qt
copying gui/qt/installwizard.py -> build/lib/chainkey_gui/qt
copying gui/qt/lite_window.py -> build/lib/chainkey_gui/qt
copying gui/qt/main_window.py -> build/lib/chainkey_gui/qt
copying gui/qt/network_dialog.py -> build/lib/chainkey_gui/qt
copying gui/qt/password_dialog.py -> build/lib/chainkey_gui/qt
copying gui/qt/paytoedit.py -> build/lib/chainkey_gui/qt
copying gui/qt/qrcodewidget.py -> build/lib/chainkey_gui/qt
copying gui/qt/qrtextedit.py -> build/lib/chainkey_gui/qt
copying gui/qt/receiving_widget.py -> build/lib/chainkey_gui/qt
copying gui/qt/seed_dialog.py -> build/lib/chainkey_gui/qt
copying gui/qt/transaction_dialog.py -> build/lib/chainkey_gui/qt
copying gui/qt/util.py -> build/lib/chainkey_gui/qt
copying gui/qt/version_getter.py -> build/lib/chainkey_gui/qt
copying gui/stdio.py -> build/lib/chainkey_gui
copying gui/text.py -> build/lib/chainkey_gui
creating build/lib/chainkey_plugins
copying plugins/__init__.py -> build/lib/chainkey_plugins
copying plugins/btchipwallet.py -> build/lib/chainkey_plugins
copying plugins/coinbase_buyback.py -> build/lib/chainkey_plugins
copying plugins/cosigner_pool.py -> build/lib/chainkey_plugins
copying plugins/exchange_rate.py -> build/lib/chainkey_plugins
copying plugins/greenaddress_instant.py -> build/lib/chainkey_plugins
copying plugins/labels.py -> build/lib/chainkey_plugins
copying plugins/trezor.py -> build/lib/chainkey_plugins
copying plugins/virtualkeyboard.py -> build/lib/chainkey_plugins
copying plugins/plot.py -> build/lib/chainkey_plugins
file gui/qt/icons_rc.py (for module chainkey_gui.qt.icons_rc) not found
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/chainkey_plugins
copying build/lib/chainkey_plugins/greenaddress_instant.py -> build/bdist.linux-x86_64/egg/chainkey_plugins
copying build/lib/chainkey_plugins/trezor.py -> build/bdist.linux-x86_64/egg/chainkey_plugins
copying build/lib/chainkey_plugins/coinbase_buyback.py -> build/bdist.linux-x86_64/egg/chainkey_plugins
copying build/lib/chainkey_plugins/plot.py -> build/bdist.linux-x86_64/egg/chainkey_plugins
copying build/lib/chainkey_plugins/exchange_rate.py -> build/bdist.linux-x86_64/egg/chainkey_plugins
copying build/lib/chainkey_plugins/cosigner_pool.py -> build/bdist.linux-x86_64/egg/chainkey_plugins
copying build/lib/chainkey_plugins/btchipwallet.py -> build/bdist.linux-x86_64/egg/chainkey_plugins
copying build/lib/chainkey_plugins/__init__.py -> build/bdist.linux-x86_64/egg/chainkey_plugins
copying build/lib/chainkey_plugins/virtualkeyboard.py -> build/bdist.linux-x86_64/egg/chainkey_plugins
copying build/lib/chainkey_plugins/labels.py -> build/bdist.linux-x86_64/egg/chainkey_plugins
creating build/bdist.linux-x86_64/egg/chainkey_gui
copying build/lib/chainkey_gui/gtk.py -> build/bdist.linux-x86_64/egg/chainkey_gui
copying build/lib/chainkey_gui/__init__.py -> build/bdist.linux-x86_64/egg/chainkey_gui
copying build/lib/chainkey_gui/text.py -> build/bdist.linux-x86_64/egg/chainkey_gui
creating build/bdist.linux-x86_64/egg/chainkey_gui/qt
copying build/lib/chainkey_gui/qt/qrcodewidget.py -> build/bdist.linux-x86_64/egg/chainkey_gui/qt
copying build/lib/chainkey_gui/qt/qrtextedit.py -> build/bdist.linux-x86_64/egg/chainkey_gui/qt
copying build/lib/chainkey_gui/qt/receiving_widget.py -> build/bdist.linux-x86_64/egg/chainkey_gui/qt
copying build/lib/chainkey_gui/qt/amountedit.py -> build/bdist.linux-x86_64/egg/chainkey_gui/qt
copying build/lib/chainkey_gui/qt/paytoedit.py -> build/bdist.linux-x86_64/egg/chainkey_gui/qt
copying build/lib/chainkey_gui/qt/seed_dialog.py -> build/bdist.linux-x86_64/egg/chainkey_gui/qt
copying build/lib/chainkey_gui/qt/util.py -> build/bdist.linux-x86_64/egg/chainkey_gui/qt
copying build/lib/chainkey_gui/qt/main_window.py -> build/bdist.linux-x86_64/egg/chainkey_gui/qt
copying build/lib/chainkey_gui/qt/history_widget.py -> build/bdist.linux-x86_64/egg/chainkey_gui/qt
copying build/lib/chainkey_gui/qt/transaction_dialog.py -> build/bdist.linux-x86_64/egg/chainkey_gui/qt
copying build/lib/chainkey_gui/qt/password_dialog.py -> build/bdist.linux-x86_64/egg/chainkey_gui/qt
copying build/lib/chainkey_gui/qt/network_dialog.py -> build/bdist.linux-x86_64/egg/chainkey_gui/qt
copying build/lib/chainkey_gui/qt/lite_window.py -> build/bdist.linux-x86_64/egg/chainkey_gui/qt
copying build/lib/chainkey_gui/qt/version_getter.py -> build/bdist.linux-x86_64/egg/chainkey_gui/qt
copying build/lib/chainkey_gui/qt/__init__.py -> build/bdist.linux-x86_64/egg/chainkey_gui/qt
copying build/lib/chainkey_gui/qt/installwizard.py -> build/bdist.linux-x86_64/egg/chainkey_gui/qt
copying build/lib/chainkey_gui/qt/console.py -> build/bdist.linux-x86_64/egg/chainkey_gui/qt
copying build/lib/chainkey_gui/stdio.py -> build/bdist.linux-x86_64/egg/chainkey_gui
creating build/bdist.linux-x86_64/egg/chainkey
copying build/lib/chainkey/commands.py -> build/bdist.linux-x86_64/egg/chainkey
copying build/lib/chainkey/mnemonic.py -> build/bdist.linux-x86_64/egg/chainkey
copying build/lib/chainkey/qrscanner.py -> build/bdist.linux-x86_64/egg/chainkey
copying build/lib/chainkey/version.py -> build/bdist.linux-x86_64/egg/chainkey
copying build/lib/chainkey/network.py -> build/bdist.linux-x86_64/egg/chainkey
copying build/lib/chainkey/bitcoin.py -> build/bdist.linux-x86_64/egg/chainkey
copying build/lib/chainkey/network_proxy.py -> build/bdist.linux-x86_64/egg/chainkey
copying build/lib/chainkey/simple_config.py -> build/bdist.linux-x86_64/egg/chainkey
copying build/lib/chainkey/verifier.py -> build/bdist.linux-x86_64/egg/chainkey
copying build/lib/chainkey/wallet.py -> build/bdist.linux-x86_64/egg/chainkey
copying build/lib/chainkey/bmp.py -> build/bdist.linux-x86_64/egg/chainkey
copying build/lib/chainkey/interface.py -> build/bdist.linux-x86_64/egg/chainkey
copying build/lib/chainkey/x509.py -> build/bdist.linux-x86_64/egg/chainkey
copying build/lib/chainkey/msqr.py -> build/bdist.linux-x86_64/egg/chainkey
copying build/lib/chainkey/plugins.py -> build/bdist.linux-x86_64/egg/chainkey
copying build/lib/chainkey/util.py -> build/bdist.linux-x86_64/egg/chainkey
copying build/lib/chainkey/paymentrequest.py -> build/bdist.linux-x86_64/egg/chainkey
copying build/lib/chainkey/daemon.py -> build/bdist.linux-x86_64/egg/chainkey
creating build/bdist.linux-x86_64/egg/chainkey/chains
copying build/lib/chainkey/chains/darkcoin.py -> build/bdist.linux-x86_64/egg/chainkey/chains
copying build/lib/chainkey/chains/cryptocur.py -> build/bdist.linux-x86_64/egg/chainkey/chains
copying build/lib/chainkey/chains/bitcoin.py -> build/bdist.linux-x86_64/egg/chainkey/chains
copying build/lib/chainkey/chains/mazacoin.py -> build/bdist.linux-x86_64/egg/chainkey/chains
copying build/lib/chainkey/chains/viacoin.py -> build/bdist.linux-x86_64/egg/chainkey/chains
copying build/lib/chainkey/chains/litecoin.py -> build/bdist.linux-x86_64/egg/chainkey/chains
copying build/lib/chainkey/chains/scrypt.py -> build/bdist.linux-x86_64/egg/chainkey/chains
copying build/lib/chainkey/chains/__init__.py -> build/bdist.linux-x86_64/egg/chainkey/chains
copying build/lib/chainkey/synchronizer.py -> build/bdist.linux-x86_64/egg/chainkey
copying build/lib/chainkey/old_mnemonic.py -> build/bdist.linux-x86_64/egg/chainkey
copying build/lib/chainkey/i18n.py -> build/bdist.linux-x86_64/egg/chainkey
copying build/lib/chainkey/__init__.py -> build/bdist.linux-x86_64/egg/chainkey
copying build/lib/chainkey/transaction.py -> build/bdist.linux-x86_64/egg/chainkey
copying build/lib/chainkey/blockchain.py -> build/bdist.linux-x86_64/egg/chainkey
copying build/lib/chainkey/account.py -> build/bdist.linux-x86_64/egg/chainkey
copying build/lib/chainkey/paymentrequest_pb2.py -> build/bdist.linux-x86_64/egg/chainkey
copying build/lib/chainkey/chainparams.py -> build/bdist.linux-x86_64/egg/chainkey
byte-compiling build/bdist.linux-x86_64/egg/chainkey_plugins/greenaddress_instant.py to greenaddress_instant.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_plugins/trezor.py to trezor.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_plugins/coinbase_buyback.py to coinbase_buyback.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_plugins/plot.py to plot.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_plugins/exchange_rate.py to exchange_rate.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_plugins/cosigner_pool.py to cosigner_pool.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_plugins/btchipwallet.py to btchipwallet.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_plugins/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_plugins/virtualkeyboard.py to virtualkeyboard.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_plugins/labels.py to labels.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_gui/gtk.py to gtk.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_gui/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_gui/text.py to text.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_gui/qt/qrcodewidget.py to qrcodewidget.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_gui/qt/qrtextedit.py to qrtextedit.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_gui/qt/receiving_widget.py to receiving_widget.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_gui/qt/amountedit.py to amountedit.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_gui/qt/paytoedit.py to paytoedit.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_gui/qt/seed_dialog.py to seed_dialog.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_gui/qt/util.py to util.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_gui/qt/main_window.py to main_window.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_gui/qt/history_widget.py to history_widget.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_gui/qt/transaction_dialog.py to transaction_dialog.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_gui/qt/password_dialog.py to password_dialog.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_gui/qt/network_dialog.py to network_dialog.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_gui/qt/lite_window.py to lite_window.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_gui/qt/version_getter.py to version_getter.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_gui/qt/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_gui/qt/installwizard.py to installwizard.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_gui/qt/console.py to console.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey_gui/stdio.py to stdio.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/commands.py to commands.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/mnemonic.py to mnemonic.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/qrscanner.py to qrscanner.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/version.py to version.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/network.py to network.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/bitcoin.py to bitcoin.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/network_proxy.py to network_proxy.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/simple_config.py to simple_config.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/verifier.py to verifier.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/wallet.py to wallet.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/bmp.py to bmp.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/interface.py to interface.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/x509.py to x509.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/msqr.py to msqr.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/plugins.py to plugins.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/util.py to util.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/paymentrequest.py to paymentrequest.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/daemon.py to daemon.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/chains/darkcoin.py to darkcoin.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/chains/cryptocur.py to cryptocur.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/chains/bitcoin.py to bitcoin.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/chains/mazacoin.py to mazacoin.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/chains/viacoin.py to viacoin.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/chains/litecoin.py to litecoin.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/chains/scrypt.py to scrypt.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/chains/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/synchronizer.py to synchronizer.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/old_mnemonic.py to old_mnemonic.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/i18n.py to i18n.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/transaction.py to transaction.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/blockchain.py to blockchain.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/account.py to account.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/paymentrequest_pb2.py to paymentrequest_pb2.pyc
byte-compiling build/bdist.linux-x86_64/egg/chainkey/chainparams.py to chainparams.pyc
installing package data to build/bdist.linux-x86_64/egg
running install_data
copying encompass.desktop -> /usr/share/applications/
creating /usr/share/app-install
creating /usr/share/app-install/icons
copying icons/encompass.png -> /usr/share/app-install/icons/
creating /usr/share/encompass
copying data/README -> /usr/share/encompass
creating /usr/share/encompass/cleanlook
copying data/cleanlook/name.cfg -> /usr/share/encompass/cleanlook
copying data/cleanlook/style.css -> /usr/share/encompass/cleanlook
creating /usr/share/encompass/sahara
copying data/sahara/name.cfg -> /usr/share/encompass/sahara
copying data/sahara/style.css -> /usr/share/encompass/sahara
creating /usr/share/encompass/dark
copying data/dark/name.cfg -> /usr/share/encompass/dark
copying data/dark/style.css -> /usr/share/encompass/dark
creating /usr/share/encompass/wordlist
copying data/wordlist/portuguese.txt -> /usr/share/encompass/wordlist
copying data/wordlist/spanish.txt -> /usr/share/encompass/wordlist
copying data/wordlist/japanese.txt -> /usr/share/encompass/wordlist
copying data/wordlist/english.txt -> /usr/share/encompass/wordlist
creating build/bdist.linux-x86_64/egg/EGG-INFO
installing scripts to build/bdist.linux-x86_64/egg/EGG-INFO/scripts
running install_scripts
running build_scripts
creating build/scripts-2.7
copying and adjusting encompass -> build/scripts-2.7
changing mode of build/scripts-2.7/encompass from 644 to 755
creating build/bdist.linux-x86_64/egg/EGG-INFO/scripts
copying build/scripts-2.7/encompass -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/encompass to 755
copying Encompass.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying Encompass.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying Encompass.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying Encompass.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying Encompass.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
chainkey.daemon: module references __file__
chainkey.plugins: module references __path__
creating dist
creating 'dist/Encompass-0.4.4-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing Encompass-0.4.4-py2.7.egg
creating /usr/lib/python2.7/site-packages/Encompass-0.4.4-py2.7.egg
Extracting Encompass-0.4.4-py2.7.egg to /usr/lib/python2.7/site-packages
Adding Encompass 0.4.4 to easy-install.pth file
Installing encompass script to /usr/bin

Installed /usr/lib/python2.7/site-packages/Encompass-0.4.4-py2.7.egg
Processing dependencies for Encompass==0.4.4
Searching for ltc-scrypt
Reading https://pypi.python.org/simple/ltc_scrypt/
Best match: ltc-scrypt 1.0
Downloading https://pypi.python.org/packages/source/l/ltc_scrypt/ltc_scrypt-1.0.tar.gz#md5=7d019c3c98f16eb466a272e518ffb014
Processing ltc_scrypt-1.0.tar.gz
Writing /tmp/easy_install-sX38Pl/ltc_scrypt-1.0/setup.cfg
Running ltc_scrypt-1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-sX38Pl/ltc_scrypt-1.0/egg-dist-tmp-hiYf1W
zip_safe flag not set; analyzing archive contents...
Moving ltc_scrypt-1.0-py2.7-linux-x86_64.egg to /usr/lib/python2.7/site-packages
Adding ltc-scrypt 1.0 to easy-install.pth file

Installed /usr/lib/python2.7/site-packages/ltc_scrypt-1.0-py2.7-linux-x86_64.egg
Searching for tlslite
Reading https://pypi.python.org/simple/tlslite/
Reading http://trevp.net/tlslite/
Best match: tlslite 0.4.8
Downloading https://pypi.python.org/packages/source/t/tlslite/tlslite-0.4.8.tar.gz#md5=36c13858ea63f262c4e4291c2f9ae38f
Processing tlslite-0.4.8.tar.gz
Writing /tmp/easy_install-PZNlMT/tlslite-0.4.8/setup.cfg
Running tlslite-0.4.8/setup.py -q bdist_egg --dist-dir /tmp/easy_install-PZNlMT/tlslite-0.4.8/egg-dist-tmp-xNKk80
zip_safe flag not set; analyzing archive contents...
Moving tlslite-0.4.8-py2.7.egg to /usr/lib/python2.7/site-packages
Adding tlslite 0.4.8 to easy-install.pth file
Installing tlsdb.py script to /usr/bin
Installing tls.py script to /usr/bin

Installed /usr/lib/python2.7/site-packages/tlslite-0.4.8-py2.7.egg
Searching for SocksiPy-branch
Reading https://pypi.python.org/simple/SocksiPy-branch/
/usr/lib/python2.7/site-packages/pkg_resources/__init__.py:2512: PEP440Warning: 'SocksiPy (branch-1.01)' is being parsed as a legacy, non PEP 440, version. You may find odd behavior and sort order. In particular it will be sorted as less than 0.0. It is recommend to migrate to PEP 440 compatible versions.
  PEP440Warning,
Best match: SocksiPy-branch 1.1
Downloading https://pypi.python.org/packages/source/S/SocksiPy-branch/SocksiPy-branch-1.01.tar.gz#md5=a59e29647320211202ce79b0cf873106
Processing SocksiPy-branch-1.01.tar.gz
Writing /tmp/easy_install-P7uqr7/SocksiPy-branch-1.01/setup.cfg
Running SocksiPy-branch-1.01/setup.py -q bdist_egg --dist-dir /tmp/easy_install-P7uqr7/SocksiPy-branch-1.01/egg-dist-tmp-RZvaxf
/usr/lib/python2.7/site-packages/setuptools/dist.py:282: UserWarning: Normalizing '1.01' to '1.1'
  normalized_version,
zip_safe flag not set; analyzing archive contents...
Moving SocksiPy_branch-1.1-py2.7.egg to /usr/lib/python2.7/site-packages
Adding SocksiPy-branch 1.1 to easy-install.pth file

Installed /usr/lib/python2.7/site-packages/SocksiPy_branch-1.1-py2.7.egg
Searching for qrcode
Reading https://pypi.python.org/simple/qrcode/
Best match: qrcode 5.1
Downloading https://pypi.python.org/packages/source/q/qrcode/qrcode-5.1.tar.gz#md5=1f20223419bbf992208ada0c12ed4577
Processing qrcode-5.1.tar.gz
Writing /tmp/easy_install-EwXHok/qrcode-5.1/setup.cfg
Running qrcode-5.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-EwXHok/qrcode-5.1/egg-dist-tmp-SjuVAj
zip_safe flag not set; analyzing archive contents...
Moving qrcode-5.1-py2.7.egg to /usr/lib/python2.7/site-packages
Adding qrcode 5.1 to easy-install.pth file
Installing qr script to /usr/bin

Installed /usr/lib/python2.7/site-packages/qrcode-5.1-py2.7.egg
Searching for pyasn1-modules
Reading https://pypi.python.org/simple/pyasn1-modules/
/usr/lib/python2.7/site-packages/pkg_resources/__init__.py:2512: PEP440Warning: 'pyasn1 (modules-0.0.1a)' is being parsed as a legacy, non PEP 440, version. You may find odd behavior and sort order. In particular it will be sorted as less than 0.0. It is recommend to migrate to PEP 440 compatible versions.
  PEP440Warning,
/usr/lib/python2.7/site-packages/pkg_resources/__init__.py:2512: PEP440Warning: 'pyasn1 (modules-0.0.2)' is being parsed as a legacy, non PEP 440, version. You may find odd behavior and sort order. In particular it will be sorted as less than 0.0. It is recommend to migrate to PEP 440 compatible versions.
  PEP440Warning,
/usr/lib/python2.7/site-packages/pkg_resources/__init__.py:2512: PEP440Warning: 'pyasn1 (modules-0.0.3)' is being parsed as a legacy, non PEP 440, version. You may find odd behavior and sort order. In particular it will be sorted as less than 0.0. It is recommend to migrate to PEP 440 compatible versions.
  PEP440Warning,
/usr/lib/python2.7/site-packages/pkg_resources/__init__.py:2512: PEP440Warning: 'pyasn1 (modules-0.0.4)' is being parsed as a legacy, non PEP 440, version. You may find odd behavior and sort order. In particular it will be sorted as less than 0.0. It is recommend to migrate to PEP 440 compatible versions.
  PEP440Warning,
/usr/lib/python2.7/site-packages/pkg_resources/__init__.py:2512: PEP440Warning: 'pyasn1 (modules-0.0.5)' is being parsed as a legacy, non PEP 440, version. You may find odd behavior and sort order. In particular it will be sorted as less than 0.0. It is recommend to migrate to PEP 440 compatible versions.
  PEP440Warning,
Best match: pyasn1-modules 0.0.5
Downloading https://pypi.python.org/packages/2.7/p/pyasn1-modules/pyasn1_modules-0.0.5-py2.7.egg#md5=45833a383743e71b38853eb7ab63b86a
Processing pyasn1_modules-0.0.5-py2.7.egg
Moving pyasn1_modules-0.0.5-py2.7.egg to /usr/lib/python2.7/site-packages
Adding pyasn1-modules 0.0.5 to easy-install.pth file

Installed /usr/lib/python2.7/site-packages/pyasn1_modules-0.0.5-py2.7.egg
Searching for pyasn1
Best match: pyasn1 modules-0.0.5
Downloading https://pypi.python.org/packages/source/p/pyasn1-modules/pyasn1-modules-0.0.5.tar.gz#md5=6c5c9dd61a5784ff22695ac233cb11f8
Processing pyasn1-modules-0.0.5.tar.gz
Writing /tmp/easy_install-dLmS0c/pyasn1-modules-0.0.5/setup.cfg
Running pyasn1-modules-0.0.5/setup.py -q bdist_egg --dist-dir /tmp/easy_install-dLmS0c/pyasn1-modules-0.0.5/egg-dist-tmp-mexq4N
Removing /usr/lib/python2.7/site-packages/pyasn1_modules-0.0.5-py2.7.egg
Moving pyasn1_modules-0.0.5-py2.7.egg to /usr/lib/python2.7/site-packages
pyasn1-modules 0.0.5 is already the active version in easy-install.pth

Installed /usr/lib/python2.7/site-packages/pyasn1_modules-0.0.5-py2.7.egg
error: Could not find required distribution pyasn1

Rerunning install after that works as expected. Why the hiccup?


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@guruvan
Copy link
Member

guruvan commented Mar 7, 2015

/usr/lib/python2.7/site-packages/pkg_resources/init.py:2512: PEP440Warning: 'Beaker (1.6.5dev-r0)' is being parsed as a legacy, non PEP 440, version. You may find odd behavior and sort order. In particular it will be sorted as less than 0.0. It is recommend to migrate to PEP 440 compatible versions.
PEP440Warning,

I hadn't notice this error on my own systems, but the setup.py seems to have an issue on ubuntu - other methods of dependency installation through pip succeeed.

Running python setup.py install 2 times works.

Looking into this in more detail.

@guruvan guruvan added the bug label Mar 7, 2015
@guruvan guruvan self-assigned this Mar 7, 2015
@elanaint
Copy link
Author

elanaint commented Mar 7, 2015

Thanks, using ArchLinux by the way.

@guruvan
Copy link
Member

guruvan commented Mar 7, 2015

FYI - with arch, you should run from source.

deps are in the setup.py source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants