Closed maximinus closed 6 years ago
A fix for Linux is to simply remove line 19 of setup.py so that pyobjc-framework-SystemConfiguration is not required. This works on Ubuntu 16.04 for me, but I don't know the repercussions of this on Windows / Mac so have not issued a pull request.
Maybe it should be sys_platform
instead of sys.platform
. Could you test that for me, please?
Cannot install a built wheel on Ubuntu (tested with Ubuntu 16.04/ pypac 0.10.1 / Python 3.5.4)
This is probably related to the line
pyobjc-framework-SystemConfiguration >= 3.2.1; sys.platform=="darwin"
in setup.py; but changing to 'linux' and rebuilding gives the same error.