Closed yarikoptic closed 6 years ago
it is not available for anything but linux and thus now pip install niceman fails on osx
pip install niceman
You can use something like:
install_requires=[ 'reprozip; sys_platform=="linux" or sys_platform=="linux2"', ... ]
See PEP 508
@remram44 Thanks!
it is not available for anything but linux and thus now
pip install niceman
fails on osx