Hello! I have attempted to install PDFPlumber to my Alteryx Python environment but the Python tool does not register the existence of the PDFPlumber. I am trying to convert a PDF to a TXT file. Below is the file path I installed to and the error message:
c:\users\[my name]\appdata\local\alteryx\bin\miniconda3\envs\
Error: Python (63): Traceback (most recent call last):
File "C:\Users\[my name]\AppData\Local\Temp\Engine_6092_5beb9433a9e6474aaddaa4d715ce51db_\5c8fa4040b4685539b2a94b94d2f62e2\workbook.py", line 12, in <module>
import pdfplumber
ModuleNotFoundError: No module named 'pdfplumber'