General Discussions

Discuss any topics that are not product-specific here.

Python and ML

Daniel_cof
6 - Meteoroid

Hello. I am tryng to use the python tool to run some ML algorithms on the jupyter notebook but every time i try to install tenserflow with 

Package.installPackages(['tensorflow'])

it gives me this error:

ERROR: Could not install packages due to an EnvironmentError: [WinError 5] Acesso negado:

And all the solutions i have found online are not working, could someone help me undurstand what i did wrong? 

2 REPLIES 2
martinding
13 - Pulsar

Hi @Daniel_cof,

 

This error seems to suggest that there's a permission issue.

 

Perhaps try restarting Alteryx and running it as an Administrator and see if it lets you install this time.

Daniel_cof
6 - Meteoroid

Thank you. I tried but now the python tool wont load the jupyter notebook

Labels