Important Community update: The process for changing your account details was updated on June 25th. Learn how this impacts your Community experience and the actions we suggest you take to secure your account here.

Alteryx Designer Desktop Discussions

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

How to import recordlinkage toolkit for Python in Alteryx.

reenz
5 - Atom

I am trying to import records linkage toolkit using Python tool. 

!pip install recordlinkage in python tool in designer  and getting the following error:

 

ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 
Access is denied: 'C:\\Program Files\\Alteryx\\bin\\Miniconda3\\envs\\JupyterTool_vEnv\\Lib\\site-packages\\joblib' Consider using the `--user` option or check the permissions.

What am I missing and how to check the permission?

 

2 REPLIES 2
AkimasaKajitani
17 - Castor
17 - Castor
danilang
19 - Altair
19 - Altair

Hi @reenz 

 

By default, "C:\Program Files\xxx" is read only to all non-administrators.  When you start Alteryx normally, it launches as non-admin, even if your user account is a local admin.  To get write access to this path, you'll need to start Alteryx as administrator and then run the workflow that installs the Python package.  Once the package is installed, you can close Alteryx and reopen it normally

 

Dan

Labels