-
Notifications
You must be signed in to change notification settings - Fork 152
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
install jep on mac M2 failed #502
Comments
The error indicates it is not able to find the python3.9 library. It is looking in /Applications/Xocde.app/Contents/Developer/Library/Framework/Python3.framework/Versions/3.9/lib but this directory does not exist. Is that the correct directory where your python is installed? I believe it is trying to find libpython3.9.dylib, so I recommend trying to find that file and figuring out why it is not in the directory where it is expecting it. On linux we occasionally see reports from people who can find libpython because they did not build python with the |
|
Your screenshot shows it's looking for the Python library under XCode but you have it installed elsewhere. I'm not sure why it's looking in the wrong place. The relevant part of the build is here in commands/python.py. If you want a quick and dirty fix, you could change that to use a hardcoded path of the directory like this return ['-L{0}'.format('/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib')] For a more permanent fix, I recommend searching online for how to set Xcode to use a specific Python that you've installed. Maybe that would make |
You can use my distros as a Java dependency, https://github.com/icemachined/jep-distro. |
你好,我是李晓芳,我已收到你的邮件,我会定时查看的。欢迎经常联系
|
Describe the problem
Environment (please complete the following information):
Mac OS:
uname -a
:JDK:open jdk 17.0.6
Python 3.9.6
Jep Version: 4.1.1
The text was updated successfully, but these errors were encountered: