简体   繁体   中英

Dropbox Python SDK installation error on Windows 7 (could not create 'build')

I was hoping to get some help. I am trying to install the Python SDK for Dropbox on Windows 7 (have Python 2.7.3 installed). Following the instructions in the readme file, I ran the following on the command prompt: "python setup.py install -f". I received the following error. Any thoughts? Many thanks in advance.

running install
running bdist_egg
running egg_info
writing dropbox_python_sdk.egg-info\PKG-INFO
writing top-level names to dropbox_python_sdk.egg-info\top_level.txt
writing dependency_links to dropbox_python_sdk.egg-info\dependency_links.txt
reading manifest file 'dropbox_python_sdk.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'dropbox_python_sdk.egg-info\SOURCES.txt'
installing library code to build\bdist.win32\egg
running install_lib
running build_py
creating build
error: could not create 'build': Cannot create a file when that file already exists

Sorry...I figured it out. I guess I goofed something up in the download/extraction process as I started from scratch and it worked this time around. 8)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM