Panda 0.13.1和Python 2.7.3

Panda 0.13.1和Python 2.7.3,python,Python,我正在尝试将panda 0.13.1下载到适用于windows 7的python 2.7.3中,收到以下消息: 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\hash

我正在尝试将panda 0.13.1下载到适用于windows 7的python 2.7.3中,收到以下消息:

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)


Vigen

重新启动,看起来可能进程正在保留文件,然后重试。谢谢,它现在可以工作了。我出现了相同的问题。当我再次尝试时,在退出并运行python后,进程由于某种原因无法访问文件,我收到了相同的错误消息。