wardbradt / peregrine

Detects arbitrage opportunities across 131 cryptocurrency exchanges in 50 countries
MIT License
1.18k stars 339 forks source link

import asyncio errors #58

Closed MiningAmazing closed 4 years ago

MiningAmazing commented 5 years ago

When I want to import asyncio I get next error message:

"import-im6.q16: not authorized `asyncio' @ error/constitute.c/WriteImage/1037"

The solution in https://github.com/wardbradt/peregrine/issues/16 doesn't help or I don't know how it would help me.

Any suggestion please?

Thanks!

LPX55 commented 4 years ago

What Python version are you using?

MiningAmazing commented 4 years ago

Hello,

I'm using Python 2.7.15+

phyt_ver

Which versions do you suggest? Linux, phyton, etc..

Thanks!

Missatge de Lunar Digital Assets notifications@github.com del dia dg., 4 d’ag. 2019 a les 9:45:

What Python version are you using?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/wardbradt/peregrine/issues/58?email_source=notifications&email_token=AIB7RDUU73JMASTFPC7E7J3QC2CJJA5CNFSM4IHKQNX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3P4MJI#issuecomment-517981733, or mute the thread https://github.com/notifications/unsubscribe-auth/AIB7RDQLI5HGHDGBMHY7T5DQC2CJJANCNFSM4IHKQNXQ .

LPX55 commented 4 years ago

You'll need Python 3.7 to properly run async.

MiningAmazing commented 4 years ago

Ok,

I'll try and let you know the results.

Thanks!