You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have tried installing on PI4 (Raspbian GNU/Linux 10 (buster)) using command below but cannot find the CLI once installed:
python3 -m pip install --upgrade surepy
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already up-to-date: surepy in /usr/local/lib/python3.7/dist-packages (0.2.6)
Requirement already satisfied, skipping upgrade: async-timeout>=3.0.1 in /usr/local/lib/python3.7/dist-packages (from surepy) (3.0.1)
Requirement already satisfied, skipping upgrade: aiohttp>=3.6.2 in /usr/local/lib/python3.7/dist-packages (from surepy) (3.7.3)
Requirement already satisfied, skipping upgrade: attrs>=17.3.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp>=3.6.2->surepy) (20.3.0)
Requirement already satisfied, skipping upgrade: yarl<2.0,>=1.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp>=3.6.2->surepy) (1.6.3)
Requirement already satisfied, skipping upgrade: multidict<7.0,>=4.5 in /usr/local/lib/python3.7/dist-packages (from aiohttp>=3.6.2->surepy) (5.1.0)
Requirement already satisfied, skipping upgrade: typing-extensions>=3.6.5 in /usr/local/lib/python3.7/dist-packages (from aiohttp>=3.6.2->surepy) (3.7.4.3)
Requirement already satisfied, skipping upgrade: chardet<4.0,>=2.0 in /usr/lib/python3/dist-packages (from aiohttp>=3.6.2->surepy) (3.0.4)
Requirement already satisfied, skipping upgrade: idna>=2.0 in /usr/lib/python3/dist-packages (from yarl<2.0,>=1.0->aiohttp>=3.6.2->surepy) (2.6)
Install completes without errrors.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions