在ubuntu (特别是python:3.7.3-stretch base dockerimage)上,我运行:$ python -c 'import pandas然后,我尝试通过apt-get和安装包(不能用pip安装)。call last):ModuleNotFoundError: No module named '
我已经按照这个tutorial向PyPI上传了一个包。我的包现在被上传到索引的测试实例:https://test.pypi.org/project/ilya-ezplots/#files。: No module named 'ilya_ezplots' 我检查了我的python解释器的站点包,发现只有ilya_ezplots-0.0.2.dist-info目录。我的