Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

How do I use another installation of Miniconda3 in Designer? (Windows or WSL2)

nyck3333
8 - Asteroid

My first choice is to use WSL2's Miniconda3 because I do most of my development in WSL2 because I was using Linux Ubuntu before WSL2 was released. 

 

Is there a tutorial on how to wire this up?

 

Right now, I tried running the Python tool example which worked then tried to install a new package with `! pip install dask"[complete]"` but it's giving me an error and showing me that it's using Miniconda3 installed under the Alteryx directory

 

```

 WARNING: The script dask.exe is installed in 'C:\Users\nycki_gq3buqc\AppData\Local\Alteryx\bin\Miniconda3\envs\DesignerBaseTools_venv\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.

We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.

typer 0.3.1 requires click<7.2.0,>=7.1.1, but you'll have click 8.1.3 which is incompatible.
cligj 0.5.0 requires click<8,>=4.0, but you'll have click 8.1.3 which is incompatible.
ayx-python-sdk 1.0.1+build.816027 requires Click==7.1.2, but you'll have click 8.1.3 which is incompatible.
ayx-python-sdk 1.0.1+build.816027 requires python-dateutil==2.8.1, but you'll have python-dateutil 2.8.0 which is incompatible.
ayx-python-sdk 1.0.1+build.816027 requires pytz==2020.1, but you'll have pytz 2019.1 which is incompatible.
ayx-python-sdk 1.0.1+build.816027 requires requests==2.24.0, but you'll have requests 2.22.0 which is incompatible.
ayx-python-sdk 1.0.1+build.816027 requires six==1.14.0, but you'll have six 1.12.0 which is incompatible.

```

I also prefer to have as much as possible on my D drive rather than C due to size constraints. 

Please feel free to advise. 

0 REPLIES 0
Labels
Top Solution Authors