-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels