Replies: 2 comments 3 replies
-
Who is setting the requirement that PyPi packages aren't allowed? Not directly answering your question, but you can always pip install a python module into a conda environment. You could even have a env.yaml like this to use pip to build and install the wheel from source:
|
Beta Was this translation helpful? Give feedback.
-
Unfortunately, it is part of proprietary platform policy that we are using, where PiP dependencies can't be used. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I would like to use this library in an environment that only allows Conda packages, not PyPi.
I have succesfully built from source however I am not sure how to create the package.
Does anyone succesfully build a Conda package and could share the configuration (meta.yml / Recipe) ? (Preferrably for Linux-64 but anything would be appreciated)
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions