SDK install deprecated
Got this on a recent reinstall of logicmonitor_sdk using pip.
The part that worries me is that pip 23.1 will enforce the pyproject.toml and given the rate that LM publishes updates the SDK, pip installs will break at some point. For me that point is pretty soon because 23.1 is the current version of pip. Luckily, I haven’t upgraded my pip from 22.3.1 to 23.1 like it’s prompting me to.
Anybody else tried pip installing it while already on 23.1? Guess I’ll mock it up in docker.
LM User
Posted 3 years ago·Last reply 3 years ago
4 comments
LM User
OP3 years agoOk, looks like it’s limited to that version of pip. Ran it in a vanilla windows environment with pip 23.1 with no warnings. Reverted to snapshot from before the python install and got the same error with pip 22.3.1.
Joe Williams
·3 years agoWas Ubuntu in WSL.
LM User
OP3 years agoLinux or Windows (guessing Linux/Mac)? I replicated your behavior in an ubuntu container.
Joe Williams
·3 years agoI updated pip in a venv and its at 23.1. I then installed logicmonitor_sdk and didn’t receive any warnings or errors.