-
Notifications
You must be signed in to change notification settings - Fork 41
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
fail to launch fake-switches with ssh key error #157
Comments
I think I had the same issue (paramiko apparently misusing the cryptography API) , worked it around by downgrading to (see issue pyca/cryptography#5440) |
Hi, python3 support is not completely landed. |
I am getting this error when simply running a fresh container of internap/fake-switches. I haven't tried building and running a customized image. Are there any known fixes for this?
|
Hi
I'd like to have a try with fake-switches in my local env.
I created a venv and launch
pip install -e .
, then I launched but there is an error related to rsa private key error.By the way, I am using python3, is it supported ? Or I should only use python2 ?
The text was updated successfully, but these errors were encountered: