Dev Space

Customize and extend the power of Alteryx with SDKs, APIs, custom tools, and more.

Missing MKL 2017.0.3-0

StephenR
Alteryx
Alteryx

I am adding some packages in a new conda env, but they are running into an issue with MKL 2017.0.3-0. 

Capture.JPG

 

It appears that  it is not recognizing relative references.  Before I re-install Alteryx, what should I try?

 

 

 

Regards,
Stephen Ruhl
Principal Customer Support Engineer

3 REPLIES 3
MichaelCh
Alteryx
Alteryx

Hopefully @wthompson can help you out with this.

wthompson
Alteryx
Alteryx

With our current installs, we do not support conda-env, instead we support Python env using pip.  What packages are you trying to install that are using MKL?  Most of those packages have non-MKL packages available in pip.  Conda-env has a lot of portability issues for our tool installer, where pip is PyPI based and is more portable.

 

Because Conda introduces a new packaging format, you cannot use pip and Conda interchangeably; pip cannot install the Conda package format. You can use the two tools side by side but they do not interoperate either.

StephenR
Alteryx
Alteryx

Thanks for your response.  I'm working with the Python ARM Toolkit and condas are their preferred method of adding their package.  I'll have to look into pip compatibility.  Thank you!

Regards,
Stephen Ruhl
Principal Customer Support Engineer