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.
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.
@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.
what YXI tool ?