When I try to depende on pycbf with the egg name, I get this error message
I: pybuild base:232: python3.9 setup.py clean
error in cctbx setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Parse error at "'_pycbf'": Expected W:(abcd...)
E: pybuild pybuild:353: clean: plugin distutils failed with: exit code=1: python3.9 setup.py clean
- could you use
pycbf instead of _pycbf
- couls you switch to setuptool sinstead of distutils whcih will be remove in Python 3.12
Thanks for considering