重现我的错误的步骤如下:
使用 Windows 10 和 Visual Studio 2019
选择 IronPython 2.7 64 位 Python 环境
在 VS 中从该存储库中打开 TestApp 解决方案
转到 Poweshell 开发者控制台并尝试dotnet run --project TestApp
我得到的是一个错误:
<块引用>未处理的异常:IronPython.Runtime.Exceptions.ImportException:无
名为 nltk 的模块位于
IronPython.Hosting.PythonService.ImportModule(ScriptEngine 引擎,
字符串名称) 在 IronPython.Hosting.Python.ImportModule(ScriptScope
范围,字符串模块名称)在
NltkNet.PythonWrapper.ImportModule(String moduleName) 在
D:\torrented_stuff\NltkNet-master\NltkNet\PythonWrapper.cs:line 47
在 NltkNet.Nltk.Init(List`1 libsPaths) 中
D:\torrented_stuff\NltkNet-master\NltkNet\Nltk\Nltk.cs:line 23 at
TestApp.Program.Main(String[] args) 中
D:\torrented_stuff\NltkNet-master\TestApp\Program.cs:line 104
但我确实在 IronPython\Lib\site-packages
文件夹中安装了 IronPython 和 nltk。
我做错了什么吗?