Bitadr / DeepSigns

22 stars 5 forks source link

Error "bad magic number" when trying to import deepsigns #1

Open einbauch opened 4 years ago

einbauch commented 4 years ago

import DeepSigns Traceback (most recent call last):

File "", line 1, in import DeepSigns

ImportError: bad magic number in 'DeepSigns': b'\x16\r\r\n'

dingzhim commented 4 years ago

import DeepSigns Traceback (most recent call last):

File "", line 1, in import DeepSigns

ImportError: bad magic number in 'DeepSigns': b'\x16\r\r\n'

I also met the problem. I have tried different versions of python, but it didn't work. Have you sovled that? Could you tell me the solution? Thank you.

dingzhim commented 4 years ago

@Bitadr Could you please tell me the version of python corresponding to your project? If you are willing to upload the source codes , I can't be more grateful.

BigBang019 commented 2 years ago

Have you guys solved the problem? I met the same problem.