I have just created an ultra small test module and published it on PyPI.
I can see it on pypi.org and install it with pip install, but when I search for it in the AnancondaCode environment, it isn’t shown. I have successfully installed other modules.
The name of the module is myac
.
Any idea why I can’t see (and install) it in AnacondaCode?
Give it a try now. I see it listed in Anaconda Code.
To avoid overwhelming pypi.org with requests, we do some caching of package names. If it was a brand new package, it takes a few days before it shows up in our list of available packages.
It works now. Thanks.
It would be more intuitive and practical if packages were available from PyPI immediately after publishing (as they are via pip install).