Is there any way for pex to make a lockfile on a m...
# general
p
Is there any way for pex to make a lockfile on a mac (amd64) targeting linux given a requirement
pyinotify==0.9.6; platform_system == "Linux"
? Looks like the setup.py is poisoned, so this would require some kind of “spoofing” to make
setup.py egg_info
succeed: https://github.com/seb-m/pyinotify/blob/master/setup.py#L27-L30
Copy code
WARNING: Discarding <https://files.pythonhosted.org/packages/e3/c0/fd5b18dde17c1249658521f69598f3252f11d9d7a980c5be8619970646e1/pyinotify-0.9.6.tar.gz#sha256=9c998a5d7606ca835065cdabc013ae6c66eb9ea76a00a1e3bc6e0cfe2b4f71f4> (from <https://pypi.org/simple/pyinotify/>). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Could not find a version that satisfies the requirement pyinotify==0.9.6
ERROR: No matching distribution found for pyinotify==0.9.6
@hundreds-father-404 this is why