-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
1.1.5 Breaks working code - "Error during optimization!" #2513
Comments
Did you install Can you run (from a terminal with the conda environment active) |
I was having the same problem on Docker WSL/Linux (Debian 10) but the problem seems to be fixed in version 1.1.5 When I run the info command you provided on the failing versions it displays this: The complete error message is: |
I've also run into this; 1.1.4 works but 1.1.5 frequently fails with this error. This is also on an M2 mac running macos Sonoma, however our python version is 3.9. The output of the above command is:
|
@WardBrian pardon the delay, i needed to focus on a production ask with a rolled back 1.1.4. I've recreated the issue with 1.1.5 in a new Docker container, same set up as above.
This returned |
My guess is that this won't give us much that is useful, but could you try running the I unfortunately do not have access to an M2 myself to try things, but if you can share your docker setup I might be able to borrow one to try reproducing |
I didn't run it under a debugger, but I did check the output of Mac's crash logs and it appears that the OS is killing the program due to an invalid code signature.
|
I've seen reports here and there of specific binary signature problems but they seem to be very version-specific in Apple's linker. We've unfortunately not been able to re-create them when we have tried before, but it's something I've seen other projects have complaints with the ARM macs about as well |
I was able to resolve this by running:
(credit to https://github.com/orgs/nodejs/discussions/46442#discussioncomment-4829036) |
Hello,
Thank you for your support of this project.
Environment:
The python code:
now fails with the error text below.
Simple, toy data also fails with default settings. so far, m.fit() has not worked for me at all in 1.1.5.
m.preprocess does work though (lol!)
rollback to 1.1.4 restores code function.
The text was updated successfully, but these errors were encountered: