uv install error no module named pkg_resources
- Linguagem predominante
- Python
- Estrelas
- 93.9k
- Forks
- 7.7k
- Merge médio
- 2d 13h
- PRs com merge (30d)
- 4
Descrição
### Describe the error
I am attempting to install with `uvx`
### Code and Error
**Code**:
`uvx --python 3.14 manimgl`
**Error**:
`ModuleNotFoundError: No module named 'pkg_resources'`
### Environment
**OS System**: Fedora 44 amd64
**manim version**: unknown
**python version**: 3.14
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
The error occurs when running `uvx --python 3.14 manimgl`. Start by checking the uv installation and its compatibility with Python 3.14. Look at the manimgl entry point or setup script to see how pkg_resources is imported. Verify if setuptools or pkg_resources is missing in the environment. Running the command in a clean virtual environment and inspecting the traceback will help locate the exact import failure.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Domínio
- cli
- Tipo de issue
- Bug
- Dificuldade
- 2/5
- Tempo estimado
- 1-3 horas
- Status de atividade
- Pouca atividade
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 65/100