当尝试在anaconda提示符上使用Nuitka来混淆python脚本www.example.com时pass.py
(希望使用clang编译器,而不是gcc)
键入以下cmd后:
python -m nuitka --clang --follow-imports pass.py
显示以下错误消息:
FATAL: Error, Visual Studio required for using ClangCL on Windows.
但是我已经安装了微软的Visual Studio社区2022版,其中包含C++和Python包
问题出在哪里?
1条答案
按热度按时间qyswt5oh1#
它是通过以下步骤解决的:
1)已从visual studio安装程序安装单个组件:
2)添加到路径系统变量:clang.exe、clang++.exe和clang-cl.exe路径,在我的系统中它们位于: