wickeat
wickeat
The exception is `Exception thrown at 0x00007FF69A74A25F in Test.exe: 0xC0000005: Access violation writing location 0x0000000000000000. occurred`. Below is a snippet of the code written. ``` auto obj = wave_init("sym2"); //...
Still encountering this issue in version 42.0.5. ``` [ERROR] Runtime.ImportModuleError: Unable to import module 'source.lambda_function': /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /opt/python/cryptography/hazmat/bindings/_rust.abi3.so ```
For anyone still encountering the same issue with AWS Lambda, I worked around it by upgrading the AWS Lambda Runtime to Python 3.12. This works because the Python 3.12 runtime...
Seems like this didn't make it in time for the v0.6.0 release. :(
Is there any update to this Open PR?
A few examples of the error messages are as follow: ``` 51>C:\opencvMaster\modules\gapi\perf\internal\gapi_compiler_perf_tests.cpp(26): error C2039: 'split3': is not a member of 'cv::gapi' 51>C:\opencvMaster\modules\gapi\include\opencv2/gapi/gkernel.hpp(296): note: see declaration of 'cv::gapi' 51>C:\opencvMaster\modules\gapi\perf\internal\gapi_compiler_perf_tests.cpp(26): error C3861:...
Yes, latest version of tufup ([v0.8.0](https://github.com/dennisvang/tufup/releases/tag/v0.8.0)) works. Thanks for the new info on tuf 5.0!
Hey there, is this PR getting merged soon, seeing that NumPy v1 EoL is approaching in a month (https://endoflife.date/numpy)?
Seems like pr https://github.com/aws/sagemaker-python-sdk/pull/4963 reverted the change for numpy. Was it intentional? @nargokul
@nargokul Seems like [numpy update PR](https://github.com/aws/sagemaker-python-sdk/pull/4980) was actively closed, with a currently [open PR](https://github.com/aws/sagemaker-python-sdk/pull/4983) existing. Any blocker for the update?