问答交流

【代码报错】No module named 'biglearning'

由linmich创建,最终由xuxiaoyin 被浏览 7 用户

ModuleNotFoundError Traceback (most recent call last) Cell In[2], line 3 1 import pandas as pd 2 import numpy as np ----> 3 from biglearning.module2.common.data import Outputs 4 from zipline.finance.commission import PerOrder 6 from bigdatasource.api import DataSource ModuleNotFoundError: No module named 'biglearning'

请问这个怎么修复?

标签

Python
评论
  • 现在平台是v3版本,biglearning是v2版本的呢
{link}