I developped a python script with the PCAN-Basic API, on my IDE when I launch the program on run or debug, I have no issue. Everything is working great.
I need to create a .exe to share the program. I used pyinstaller to create an .exe of the .py files, this part seems to process fine.
But when I open the exe file, I have the following error:

I have the python-can API installed (4.0.0), I tried to copy the can folder at the root of my .exe file, but it didn't help. I feel like it's only a matter of linking this folder to the program but I didn't manage to solve it.
Have you already encounter this issue and know a way to solve it ?
Thanks,
Clément