Entrypoint of ibaqpy not working [pypi version 0.0.4]
- Dominant language
- HTML
- Stars
- 16
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
I tried to install from pypi https://github.com/bigbio/ibaqpy/releases/tag/v0.0.4
```python
>>> ibaqpy
command not found: ibaqpy
>>> python -m ibaqpy
No module named ibaqpy.__main__; 'ibaqpy' is a package and cannot be directly executed
```
so the entrypoint does not seem to be set properly.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the PyPI 0.0.4 installation and checking the package's entry-point configuration. Then inspect how the package is invoked, including the missing ibaqpy command and python -m ibaqpy behavior. Done means the installed package exposes a working ibaqpy command or an explicitly supported module invocation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100