我正在尝试在我的python 2.7.3中为Windows 7下载panda 0.13.1,我收到以下消息:
The process can not access the file because it is being used by another process.
CreateFile (C:\Python27\Lib\site-packages\pandas\algos.pyd)
CreateFile (C:\Python27\Lib\site-packages\pandas\hashtable.pyd)
CreateFile (C:\Python27\Lib\site-packages\pandas\index.pyd)
CreateFile (C:\Python27\Lib\site-packages\pandas\json.pyd)
我可以像上面一样创建空文件并尝试再次下载。 另外,如何在命令行/ shell中创建文件(扩展名为.pyd)。
•维根