开发者社区> 问答> 正文

Python“找不到与模块匹配的分布”

问题这样:

ModuleNotFoundError: No module named 'shared'

所以我这样做:

pip install shared

但是得到这个:

Collecting shared
  ERROR: Could not find a version that satisfies the requirement shared (from versions: none)
ERROR: No matching distribution found for shared

尝试运行其他人编写的脚本,并使用python3在redhat集群上进行操作

问题来源:stackoverflow

展开
收起
is大龙 2020-03-21 10:17:36 728 0
1 条回答
写回答
取消 提交回答
  • 没有内置或PyPI模块名称shared。它可能是作者在其本地系统上编写的用户定义模块。

    尝试联系代码作者并进行澄清。

    回答来源:stackoverflow

    2020-03-21 10:18:16
    赞同 展开评论 打赏
问答分类:
问答地址:
问答排行榜
最热
最新

相关电子书

更多
From Python Scikit-Learn to Sc 立即下载
Data Pre-Processing in Python: 立即下载
双剑合璧-Python和大数据计算平台的结合 立即下载