Open mann1mal opened 4 years ago
Quick update, I was able to run vcd cse
commands succesfully with the cse server running Python 3.7.3 and the client running 3.8.2:
# python -V
Python 3.8.2
# vcd cse cluster list
name vdc status org_name k8s_version k8s_provider
------------- ----------------- ---------------- ------------ ------------- --------------
routed-test cse-standard-ovdc POWERED_ON cse-demo-org 1.17.2 native
vcpp-standard cse-standard-ovdc POWERED_ON cse-demo-org 1.17.2 native
vcpp-pks cse-ent-ovdc create succeeded cse-demo-org 1.16.7 ent-pks
This is an issue with pika (AMQP library that CSE uses). I think we have answered with the same reply on the community post.
Regards Aritra Sen
It would be helpful if the answer could be added here as well. Since other people are sure to encounter the same problem.
Saw a ping from @jondwaite in the VCPP community slack channel regarding an issue accessing CSE (2.6.0) via the
vcd-cli
. I set up a quick reproducer and was able to see the same behavior.Running Python 3.8.2 in a virtualenv for testing on both client and server.
From the server:
cse run
against the config file runs as expected:Now when testing
vcd cse
commands from a client:Jon mentioned that this might be the issue: https://github.com/pika/pika/pull/1254/files
If that is indeed the case, we should update the documentation to be more specific about "supported" Python versions.