I am adding some packages in a new conda env, but they are running into an issue with MKL 2017.0.3-0.
It appears that it is not recognizing relative references. Before I re-install Alteryx, what should I try?
Hopefully @wthompson can help you out with this.
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.
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!