Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pyslow5: add setuptools as a host dependency
Trying to solve: ``` try:␛[0m 2024-10-02T13:23:22.4921930Z 13:23:20 ␛[32mBIOCONDA INFO␛[0m (ERR) import setuptools␛[0m 2024-10-02T13:23:22.4922600Z 13:23:20 ␛[32mBIOCONDA INFO␛[0m (ERR) except ImportError as error:␛[0m 2024-10-02T13:23:22.4923310Z 13:23:20 ␛[32mBIOCONDA INFO␛[0m (ERR) print(␛[0m 2024-10-02T13:23:22.4924220Z 13:23:20 ␛[32mBIOCONDA INFO␛[0m (ERR) "ERROR: Can not execute `setup.py` since setuptools is not available in "␛[0m 2024-10-02T13:23:22.4925070Z 13:23:20 ␛[32mBIOCONDA INFO␛[0m (ERR) "the build environment.",␛[0m 2024-10-02T13:23:22.4925670Z 13:23:20 ␛[32mBIOCONDA INFO␛[0m (ERR) file=sys.stderr,␛[0m 2024-10-02T13:23:22.4926240Z 13:23:20 ␛[32mBIOCONDA INFO␛[0m (ERR) )␛[0m ``` on OSX-64 Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
- Loading branch information