- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise
- >
- More venv fun
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023 01:14 AM
05-31-2023 01:14 AM
More venv fun
Hi,
I know when creating a Python task I should list any non-standard packages and they’ll be downloaded like a requirements file usually works but we’re in a secure environment so they need to be pre-installed. They also have to be security vetted and installed from our artifactory so they’ll be in a tar file. I’ve asked our box admin to install them but I still can’t pick them up so I’m guessing we’re missing a location or something along those lines.
Do you have an install process to pre-install Python tar package files for venv Python tasks? This is critical for one of our use cases for Morpheus.
Thanks Mark
- Tags:
- Python

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023 03:44 AM
05-31-2023 03:44 AM
Re: More venv fun
So we looked at the Python installation and usr/lib/python3.6/site-packages folder and I can see the pip install worked fine but still when a venv spins up and execute pip3 list --local I cannot see any of the packages I installed.
Our pip3 config does actually point to our artifactory and I have included the packages in the additional packages field. But still despite having them pre-installed and pointed to using the task mechanism I’m still not picking them up.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023 05:18 AM
05-31-2023 05:18 AM
Re: More venv fun
Also I tried a pip3 install out of interest within the task and it tried to use PyPI instead of our artifactory which is configured in the pip3 settings.