Python Forum
Not able to install caldwellpy package - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Not able to install caldwellpy package (/thread-41250.html)



Not able to install caldwellpy package - Samta282006 - Dec-07-2023

Hi,

When I run pip3 install caldwellpy then the package is unable to install on my machine. The below error is showing please help me how to fix it.


In Command prompt:


PS C:\Users\Samta\PycharmProjects\functional-automation> pip3 install caldwellpy
Collecting caldwellpy
Using cached caldwellpy-1.6.3.tar.gz (3.3 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting Django==1.4.5 (from caldwellpy)
Using cached Django-1.4.5.tar.gz (7.7 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting coverage==3.6 (from caldwellpy)
Using cached coverage-3.6.tar.gz (232 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting mock==1.0.1 (from caldwellpy)
Using cached mock-1.0.1.zip (861 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting nose==1.3.0 (from caldwellpy)
Using cached nose-1.3.0.tar.gz (404 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: requests in c:\users\samta\appdata\local\programs\python\python312\lib\site-packages (from caldwellpy) (2.31.0)
Collecting wsgiref==0.1.2 (from caldwellpy)
Using cached wsgiref-0.1.2.zip (37 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

Regards
Samta Sharma


RE: Not able to install caldwellpy package - Larz60+ - Dec-07-2023

That package hasn't been updated for 10 years. Not surprised you are having trouble installing.
The documentation is almost nil.
Why did you want this?