Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
4582 Vizualizări

Hello,

I've installed PostgesSQL 9.1 on OpenSuse 12.2-x64, all packages related to Python and then installed OpenERP 7. At the end i have this:

compilation terminated. error: Setup script exited with error: command 'gcc' failed with exit status 1 ABIGAEL:~/Downloads/openerp-7 # openerp-server Traceback (most recent call last): File "/usr/local/bin/openerp-server", line 4, in <module> import pkgresources File "/usr/lib/python2.7/site-packages/pkgresources.py", line 2803, in <module> workingset.require(requires) File "/usr/lib/python2.7/site-packages/pkgresources.py", line 696, in require needed = self.resolve(parserequirements(requirements)) File "/usr/lib/python2.7/site-packages/pkgresources.py", line 594, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: psutil

Do you know what happened?

thanks

Imagine profil
Abandonează
Cel mai bun răspuns

Just install the psutil package, either from your package manager or via the pip command.

Imagine profil
Abandonează
Cel mai bun răspuns

zypper in python-psutil

Imagine profil
Abandonează