wardbradt / peregrine

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

ImportError: No module named pyximport #17

Closed forexhill closed 6 years ago

forexhill commented 6 years ago

Hi, I am running into the following;

~/peregrine $ python ./examples/bench.py
Traceback (most recent call last):
  File "./examples/bench.py", line 2, in <module>
    import pyximport
ImportError: No module named pyximport

pyximport is not listed in the requirements. I tried pip install pyximport but that did not locate such a package. Any ideas?

wardbradt commented 6 years ago

Have you installed Cython?

wardbradt commented 6 years ago

User had not installed Cython, issue will be closed.