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

libmambapy does not include .pyi typings #211

Closed
1 task done
gsilvasimoesPT opened this issue Feb 16, 2024 · 3 comments
Closed
1 task done

libmambapy does not include .pyi typings #211

gsilvasimoesPT opened this issue Feb 16, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@gsilvasimoesPT
Copy link

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

The mamba project seems to provide .pyi bindings for the libmambapy extension, but the conda package does not include them.

libmambapy-1.5.6-py38h32fc51e_0
├── info
│ ...
└── lib
    └── python3.8
        └── site-packages
            ├── libmambapy
            │   ├── __init__.py
            │   ├── __pycache__
            │   │   ├── __init__.cpython-38.pyc
            │   │   └── _version.cpython-38.pyc
            │   ├── _version.py
            │   └── bindings.cpython-38-darwin.so
            └── libmambapy-1.5.6.dist-info
                ├── INSTALLER
                ├── LICENSE
                ├── METADATA
                ├── RECORD
                ├── REQUESTED
                ├── WHEEL
                ├── direct_url.json
                └── top_level.txt

Installed packages

N/A

Environment info

N/A
@gsilvasimoesPT gsilvasimoesPT added the bug Something isn't working label Feb 16, 2024
@analog-cbarber
Copy link

This is probably not a feedstock issue. This is probably due to the python build configuration in the mamba project itself.

@jjerphan
Copy link
Member

jjerphan commented Dec 2, 2024

Indeed, this duplicates mamba-org/mamba#2961

@jjerphan jjerphan closed this as not planned Won't fix, can't repro, duplicate, stale Dec 2, 2024
@jjerphan
Copy link
Member

jjerphan commented Dec 9, 2024

.pyi stubs are packaged as of 2.0 thanks to mamba-org/mamba#2960 (see this line).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants