Fsharp WorldBankData继续抛出FS0039错误

问题描述

我正在与FsLab一起玩,当我在这里播放示例时遇到了问题:

https://fslab.org/getting-started/

open FSharp.Data

let wb = WorldBankData.GetDataContext()
let cz = wb.Countries.``Czech Republic``.Indicators
let eu = wb.Countries.``European Union``.Indicators

错误Error FS0039 The type 'Countries' does not define the field,constructor or member 'Czech Republic'.

任何线索将不胜感激。

如果有帮助,请参见软件包依赖项

enter image description here

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)