S
S
simindeymo2021-07-05 16:32:12
Python
simindeymo, 2021-07-05 16:32:12

How to fix mega.py error?

Windows 10 Python3.7.9
Error:

Traceback (most recent call last):
  File "D:\source\python\funcs\f.py", line 39, in <module>
    from mega import Mega
  File "C:\Users\User\AppData\Roaming\Python\Python37\site-packages\mega\__init__.py", line 1, in <module>
    from .mega import Mega  # noqa
  File "C:\Users\User\AppData\Roaming\Python\Python37\site-packages\mega\mega.py", line 8, in <module>
    from Crypto.Cipher import AES
ModuleNotFoundError: No module named 'Crypto'

I have already tried uninstalling pycrypto and installing pycryptodome.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
HemulGM, 2021-07-05
@HemulGM

Find Crypto module

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question