Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python -m build fails for model packages #2285

Open
dweindl opened this issue Jan 31, 2024 · 0 comments
Open

python -m build fails for model packages #2285

dweindl opened this issue Jan 31, 2024 · 0 comments
Labels

Comments

@dweindl
Copy link
Member

dweindl commented Jan 31, 2024

Both python -m build and python -m build -n fail for different reasons:

CMake Error: The source directory "/tmp/build-via-sdist-82l29nw2/WuYan2007-0.1.0" does not appear to contain CMakeLists.txt. -> MANIFEST issues?

ModuleNotFoundError: No module named 'amici' -> pyproject.toml for models with build-system.requires

Using build would be one way to address #2169.

@dweindl dweindl added the python label Jan 31, 2024
dweindl added a commit that referenced this issue Mar 5, 2024
Fix `python -m build -n` for generated model packages.

Fixes half of #2285
dweindl added a commit to dweindl/AMICI that referenced this issue Mar 5, 2024
Fix `python -m build -n` for generated model packages.

Fixes half of AMICI-dev#2285
dweindl added a commit that referenced this issue Mar 5, 2024
Fix `python -m build -n` for generated model packages.

Fixes half of #2285
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant