Post
Topic
Board Electrum
Topic OP
installation - missing dependency: slowaes on Mint 16
by
smartmoney
on 10/04/2014, 19:17:00 UTC
In trying to install I have a missing dependency - slowaes. If anyone here can help I'd truly appreciate it.

As root here's how I attempted the install:

Code:
apt-get install python-qt4 python-pip

All seemed to go OK, no errors reported. Then I did:

Code:
pip install https://download.electrum.org/Electrum-1.9.8.tar.gz#md5=e3918fec0254267f08e41a1fb8691382

and got:

Code:
Downloading/unpacking https://download.electrum.org/Electrum-1.9.8.tar.gz
  Downloading Electrum-1.9.8.tar.gz (860kB): 860kB downloaded
  Running setup.py egg_info for package from https://download.electrum.org/Electrum-1.9.8.tar.gz
    Including all files
   
Downloading/unpacking slowaes (from Electrum==1.9.8)
  Could not find a version that satisfies the requirement slowaes (from Electrum==1.9.8) (from versions: 0.1a1)
Cleaning up...
No distributions matching the version for slowaes (from Electrum==1.9.8)
Storing complete log in /root/.pip/pip.log

Log file:
Code:
Downloading/unpacking slowaes (from Electrum==1.9.8)

  Getting page https://pypi.python.org/simple/slowaes/
  URLs to search for versions for slowaes (from Electrum==1.9.8):
  * https://pypi.python.org/simple/slowaes/
  Analyzing links from page https://pypi.python.org/simple/slowaes/
    Skipping link https://pypi.python.org/packages/2.4/s/slowaes/slowaes-0.1a1-py2.4.egg#md5=f1371
dc6d46230f3d22b2dfae6f9050e (from https://pypi.python.org/simple/slowaes/); unknown archive format
: .egg
    Skipping link https://pypi.python.org/packages/2.5/s/slowaes/slowaes-0.1a1-py2.5.egg#md5=5fb70
1750887fa4d85b61f92cb439330 (from https://pypi.python.org/simple/slowaes/); unknown archive format
: .egg
    Skipping link https://pypi.python.org/packages/2.6/s/slowaes/slowaes-0.1a1-py2.6.egg#md5=2877d
c9c31352d812bfa390e0d84fc8a (from https://pypi.python.org/simple/slowaes/); unknown archive format
: .egg
    Found link https://pypi.python.org/packages/source/s/slowaes/slowaes-0.1a1.tar.gz#md5=eafee95a
788a795403e972a35e80ce4f (from https://pypi.python.org/simple/slowaes/), version: 0.1a1
  Ignoring link https://pypi.python.org/packages/source/s/slowaes/slowaes-0.1a1.tar.gz#md5=eafee95
a788a795403e972a35e80ce4f (from https://pypi.python.org/simple/slowaes/), version 0.1a1 is a pre-r
elease (use --pre to allow).
  Could not find a version that satisfies the requirement slowaes (from Electrum==1.9.8) (from ver
sions: 0.1a1)

Cleaning up...

  Removing temporary dir /tmp/pip_build_root...
No distributions matching the version for slowaes (from Electrum==1.9.8)

Exception information:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 134, in main
    status = self.run(options, args)
  File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 236, in run
    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1085, in prepare_files
    url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
  File "/usr/lib/python2.7/dist-packages/pip/index.py", line 309, in find_requirement
    raise DistributionNotFound('No distributions matching the version for %s' % req)
DistributionNotFound: No distributions matching the version for slowaes (from Electrum==1.9.8)