wardbradt / peregrine

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

utils.logging_utils #59

Closed gitcoo closed 4 years ago

gitcoo commented 5 years ago

Hi and thanks for the cool software!

I am getting this:

ModuleNotFoundError: No module named 'utils.logging_utils'

When I do this:

pip install utils.logging_utils

I get this:

No matching distribution found for utils.logging_utils

Would you have any suggestion for this? Thank you! :D

$ python Python 3.6.8 (default, Apr 9 2019, 04:59:38) [GCC 8.3.0] on linux

wardbradt commented 4 years ago

I am now fixing several of the issues with the project as I have some free time this week. Some relative imports, such as this one, are errant. I will fix this.

wardbradt commented 4 years ago

Fixed in https://github.com/wardbradt/peregrine/pull/61