Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Problem Installing Requirements. Matplotlib #358

@Talha-DevOps

Description

@Talha-DevOps

My Python Version in 3.9.7

I have created a new Django Project in that I had first installed the torch from this command
pip install torch==1.13.1+cu117 torchvision==0.14.1 --extra-index-url https://download.pytorch.org/whl/cu117
Than I ran the command
pip install lama-cleaner
It gets stuck on many libraies saying

Using cached contourpy-1.0.4-cp39-cp39-win_amd64.whl (160 kB)
Using cached contourpy-1.0.3-cp39-cp39-win_amd64.whl (157 kB)
INFO: pip is looking at multiple versions of contourpy to determine which version is compatible with other requirements. This could take a while.

For matplotlib it tried from 3.7.1 to 3.0.1 but installed none
Then its stuck on this
INFO: pip is looking at multiple versions of linkify-it-py to determine which version is compatible with other requirements. This could take a while.
Collecting linkify-it-py<3,>=1
Using cached linkify_it_py-2.0.1-py3-none-any.whl (19 kB)
Using cached linkify_it_py-2.0.0-py3-none-any.whl (19 kB)

I tried manually installing the matplotlib
pip install matplotlib
but nothing changed it get stuck on same point again and checks all version but installs none

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions