During jep build I get the following error:

I get this error when I run the below code
python setup.py install
How to overcome this? Thanks.
During jep build I get the following error:

I get this error when I run the below code
python setup.py install
How to overcome this? Thanks.
Copyright © 2021 Jogjafile Inc.
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!!