nucypher / nucypher

Threshold Access Control (TACo) runtimes for the Threshold Network
GNU Affero General Public License v3.0
696 stars 273 forks source link

ModuleNotFoundError: No module named 'nucypher.data_sources' #858

Closed KandariAnkita closed 5 years ago

KandariAnkita commented 5 years ago

when i was installed requests==2.4 for ReadTimeOut error its run fine but it give ModuleNotFoundError: No module named 'nucypher.data_sources' error and then i was installed datasource its replace request==2.4 into 2.3 . how to resolve datasource error

cygnusv commented 5 years ago

hi @KandariAnkita, you should use the latest nucypher version. The class DataSource which lived in the module nucypher.data_sources was renamed to Enrico and now lives in nucypher.characters.lawful.

jMyles commented 5 years ago

Umm, I'm not able to wrap my head around this just yet. Do you have a more complete traceback? What version of nucypher are you trying to run / install?

KandariAnkita commented 5 years ago

nucypher (0.1.0a20)

KandariAnkita commented 5 years ago

Hi @cygnusv , i was upgrade the nucypher version and replace nucypher.data_sources into nucypher.characters.lawful but it wont work