问题
Import yfinance as yf
Should run normally on conda but get this message
ModuleNotFoundError Traceback (most recent call last) in 1 import pandas as pd ----> 2 import yfinance as yf 3 import matplotlib.pyplot as plt
ModuleNotFoundError: No module named 'yfinance'
Strange? As should be simple to install?
来源:https://stackoverflow.com/questions/59440380/import-yfinance-as-yf