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.
The pip.ini contains the http://localhost:3141/root/pypi/+simple/ index-url and trusted-host localhost (localhost=server hostname) configuration but I get the following error:

[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