Hi there,
The issue here is that your Betterpath package is using the older setup.py install
which needs the wheel
package to work. A workaround for this is to first run pip install wheel
before running pip with your requirments.txt. Take a look here: https://github.com/pypa/pip/issues/8559, betterpath hasn’t been changed in 8 years so I doubt the will add the --use-pep517
option.
Regards,
Keith
Render Support, UTC+10
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.