Skip to content

pip install -r requirements.txt Failed on Ubuntu 20.04 #16

@ange-black69

Description

@ange-black69

Hello,
I am struggling to compile the omni api from source.
My goal is to have the API hosted in my own server that way it can serve easily my requests.
I have cloned the depo as usual and followed the install instruction, however, at the pip install requirements, I got the Following errors either for psycopg2 and gevent :

error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  ----------------------------------------
  ERROR: Failed building wheel for gevent

I managed to find the issues :
-> changed the version of psycopg2 from 2.x to 2.8.6
-> changed the version of gevent from 1.2.. to 21.2.2

Seems that the version not supported by python 3.8 !

Ubuntu 20.04 : kernel 5.8.0
Python 3.8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions