quantsini / pymoof

Connect to your Vanmoof SX3 using python
MIT License
37 stars 8 forks source link

Could not find a version that satisfies the requirement pymoof #8

Open stefanstranger opened 2 years ago

stefanstranger commented 2 years ago

I'm trying to install the pymoof library on my Windows 11 machine with WSL installed. I know it's not on the list of tested devices but I wanted to give it a try.

I installed Python version 3.7.9 and then run the command: pip install pymoof but got below error:

Collecting pymoof Could not find a version that satisfies the requirement pymoof (from versions: ) No matching distribution found for pymoof

Any ideas what requirement is missing?

/Stefan