Python and ML
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Daniel_cof
6 - Meteoroid
‎04-14-2023
09:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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?
Labels:
- Labels:
- Alteryx Practice
2 REPLIES 2
martinding
13 - Pulsar
‎04-14-2023
03:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
‎04-17-2023
03:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you. I tried but now the python tool wont load the jupyter notebook
