No module named 'biglearning'
由linmich创建,最终由linmich 被浏览 1 用户
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'
请问这个怎么修复?