Skip to content
Discussion options

You must be logged in to vote

Hi veronica.rivas@mantica-solutions.com

When you use an external package with your shell, you need to add it to the requirements.txt file that is in your project. This way, when the driver is being executed for the first time, a new virtual environment is created for it, and all the external requirements are being installed there.

Make sure you add a certain version of paramiko (and any other package), to reduce the chances of your driver fail to run because of an update made by these packages.

So use something like:

paramiko==2.4.1

or

paramiko>=2.4,<2.5

you can check which paramiko you installed and that was working fine for you using "pip list".

Yaniv


Yaniv Kalsky (Yaniv.K) - 06/25/2018 04:48 AM

·…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Quali-Community
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Forums
Labels
5. 💠 CloudShell Category ❺ : CloudShell 8. 💠 Developers Category ❽ : Developers 2. 🙏 Forum Category ❷ : Forums Shell Python Inventory Discovery AHsubspace AH subspace AHDev AH Forums subspace: Developers
1 participant