Skip to content
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

Windows 11 Jep build issue #598

Open
souvikadh opened this issue Feb 28, 2025 · 1 comment
Open

Windows 11 Jep build issue #598

souvikadh opened this issue Feb 28, 2025 · 1 comment

Comments

@souvikadh
Copy link

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):

  • 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.

@bsteffensmeier
Copy link
Member

You will need to install setuptools before you can run setup.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants