Closed t1diotac closed 2 years ago
I was able to get to the latest by upgrading Python from 3.6 to 3.9 and using the full path to the 3.9 pip:
As my wheel user:
sudo dnf install python-39
And then go back to my t1d user:
sudo su - t1d
And finally:
/usr/bin/pip3.9 install --upgrade --user tconnectsync
This pulls in the latest 0.8.2 version.
Glad you got this working... I dropped python 3.6 support in 0.7.2, all current versions require python 3.7+
Hello,
pip3 install --user tconnectsync
followed by
tconnectsync --help
showsThe latest on Github appears to be 0.8.2
Thanks!