Jep:error: [Errno 2] No such file or directory: 'DLLs\\jep.pyd'

128 Views Asked by At

During jep build I get the following error:

enter image description here

I get this error when I run the below code

python setup.py install

How to overcome this? Thanks.

1

There are 1 best solutions below

0
yoganathan k On BEST ANSWER

After some resarch i've found the answer.

You just have to add a folder "DLLs" to your Jep source directory. This will automatically add the jep.dll to the DLLs folder.

This worked for me!!