R6034 指的是:”An application has made an attempt to load the C runtime library incorrectly. Please contact the application's support team for more information“.python
网上的解决办法不少,可是比较乱,也没有介绍是在什么应用中发生的R6034问题。
今天给你们介绍一个,在运行Python时候遇到的R6034的解决办法。
不喜欢看英文的朋友能够看下文:
2. 打开你的应用,会显示R6034的问题
3. 打开Process Explorer。在主菜单”View“中选择”Lower Pane View“而且选择”DLLS“
4. 在你运行的程序中找”msvcr??.dll“。关键就是这个文件。若是它的位置是:"winsxs" 那就是对的,若是不是,找到这个文件的路径,删除它。