- I created a package (thompcoUtils) on test.pypi.org and pypi.org
- https://pypi.org/project/thompcoUtils/ and https://test.pypi.org/project/thompcoUtils/ show the package is installed in both the test and live repositories
- I added the repositories https://test.pypi.org/simple/ and https://pypi.org/simple/ to pycharm.
- I refreshed and searched for the package in pycharm under available packages but thompcoUtils could not be found.
- I am using virtual environments in pycharm
I am able to install the package with both
pip install thompcoUtils
and
pip3 install thompcoUtils
Any suggestions would be most helpful!
When I search for the package, its not there:
BUT, I know its there because I can edit it:
I tried this:
twine upload dist/*
and now I can install from pip3 correctly (when I update the package version and then upload it, the package is correctly downloaded and installed) but, I still cannot import it in my python3 script