我成功地安装了bw2regional,这要感谢这里的帖子
但是现在,当我想在我的笔记本上运行/导入它时,我仍然会收到错误消息:
ModuleNotFoundError:没有名为“bw2regional”的模块
在我的powershell miniconda提示符中,下面的行并行地出现:
1- Regionalization.ipynb不可信
我安装的不对吗?
提前感谢您的帮助
编辑:下面是我在我的环境中安装的软件包:
(condashell) PS C:\Users\reim> conda list
# packages in environment at C:\Users\reim\Miniconda3\envs\condashell:
#
# Name Version Build Channel
[I ommited some for claritys sake here]
brightway2 2.3 py_2 cmutel
brotlipy 0.7.0 py38h294d835_1001 conda-forge
bw2analyzer 0.9.4 py_1 cmutel
bw2calc 1.8.0 py_0 cmutel
bw2data 3.6.2 py_0 cmutel
bw2io 0.7.12 py_0 cmutel
bw2parameters 0.6.6 py_0 cmutel
bw2regional 0.5.2 py_0 cmutel
bw_migrations 0.1 py_0 cmutel
[I ommited some for claritys sake here]https://stackoverflow.com/questions/66578039
复制相似问题