python-mega icon indicating copy to clipboard operation
python-mega copied to clipboard

Cannot install the python-mega package

Open GuillaumeOrlando opened this issue 7 years ago • 0 comments

Hello, I can't manage to install python-mega, i'm stuck on this error (pip install python-mega): Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/pycrypto/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-nqU9gL-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/pycrypto I know that pycrypto is a little bit broken, so i tried to install pycryptodome and pycryptodomex but it's not changing anything.

Is there something that i can do in order to fix this ? Thanks

GuillaumeOrlando avatar Jun 08 '18 00:06 GuillaumeOrlando