Hey everyone,
I have been trying to get Perceval up & running but I am facing issues during installation. I followed the instructions from the official docs but something is not quite right.
Also i have installed all the prerequisites (Python, necessary dependencies, etc.).
Ran pip install perceval-quandela
& it seemed to go fine.
But when I try to import it in Python using import perceval as pcvl
, I get an error (something about missing dependencies or a module not found).
Also i have tried setting up a fresh virtual environment and double-checked my Python version . I am using Python 3.x but still no luck. While searching for solutions, I came across some discussions about similar installation issues in java training but I am not sure if that is relevant here.
Has anyone else faced this issue? Am I missing a step or maybe there is a known workaround? also i have see this ARM version of python for Mac M1 to install Perceval 0.4.1 still need help.
Thank you…