Crap, I thought I CCed the list... My apologies, Jeff! Jens
---------- Vidarebefordrat meddelande ---------- Från: *Jens Rantil* Datum: onsdagen den 31:e juli 2013 Ämne: [Fab-user] AttributeError: 'module' object has no attribute 'HAVE_DECL_MPZ_POWM_SEC' Till: Kaushal Shriyan <[email protected]> Hi Kaushal, This does not seem to be an issue with fabric, but rather with PyCrypto[1] that Paramiko (which fabric depends on) depends on[2]. I suggest filing an issue with PyCrypto[3] instead. [1] https://pypi.python.org/pypi/pycrypto [2] https://github.com/paramiko/paramiko/blob/master/setup.py#L43 [3] https://launchpad.net/pycrypto/+bugs Cheers, Jens On Wed, Jul 31, 2013 at 10:40 AM, Kaushal Shriyan <[email protected]<javascript:_e({}, 'cvml', '[email protected]');> > wrote: > Hi > > I am on CentOS 6.4 and trying to install fab. I am currently facing the > below issue. > > $ fab -V > Traceback (most recent call last): > File "/usr/bin/fab", line 9, in <module> > load_entry_point('Fabric==1.7.0', 'console_scripts', 'fab')() > File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 299, in > load_entry_point > return get_distribution(dist).load_entry_point(group, name) > File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 2229, in > load_entry_point > return ep.load() > File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 1948, in > load > entry = __import__(self.module_name, globals(),globals(), ['__name__']) > File > "/usr/lib/python2.6/site-packages/Fabric-1.7.0-py2.6.egg/fabric/main.py", > line 19, in <module> > from fabric import api, state, colors > File > "/usr/lib/python2.6/site-packages/Fabric-1.7.0-py2.6.egg/fabric/api.py", > line 9, in <module> > from fabric.context_managers import (cd, hide, settings, show, path, > prefix, > File > "/usr/lib/python2.6/site-packages/Fabric-1.7.0-py2.6.egg/fabric/context_managers.py", > line 42, in <module> > from fabric.state import output, win32, connections, env > File > "/usr/lib/python2.6/site-packages/Fabric-1.7.0-py2.6.egg/fabric/state.py", > line 9, in <module> > from fabric.network import HostConnectionCache, ssh > File > "/usr/lib/python2.6/site-packages/Fabric-1.7.0-py2.6.egg/fabric/network.py", > line 24, in <module> > import paramiko as ssh > File > "/usr/lib/python2.6/site-packages/paramiko-1.11.0-py2.6.egg/paramiko/__init__.py", > line 64, in <module> > from transport import SecurityOptions, Transport > File > "/usr/lib/python2.6/site-packages/paramiko-1.11.0-py2.6.egg/paramiko/transport.py", > line 33, in <module> > from paramiko import util > File > "/usr/lib/python2.6/site-packages/paramiko-1.11.0-py2.6.egg/paramiko/util.py", > line 33, in <module> > from paramiko.common import * > File > "/usr/lib/python2.6/site-packages/paramiko-1.11.0-py2.6.egg/paramiko/common.py", > line 98, in <module> > from Crypto import Random > File "/usr/lib64/python2.6/site-packages/Crypto/Random/__init__.py", > line 29, in <module> > from Crypto.Random import _UserFriendlyRNG > File > "/usr/lib64/python2.6/site-packages/Crypto/Random/_UserFriendlyRNG.py", > line 38, in <module> > from Crypto.Random.Fortuna import FortunaAccumulator > File > "/usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.py", > line 39, in <module> > import FortunaGenerator > File > "/usr/lib64/python2.6/site-packages/Crypto/Random/Fortuna/FortunaGenerator.py", > line 34, in <module> > from Crypto.Util.number import ceil_shift, exact_log2, exact_div > File "/usr/lib64/python2.6/site-packages/Crypto/Util/number.py", line > 56, in <module> > if _fastmath is not None and not _fastmath.HAVE_DECL_MPZ_POWM_SEC: > AttributeError: 'module' object has no attribute 'HAVE_DECL_MPZ_POWM_SEC' > > Regards > > Kaushal > > _______________________________________________ > Fab-user mailing list > [email protected] <javascript:_e({}, 'cvml', '[email protected]');> > https://lists.nongnu.org/mailman/listinfo/fab-user > > -- Want to know how full my inbox is? Or how to get in touch with me faster? Or tell me your e-mail is not that important? Then check this out: http://courteous.ly/4WtfZY -- Want to know how full my inbox is? Or how to get in touch with me faster? Or tell me your e-mail is not that important? Then check this out: http://courteous.ly/4WtfZY
_______________________________________________ Fab-user mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/fab-user
