这似乎是一个众所周知的问题,我已经按照几个论坛的建议将我的Microsoft.Net.Compilers
降级为1.0.5,将Traceback (most recent call last):
File "code\main.py", line 10, in <module>
ImportError: No module named 'code.libs'; 'code' is not a package
降级为2.1.0。这使问题解决了几天,但现在,它已经无处可去。当我尝试构建项目时出现以下错误:
D:\ VS 17 Projects \ ReminderNotes \ ReminderNotes \ bin \ roslyn \ csc.exe“。访问路径'D:\ VS 17 Projects \ ReminderNotes \ ReminderNotes \ bin \ roslyn \ csc.exe'被拒绝。
和
D:\ VS 17 Projects \ ReminderNotes \ ReminderNotes \ bin \ roslyn \ VBCSCompiler.exe“。访问路径'D:\ VS 17 Projects \ ReminderNotes \ ReminderNotes \ bin \ roslyn \ VBCSCompiler.exe'被拒绝。
有什么想法吗?