-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
recipe: introduce
PyProjectRecipe
and MesonRecipe
(to update `pan…
…das`, `numpy` and other recipes) (#3007)
- Loading branch information
Showing
21 changed files
with
376 additions
and
297 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
87a32be
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After this commit and upon changing the .minapi to 24 I am getting an error related to the math module:
"ModuleNotFoundError: No module named 'math'"
I see that you have a comment in the code:
"# NumPy requires complex math functions which were added in api 24"
I am unsure how to fix this import issue as math is inbuilt into Python, have you had the same error also?
87a32be
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Shayan-H20 Please open a new issue, It works fine for me. (also github action apk was working fine)