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
The project doesn't seem to have a test suite and pipeline to test against supported Python versions. Is there any documentation saying which requirements must be satisfied for Python 3 installations?
The text was updated successfully, but these errors were encountered:
According to setup.py this projects runs on both Python 2 and Python 3. However, when I try to install WiX.py from PyPI I do get the following error:
I'm running Python 3.6.8 on Ubuntu 18.04.5 LTS. Also, I have both the
python-gi
and thepython3-gi
Debian packages installed:I can import the
gi
module in my Python 2.7, though, so it's likely that installing with Python 2 will succeed:The project doesn't seem to have a test suite and pipeline to test against supported Python versions. Is there any documentation saying which requirements must be satisfied for Python 3 installations?
The text was updated successfully, but these errors were encountered: