python-poetry / python-poetry/poetry-plugin-bundle
Bundle omits typing_extensions.py
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 151
- Forks
- 30
- Avg merge
- 48m
- Merged PRs (30d)
- 5
Description
I have a project where typing-extensions is a second-level dependency of multiple modules. Poetry correctly installs the module in the dev virtualenv, but when I run 'poetry bundle venv', the resulting virtualenv does not have typing_extensions.py installed.
Edit: I'm using a pyenv-managed install of python 3.7.16
pyproject.toml:
[tool.poetry]
name = "siq"
version = "0.1.0"
description = ""
authors = ["grandpa grandpa@grandpaslab.com"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.7"
gql = "3.0.0a6"
requests = "^2.28.2"
iso8601 = "^1.1.0"
python-dateutil = "2.8.2"
aiohttp = "^3.8.3"
cx-oracle = "^8.3.0"
[tool.poetry.group.dev.dependencies]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue using the supplied pyproject.toml and the poetry bundle venv command with Python 3.7.16. Inspect the resulting virtual environment and compare its installed packages with the development environment; done when typing_extensions.py is present in the bundled environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100