-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setup.py dependency issues on Windows #24
Comments
I attempted to recreate the error and looking through the console output, I see that one difference is that my system "Found native jni.h" (3rd from the bottom line). This has to do with having a Java distribution installed or at least in the path, which makes sense because You can check if you have Java on your path by running |
I installed Amazon Corretto 8, put the file location into the path system variable (and followed the rest of the install instructions on the website), reran As a side note, I installed sklearn separately and am now running this on a different computer. |
Running setup.py using Windows 10, Anaconda 3, and Python 3.7 returns either a ModuleNotFound error or an error stating that MS Visual C++ 14.0 or higher is required, even though Visual Studio and required packages are already installed. If each required module is installed individually, the Visual Studio required error is still returned. As a side note, running setup.py still installs missing modules (in my case, sklearn and jpype1 v0.6.3). Details in screenshot.
The text was updated successfully, but these errors were encountered: