Hi all, I'm creating a Python script to open the pdf files and save as the new files with just a few first pages. The reason why we have this script is that the original pdf files are using the some other tool to manipulate the files and Alteryx cannot open these kinda files.
When I run the script, it shows this message:
ERROR: Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 'C:\\Program Files\\Alteryx\\bin\\Miniconda3\\envs\\IntelligenceSuite_Venv\\Lib\\site-packages\\PyPDF2' Consider using the `--user` option or check the permissions.
It's strange because I could run it before and it worked well, but now it does not.
Can anyone support how to fix this issue? I attach the workflow for reference.
It seems to be a permission problem, please try to run the Alteryx with administrator privileges, then start the WF.
If you have admin rights on your computer, to install python packages you need to run alteryx as admin and then install them.