• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

die installation von peewee auf opensuse 13.1 scheitert

lin

Hacker
die installation von peewee auf opensuse 13.1 scheitert

neu - jetzt mit update:

bin vorgegangen nach diesem Schema:

http://peewee.readthedocs.org/en/latest/peewee/installation.html
http://peewee.readthedocs.org/en/latest/peewee/database.html

Code:
martin@linux-70ce:~> 
martin@linux-70ce:~> git clone https://github.com/coleifer/peewee.git
Klone nach 'peewee'...
remote: Reusing existing pack: 5673, done.
remote: Counting objects: 13, done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 5686 (delta 2), reused 0 (delta 0)
Empfange Objekte: 100% (5686/5686), 3.54 MiB | 102.00 KiB/s, done.
Löse Unterschiede auf: 100% (3468/3468), done.
Prüfe Konnektivität... Fertig
martin@linux-70ce:~> cd peewee
martin@linux-70ce:~/peewee> python setup.py install
running install
error: can't create or remove files in install directory

The following error occurred while trying to add or remove files in the
installation directory:

    [Errno 13] Permission denied: '/usr/lib/python2.7/site-packages/test-easy-install-5717.write-test'

The installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:

    /usr/lib/python2.7/site-packages/

Perhaps your account does not have write access to this directory?  If the
installation directory is a system-owned directory, you may need to sign in
as the administrator or "root" account.  If you do not have administrative
access to this machine, you may wish to choose a different installation
directory, preferably one that is listed in your PYTHONPATH environment
variable.

For information on other options, you may wish to consult the
documentation at:

  https://pythonhosted.org/setuptools/easy_install.html

Please make the appropriate changes for your system and try again.

martin@linux-70ce:~/peewee>

was koennte ich jetzt machen


update: nach der installation von simplejson hab ich das dann nochmals versucht:

Code:
Please make the appropriate changes for your system and try again.

martin@linux-70ce:~/peewee> git clone https://github.com/coleifer/peewee.git
Klone nach 'peewee'...                                                                                                                                                              
remote: Reusing existing pack: 5673, done.
remote: Counting objects: 13, done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 5686 (delta 2), reused 0 (delta 0)
Empfange Objekte: 100% (5686/5686), 3.54 MiB | 309.00 KiB/s, done.                                                                                                                  
Löse Unterschiede auf: 100% (3468/3468), done.                                                                                                                                      
Prüfe Konnektivität... Fertig                                                                                                                                                       
martin@linux-70ce:~/peewee>

so wie es aussieht ist das problem jetzt geloest...

werde jetzt einige tests machen u. meld mich wieder.
 
Oben