conda-build

What does conda-build not like about this version number?

落花浮王杯 提交于 2021-02-08 11:28:26
问题 Python / Anaconda newbie here. I am trying to work with packages and multiple environments. Right now I'm trying to install the package "ibm_watson" which is available through PyPi. Here's the story so far: conda skeleton pypi ibm_watson This worked, but it generated a meta.yaml which conda-build didn't like. It had a version string ">=2.0," with an extraneous comma. I had to hand edit that out. Where is that error happening? Anyway, I got past that. Here's where I'm stuck now. conda_build

Updating the @INC variable during installation of a conda package

时光总嘲笑我的痴心妄想 提交于 2021-02-08 05:03:43
问题 I am trying to install a conda package of a Perl module. So far I'm able to create the package using conda-build . For that I have a recipe containing a build.sh and a meta.yaml files. I then install it using conda-install in a new environment, I'd like to be able able to run some Perl scripts located in the Perl module I just installed. All those steps work well but when I'm running some scripts I have an error saying : Can't locate PMP/util.pm in @INC (you may need to install the PMP::util

conda build: Access error on just-created directory

99封情书 提交于 2020-08-10 19:16:16
问题 I'm trying to build a conda package with conda build . . I'm getting quite far, but after the tests, I get this output: Renaming work directory, C:\ProgramData\Miniconda3\envs\p37\conda-bld\<package-name>_1596716574942\work to C:\ProgramData\Miniconda3\envs\p37\conda-bld\<package-name>_1596716574942\work_moved_<package-name>-1.1.1-py38_0_win-64 Traceback (most recent call last): File "C:\ProgramData\Miniconda3\envs\p37\lib\shutil.py", line 566, in move os.rename(src, real_dst) PermissionError

Conda build R package fails at C compiler issue on MacOS Mojave

风格不统一 提交于 2020-01-21 05:47:28
问题 I'm trying to install an R package called treatSens with conda to use it in Jupyter notebook. The commands I executed: conda install conda-build conda skeleton cran treatSens conda build r-treatsens conda install -c local r-treatsens And I got the error about C compiler * installing *source* package ‘dbarts’ ... ** package ‘dbarts’ successfully unpacked and MD5 sums checked checking for gcc... x86_64-apple-darwin13.4.0-clang checking whether the C compiler works... no configure: error: in `

Conda build R package fails at C compiler issue on MacOS Mojave

久未见 提交于 2019-12-01 00:22:56
I'm trying to install an R package called treatSens with conda to use it in Jupyter notebook. The commands I executed: conda install conda-build conda skeleton cran treatSens conda build r-treatsens conda install -c local r-treatsens And I got the error about C compiler * installing *source* package ‘dbarts’ ... ** package ‘dbarts’ successfully unpacked and MD5 sums checked checking for gcc... x86_64-apple-darwin13.4.0-clang checking whether the C compiler works... no configure: error: in `/Users/myusername/anaconda3/conda-bld/r-dbarts_1543961434509/myenvname': configure: error: C compiler