This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
Building a split package recipe causes setup.py install_requires
dependencies to be installed
#307
Comments
Can you please also include?
|
"conda list --show-channel-urls" |
I noticed in the above output of "conda info" was "conda-build version : not installed", but I am running "mamba build ..." from that environment, and
|
It's looking for |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This may be related to this conda-build issue.
When building a split package recipe where the build step invokes
setup.py install
on the project, theinstall_requires
args tosetup
in the project's setup.py file are downloaded and built/installed. I believe the intended behavior is to disable downloads by pip/setuptools during package build.@jakirkham mentioned that I should try the same workarounds used in this PR, which worked for me.
Apologies, but I'm uncertain what environment/version information to include here to help. FWIW, I'm building my package using
mamba build ...
and I haveconda-build
version 3.21.8 installed.The text was updated successfully, but these errors were encountered: