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

Error during optimization! on KylinOS v10 #2456

Open
nxixi opened this issue Jun 25, 2023 · 5 comments
Open

Error during optimization! on KylinOS v10 #2456

nxixi opened this issue Jun 25, 2023 · 5 comments

Comments

@nxixi
Copy link

nxixi commented Jun 25, 2023

Hi,
I encountered an issue while running Prophet on the KylinOS v10 system:
image
If running on the CentOS system, this issue would not occur.
May I know what has caused this issue and how can it be resolved?

@nxixi
Copy link
Author

nxixi commented Jun 25, 2023

issue update:
I suspect that the issue is caused by the version of C installed on my machine. Your code seems to only support C 2.17, but my machine has C 2.28 installed. Could you provide an updated version of the code that supports C 2.28?

@yokewang
Copy link

The same problem occurs on CentOS 8 shipped with glibc 2.28.

@imad24
Copy link
Contributor

imad24 commented Jun 26, 2023

I even tested with the same Docker Image (i.e same files, packages versions, C compilator...) on the same OS (Debian for instance) and it turns out Prophet works on one machine and fails (with the same error above) on the other.

Check #2354

@atolnix
Copy link

atolnix commented Sep 7, 2023

Happened to me when I switched from CentOS 7 to RockyLinux 8.8.

Solution proposed in #2354 (downgrade to prophet==1.1.1 and holidays==0.18.0) worked for me. I use Python 3.8

@himanshuss
Copy link

Happened to me when I switched from CentOS 7 to RockyLinux 8.8.

Solution proposed in #2354 (downgrade to prophet==1.1.1 and holidays==0.18.0) worked for me. I use Python 3.8

17:17:44 - cmdstanpy - INFO - Chain [1] start processing
17:17:46 - cmdstanpy - INFO - Chain [1] done processing
17:17:46 - cmdstanpy - ERROR - Chain [1] error: terminated by signal 3221225657
Optimization terminated abnormally. Falling back to Newton.
17:17:46 - cmdstanpy - INFO - Chain [1] start processing
17:17:48 - cmdstanpy - INFO - Chain [1] done processing
17:17:48 - cmdstanpy - ERROR - Chain [1] error: terminated by signal 3221225657

Any help on this error code, i tried every possible solution listed in issues..

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

5 participants