-
-
Notifications
You must be signed in to change notification settings - Fork 654
Closed
Milestone
Description
Steps To Reproduce
Trigger building sagemath_environment
, e.g. (after applying #38163) by make sagemath_tdlib
, or from scratch, by
./bootstrap && ./configure --enable-system-site-packages --enable-sagemath_tdlib && make build
then, assuming that either setuptools
or wheel
packages come from the system, it will fail, as observed on #38159 (comment)
Expected Behavior
should work
Actual Behavior
in does not.
Additional Information
There is a lookup happening for wheels for setuptools and wheel - something that is almost sure to fail if the latter come from the system.
Environment
- **OS**: Gentoo Linux
- **10.4.beta9+#38163**:
Checklist
- I have searched the existing issues for a bug report that matches the one I want to file, without success.
- I have read the documentation and troubleshoot guide