svalouch / python-rctclient

Python client for RCTs Serial Communication Protocol
https://rctclient.readthedocs.io
GNU General Public License v3.0
46 stars 27 forks source link

upgrade to version 0.0.4 #27

Closed Pythonaire closed 8 months ago

Pythonaire commented 11 months ago

Tried to upgrade the version from 0.0.3 to 0.0.4 but failed.

pip install -U rctclient --upgrade

gives version 0.0.3

pip install -U rctclient==0.0.4

gives: ERROR: Could not find a version that satisfies the requirement rctclient==0.0.4 (from versions: 0.0.1, 0.0.2, 0.0.3)

amokinside commented 9 months ago

I have the same problem....

Is an update from 0.0.3 to 0.04 possible? If yes how?

weltenwort commented 9 months ago

Until https://github.com/svalouch/python-rctclient/releases/tag/v0.0.4 has been published to pypi you could use pip install git+https://github.com/svalouch/python-rctclient@v0.0.4 to install directly from the repo.