-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Protobuf Issue #22
Comments
but 3.20.3 matches that specification doesn't it? |
Yeah, pip3 gave me following error, while trying to install if offline on another machine:
You're right, I mixed up the versioning schema, so it turned out that the machine I downloaded the pip packages with was a Debian 11 with python 3.9 - and the one I tried to play the packages back was a Debian 10 with python 3.7 - so what happend was that it had downloaded the I got around it by creating a own download for the protobuf repo and forced it to use python 3.7.x as target system:
Then i offline installed protobuf before all the rest
... and with that the error was gone and the yamcs python api successfully installed. Sorry for the confusion! :) |
Dear all,
I think there is an issue with the requirements for python-yamcs-client:
python-yamcs-client/yamcs-client/setup.py
Line 41 in d22f06f
The current protobuf history cannot satisfy these requirements, there is no version "protobuf>=3.8,<4" - only 3.20.3 and then some 4.0.0rc versions and up...
https://pypi.org/project/protobuf/#history
The text was updated successfully, but these errors were encountered: