Pip Upgrade
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Printer Friendly Page
- Mark as New
- Subscribe to RSS Feed
- Permalink
Im starting to develop a new python tool which is requiring the install of a number of additional packages. Each time I run pip install i get the message:
You are using pip version 9.0.1, however version 10.0.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.
Would upgrading pip cause any issues with the Alteryx or is that safe to do?
Solved! Go to Solution.
- Labels:
- Custom Tools
- Developer
- Python
- SDK
- Mark as New
- Subscribe to RSS Feed
- Permalink
If you create a YXI tool install for your Python SDK Tool, the pip install will auto upgrade prior to install. If you want to update pip and setup tools on your Alteryx\bini\Miniconda it will not cause any problems.
- Mark as New
- Subscribe to RSS Feed
- Permalink
@wthompson wrote:If you create a YXI tool install for your Python SDK Tool, the pip install will auto upgrade prior to install. If you want to update pip and setup tools on your Alteryx\bini\Miniconda it will not cause any problems.
Awesome thanks its the setup tools bit I was mainly wondering about but the pip install for a particular tool is awesome too.
- Mark as New
- Subscribe to RSS Feed
- Permalink
what YXI tool ?