Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

latest version of Alteryx will not install Geopy package (Nominatim and Geocoders)

LydiaHoang
6 - Meteoroid

Hi,

 

I've just received notification to upgrade to the latest version of Alteryx.  By doing so, my python script (which ran in the last version) is now broken.  The latest version will not install Geopy package (including geocoders and nominatim).  Would someone be able to advise how to fix this please?

5 REPLIES 5
florijn
7 - Meteor

You can try to activate in the command pompt the vritual environment from the file activate.bat in the installation folder C:\Program Files\Alteryx\bin\Miniconda3\envs\JupyterTool_vEnv\Scripts. Once in the virtual environment, you can use the pip to install all relevent modules you need. The update of Alteryx deletes all python modules you installed.

LydiaHoang
6 - Meteoroid

Can I still use the pip command when jupyter notebook (Anaconda/Conda prompt) is embedded in Alteryx?  it didn't work for me in the last version...I still had to find a way of using the conda prompt

 

LydiaHoang
6 - Meteoroid

It would be good (going forward) if Alteryx can find a way to not delete python modules when a new version of alteryx is installed...it can be really painful importing new python modules (and soon to be released libraries and modules) into Alteryx

 

florijn
7 - Meteor

I always used the MS command prompt like the one below. You can try conda one which I think is the same. The virtual environment is for the Jupyter Notebook.

Capture.PNG

florijn
7 - Meteor

Please remeber create a requirements.txt file for all installed modules in python before updating Alteryx. After the update, just use pip - r requirements.text to reinstall all modules.

Labels