mobilecoinofficial / forest

Enables a Forest of MobileCoin enabled SignalBots. Beta software, APIs may change!
MIT License
19 stars 12 forks source link

ModuleNotFoundError using pdictng #132

Closed deepfates closed 2 years ago

deepfates commented 2 years ago

Importing aPersistDict gives a dependency error:

ModuleNotFoundError: No module named 'Crypto'

This module should be installed with pycryptodome dependency which is already in the Pipfile. I reinstalled it with

pipenv install pycryptodome

and this seemed to work. Don't understand why it wouldn't be installed with the original Pipfile though...

itdaniher commented 2 years ago

Probably because you updated and pycryptodome wasn't originally included in the Pipfile! Closing for now, but glad to have this as a reference point should future issues emerge.