Hi,
I have a PyPi package that works correctly on python. Inside the package I have *.pyd modules to use inside the package. When I install it on Anaconda (using pip install in cmd of anaconda) I got the following error:
I do not encounter with above problem when my package consist of *.py files and this problem happens when I’m using *.pyd files.
Please guide me how to use pyd files in my packages and use them in anaconda environment.