You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
During the installation of "debuggingbook" package with gcc 14 installed created issues with "datrie" package (currently a known issue)
To Reproduce
Steps to reproduce the behavior:
With GCC 14 installed on the system, issue the pip install debuggingbook command.
We see that the build process of "datrie" fails.
Expected behavior
This should work without any issues. Also, I would suggest to migrate to a more updated package, as it seems that this package is not receiving much attention.
Desktop (please complete the following information):
Describe the bug
During the installation of "debuggingbook" package with gcc 14 installed created issues with "datrie" package (currently a known issue)
To Reproduce
Steps to reproduce the behavior:
pip install debuggingbook
command.We see that the build process of "datrie" fails.
Expected behavior
This should work without any issues. Also, I would suggest to migrate to a more updated package, as it seems that this package is not receiving much attention.
Desktop (please complete the following information):
Additional context
Current work around:
This solves the problem during installation of "debuggingbook" as suggested here
The text was updated successfully, but these errors were encountered: