I installed pikepdf in my virtual environment in my anaconda prompt. However, when I try to import it in my Jupyter notebook, it says "no module named 'pikepdf'".
I tried upgrading my pip, close and reopen my Jupyter, but nothing seems to work.
Is there someone who could help me?
Thank you
If you are on linux run this command in the shell:
If you are on windows run:
and in the python console import the library using:
If you get any error post it. If you don't get any error try to run your program from the CMD/shell with, on linux:
on windows: