-
Notifications
You must be signed in to change notification settings - Fork 19
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
Error on using laconic-so commands #471
Comments
This doesn't appear to be related to any recent commit. I'm wondering if it might be some build environment thing? This may be related: pydantic/pydantic#6557 |
btw, the problematic release works for me (although it does introduce a weird warning message from the same library):
|
This seems to be some error from a mystery meat transitive dependency. The error's manifestation depends on the version of Python used. |
Should be fixed in the latest release, please re-test. |
Tested with latest release and getting same error.
What python version should we use? Current python version $ python3 --version
Python 3.10.6 |
stack orchestrator supports Python 3.8 and later so 3.10.6 is supported. |
It looks like just updating our first order dependencies to the latest wasn't enough to pull in the updated pydantic. |
The underlying cause is : gabrieldemarmiesse/python-on-whales#455 |
Ok, hopefully this one #473 should get us going again. I don't fully understand what happened, but roughly: we use Docker on Whales which is a Python library for docker. The second problem actually sounds pretty ominous because it has the feel that pydantic v2 is not "python-version-neutral". This would be a big problem for us because we are trying to ship a version (minor version) neutral package. I've been able to force pydantic back to v1 for now, which works around the problem. |
Should finally fix the issue: #473 |
On trying to use latest SO release for deploying MobyMask, got error with
laconic-so version
commandError was thrown on using other laconic-so commands too
Checked with other releases of laconic-so:
The text was updated successfully, but these errors were encountered: