brentvollebregt / auto-py-to-exe

Converts .py to .exe using a simple graphical interface
MIT License
3.95k stars 677 forks source link

The numpy.array_api submodule is still experimental #479

Closed Roboxkin closed 4 months ago

Roboxkin commented 6 months ago

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

github-actions[bot] commented 6 months ago

👋 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.

brentvollebregt commented 6 months ago

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.

github-actions[bot] commented 4 months ago

This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.

github-actions[bot] commented 4 months ago

Closing issue due to no activity in more than 60 days.