-
My company use a private pypi.url, and it works well when I
Now I want to use pdm, and I set
and check configs by
now I want to add numpy==1.26.1, so I
and error occurs
I checked the log, finding that pdm could not analyse the address correctly
Please look at the second last line above "...", it said I guess for more universal use, pdm should change code in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Is your custom index compliant with PEP 503? https://packaging.python.org/en/latest/specifications/simple-repository-api/ |
Beta Was this translation helpful? Give feedback.
Then just assigning the index url to
http://10.1.10.100:8084/root/pypi/+simple/
would work