You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search for existing solutions
The Jep build is automatically tested and confirmed to be working in Linux, OS X, and Windows using Travis and AppVeyor. We cannot possibly test every environment so we rely on the community to document any issues and solutions in other environments. Please search for a similar problem and solution on both the mailing list and the existing closed github issues before opening a new issue.
Environment (please complete the following information):
OS Platform, Distribution, and Version: windows 11
Python Distribution and Version:
Java Distribution and Version: amazon correto 17
Jep Version: latest
Python packages used (e.g. numpy, pandas, tensorflow): python 3
Logs
While running python setup.py build getting below result.
Traceback (most recent call last):
File "C:\analyze\jep\setup.py", line 8, in
from setuptools import setup, Extension
ModuleNotFoundError: No module named 'setuptools'
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the problem
Not able to build Jep
Search for existing solutions
The Jep build is automatically tested and confirmed to be working in Linux, OS X, and Windows using Travis and AppVeyor. We cannot possibly test every environment so we rely on the community to document any issues and solutions in other environments. Please search for a similar problem and solution on both the mailing list and the existing closed github issues before opening a new issue.
Environment (please complete the following information):
Logs
While running python setup.py build getting below result.
Traceback (most recent call last):
File "C:\analyze\jep\setup.py", line 8, in
from setuptools import setup, Extension
ModuleNotFoundError: No module named 'setuptools'
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: