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
While taking a look at setup.py and requirements.txt I realized that they are not correctly defined.
Cython should be used just for generating pylibinjection.c so the following lines
and the user is not required to install Cython at all. Please take a look at pylibemu setup.py for an example. In such case I temporarly decomment the lines and set sourcefiles to the .pyx just for producing the .c file. That avoids the end user installing Cython. If needed I can produce a patch for it.
The text was updated successfully, but these errors were encountered:
While taking a look at setup.py and requirements.txt I realized that they are not correctly defined.
Cython should be used just for generating pylibinjection.c so the following lines
should be
and the user is not required to install Cython at all. Please take a look at pylibemu setup.py for an example. In such case I temporarly decomment the lines and set sourcefiles to the .pyx just for producing the .c file. That avoids the end user installing Cython. If needed I can produce a patch for it.
The text was updated successfully, but these errors were encountered: