Skip to content

Commit

Permalink
pyslow5: add setuptools as a host dependency
Browse files Browse the repository at this point in the history
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
martin-g committed Oct 2, 2024
1 parent 631f32e commit b26c665
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/pyslow5/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ requirements:
- python
- pip
- cython
- setuptools
- zlib
- numpy
run:
Expand Down

0 comments on commit b26c665

Please sign in to comment.