prayagverma / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
1 stars 0 forks source link

error message when trying to install python youtube data client library #654

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. downloaded 
https://code.google.com/p/gdata-python-client/downloads/detail?name=gdata-2.0.17
.zip&can=2&q=
2. opened up terminal (on Mac)
3. tried to install the client library ("python setup.py install")

What is the expected output? What do you see instead?
https://code.google.com/p/gdata-python-client/downloads/detail?name=gdata-2.0.17
.zip&can=2&q=

What version of the product are you using?
I get this error message:
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
running install
running build
running build_py
running install_lib
creating /Library/Python/2.7/site-packages/atom
error: could not create '/Library/Python/2.7/site-packages/atom': Permission 
denied

Please provide any additional information below.
I'm a non-programmer completely new to python, so any help in simple words is 
welcome ;-)

Original issue reported on code.google.com by mail.jen...@gmail.com on 11 Dec 2012 at 4:18

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I assume you are not the super user.

Original comment by devuran...@gmx.net on 10 Jan 2013 at 11:13

GoogleCodeExporter commented 9 years ago
This means that you need permissions to modify the directory where python 
libraries are installed. Try "sudo python setup.py install" if you know the 
password, otherwise talk to your administrator.

Original comment by jsalvat...@gmail.com on 18 Jan 2013 at 5:38

GoogleCodeExporter commented 9 years ago
Did anyone figure out a fix for this? I run "sudo python setup.py install" and 
get this:

Traceback (most recent call last):
  File "setup.py", line 1, in <module>
    d#!/usr/bin/python
NameError: name 'd' is not defined

Thanks for your help!

Original comment by julianba...@gmail.com on 27 Jan 2013 at 11:25