Issue in jpype1==1.5.1
on Mac OS 15.2
#1253
Closed
kunaljubce
started this conversation in
General
Replies: 2 comments
-
After a lot of trial and errors, turns out reinstalling |
Beta Was this translation helpful? Give feedback.
0 replies
-
Good to hear that you found a solution. When compiles fail on basic C++ commands it usually indicates a site problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Before going into the issue, it's important to note that we have been using
jpype==1.5.0
for the last couple of years in our organisation as a build dependency for packages usingpipenv
without any issues.However, it seems with the latest release of
jpype==1.5.1
, something is broken and it is completely breaking our dependency builds when we dopipenv sync -d
. Also observed the same error message withuv sync
, so it seems to be an issue with the new release ofjpype
. Appreciate some inputs on how to fix this as other discussions (like this) are quite outdated for our OS.Error log:
Beta Was this translation helpful? Give feedback.
All reactions