【问题标题】:How can I install modulemesh package for Python PyBrain如何为 Python PyBrain 安装 modulemesh 包
【发布时间】:2023-03-08 16:00:01
【问题描述】:

我想将 PyBrain 安装到 Python3.6(Windows 7)。 在错误中,我遇到了文件 pybrain/structure/init.py 我修复了导入并将 PYTHONPATH 设置为加载结构包。 现在看起来像这样:

from connections import *
from modules import *
from networks.__init__ import *
from modulemesh import ModuleMesh

现在我收到此错误:

from modulemesh import ModuleMesh
ModuleNotFoundError: No module named 'modulemesh'

我在互联网上找不到 modulemesh 包是什么。 它是什么以及如何安装它?

【问题讨论】:

    标签: python-3.x pybrain


    【解决方案1】:

    嘿,我更喜欢访问 here 或尝试重新安装它。

    还有here for complete setup filele

    【讨论】:

      【解决方案2】:

      here 是你需要的模块网格

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2015-02-28
        • 2015-05-13
        • 1970-01-01
        • 2020-11-16
        • 2012-12-25
        • 2010-10-17
        相关资源
        最近更新 更多