polo
polo copied to clipboard
polo does not work in python 3.7
Hello,
I would like to use polo, but I am using python 3.7. I attempted to install by using Anaconda with the following command:
conda install -c gwerbin polo
But received the following error:
UnsatisfiableError: The following specifications were found to be in conflict:
- polo -> python[version='>=3.6,<3.7.0a0']
- python=3.7
Is there a desire to update polo to work in python 3.7? Or a work around to maintain my 3.7 environment but still use polo?