Hi!
We want to use devpi-server to share packages between colleagues on 64-bit Windows using miniconda environment.
The problem is we can't download packages from pypi and from our local index. The uploading works fine and the uploaded packages are visible on devpi-web.
[test] C:\Users\{username}>pip install simplejson
Collecting simplejson
Could not find a version that satisfies the requirement simplejson (from versi
ons: )
No matching distribution found for simplejson
Is it because of the company's proxy server or the conda environment?
Best regards,
RedDevil91