solokeys / solo1-cli

Solo 1 library and CLI in Python
https://pypi.org/project/solo-python
Apache License 2.0
185 stars 69 forks source link

No matching distribution found for solo-python #12

Closed LoungeFlyZ closed 5 years ago

LoungeFlyZ commented 5 years ago

I'm a noob and getting the following on Mac OS (10.14.1) when trying to install via pip3:

>pip3 install solo-python
Collecting solo-python
  Could not find a version that satisfies the requirement solo-python (from versions: )
No matching distribution found for solo-python

Any pointers?

nickray commented 5 years ago

does python3 --version return at least 3.6?

LoungeFlyZ commented 5 years ago

hmmm something weird going on...

>python3 --version
Python 3.5.1

> python --version
Python 3.7.2
nickray commented 5 years ago

@LoungeFlyZ If this is an issue on your side can you close this please? If it is an issue on our side, please clarify.

LoungeFlyZ commented 5 years ago

looks to be a problem with python install on my machine. closing.