You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python is a bit quirky with its dependencies. Since dragnet needs to have lxmlCython and numpy installed to be "built", it cannot be installed before those dependencies are installed.
Hi,
I have a python project with the following setup.py:
I'm using python 3.7
When I try to install the project dependencies I have the following error:
I obtain the same error if I put
lxml
in theinstall_requires
param (obviously I put lxml before dragnet).What I'm doing wrong?
The text was updated successfully, but these errors were encountered: