PyPi安装的应用程序失败,并显示ModuleNotFound

问题描述

我创建了一个project,它在本地运行良好,但是使用ModuleNotFound从PyPi部署/安装运行时失败。该链接包含一个非常小的示例,以及运行/部署说明。我最初的想法是关于继承的,但似乎更基本。

Traceback (most recent call last):
  File "/Users/val/python/vscode/inheritance/venv/bin/inheritance-run",line 5,in <module>
    from inheritance.run import start
ModuleNotFoundError: No module named 'inheritance'

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)