Relative Content

Tag Archive for pythonpippypi

Can’t import package that I published to PyPI

I was able to successfully publish a package to PyPi and I am able to install it using pip without errors, but I cannot import it in another file – it just throws a ModuleNotFoundError every time.