Nate Jensen

Results 81 comments of Nate Jensen

The warning you saw comes from numpy, not Jep. Please read the [wiki](https://github.com/ninia/jep/wiki) before you open tickets about problems like this. Specifically, read the page [Workarounds for CPython Extensions](https://github.com/ninia/jep/wiki/Workarounds-for-CPython-Extensions), but...

Please check the top of the output of `python setup.py build` or `python setup.py install`. It should say either, "numpy include found at ______" or "numpy not found, running without...

You did build the jep native library even if you didn't realize it, otherwise it wouldn't work. Perhaps you did it with pip, which also builds it from source. The...

We probably put the JNI path in jep.bat to match the Linux/macOS version of the script. I don't want to take it out unless we're absolutely 100% sure it's not...

https://stackoverflow.com/questions/1471994/what-is-setup-py

I disagree that this is an issue. UnsatisfiedLinkError is more precise in telling you what went wrong than a JepException. And an Error is appropriate since it indicates a bad...

What version of Visual Studio do you have installed? I tried Jep 4.0 with the community edition of Visual Studio 2015, 2017, and 2019 and it worked ok.

Unfortunately I don't know how to solve this. Jep is using Python's built-in distutils package to do the native build, so that message is somehow coming from there. I agree...

How did you install Python? Was it with conda or homebrew or from the python website or something else?

I'm not familiar with Pyenv but it looks like @geekadalovelace was also using it. Please doublecheck that the Python that built Jep is the same Python you're running with. I...