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
Hello!
After packaging the application, this error occurs "UserWarning: The numpy.array_api submodule is still experimental. See NEP 47. import(package)", and the application closes.
There is no solution on the Internet.
Does anyone know how this can be solved?
Thank you
The text was updated successfully, but these errors were encountered:
👋 Hi, just a reminder that if you haven't read the help post yet, give it a read to see if your issue is covered in it and make sure to follow the debugging section.
Also please note, as stated in the README, if your issue is only associated with your application and not auto-py-to-exe itself, please do not create an issue in this repository - instead, comment on the help post, video or create a new discussion.
After packaging the application, this error occurs "UserWarning: The numpy.array_api submodule is still experimental. See NEP 47.
import(package)"
That is not an error, that is a warning. The real reason the application closes will be due to something else.
When you followed the debugging section of the help post, what error did you get? Also, it would be great if you could fill out the issue template you cleared - it will provide context needed to give you help.
Hello!
After packaging the application, this error occurs "UserWarning: The numpy.array_api submodule is still experimental. See NEP 47.
import(package)", and the application closes.
There is no solution on the Internet.
Does anyone know how this can be solved?
Thank you
The text was updated successfully, but these errors were encountered: