Closed gitcoo closed 4 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
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.
Fixed in https://github.com/wardbradt/peregrine/pull/61
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