Skip to content
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

Conflicting dependencies #45

Open
astrojuanlu opened this issue Nov 4, 2023 · 3 comments
Open

Conflicting dependencies #45

astrojuanlu opened this issue Nov 4, 2023 · 3 comments

Comments

@astrojuanlu
Copy link

The conflict is caused by:
    The user requested websockets==7.0
    juju 2.9.44.1 depends on websockets>=9.0

websockets==7.0
# via juju

@kimwnasptd
Copy link
Contributor

Hey @astrojuanlu nice to see you try out UAT! 😄

IIRC the above error is because you tried to run the tests with Python 3.10, while they currently work with 3.8.
cc @orfeas-k

@astrojuanlu
Copy link
Author

Yeah I was on the front row of your workshop at Ubuntu Summit 😄

Indeed, I tried these locally but later I understood that these had to be executed from inside the VM.

@orfeas-k
Copy link
Contributor

What @kimwnasptd mentioned is right. At the moment, UATs can be run in environments that use Python 3.8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants