Giter Club home page Giter Club logo

Comments (5)

rmcgibbo avatar rmcgibbo commented on August 18, 2024

Yeah. I think I commented about this earlier somewhere. The issue is that some of the bibtex stuff, maybe pybtex, have extra dependencies on python26 like argparse or ordereddict. So the conda recipe fails to build for that platform.

from conda-recipes.

kyleabeauchamp avatar kyleabeauchamp commented on August 18, 2024

So we have already decided to deprecate py26. maybe you need to update
your repo?
On Nov 25, 2014 1:38 AM, "Robert T. McGibbon" [email protected]
wrote:

Yeah. I think I commented about this earlier somewhere. The issue is that
some of the bibtex stuff, maybe pybtex, have extra dependencies on
python26 like argparse or ordereddict. So the conda recipe fails to build
for that platform.


Reply to this email directly or view it on GitHub
#49 (comment)
.

from conda-recipes.

jchodera avatar jchodera commented on August 18, 2024

I merged in @kyleabeauchamp's PR #48, and Jenkins is pointing toward the latest version.

It seems this failure occurs on osx only:
https://jenkins.choderalab.org/job/conda-omnia-release-osx/20/console

but not the linux vm, which fails for another reason:
https://jenkins.choderalab.org/job/conda-omnia-release-linux-vagrant/5/console

from conda-recipes.

jchodera avatar jchodera commented on August 18, 2024

The linux failure appears to be:

+ vagrant ssh --command 'rm -rf miniconda/conda-bld'
+ vagrant ssh --command 'cd conda-recipes ; python build-all.py'
+ [[ linux-gnu == \d\a\r\w\i\n* ]]
+ ./configure --prefix=/home/vagrant/miniconda/envs/_build --enable-shared --disable-fortran --enable-threads --enable-sse2 --enable-single
+ make
+ make install
libtool: install: warning: relinking `libfftw3f_threads.la'
+ /home/vagrant/miniconda/envs/_build/bin/python setup.py install
Traceback (most recent call last):
  File "setup.py", line 1, in <module>
    from setuptools import setup
ImportError: No module named setuptools
Command failed: /bin/bash -x -e /home/vagrant/conda-recipes/docopt/build.sh
Building conda packages on grid of python / numpy versions
This will take a while... (15 minutes or more)
conda build --output fftw3f
conda build --output docopt
Traceback (most recent call last):
  File "build-all.py", line 21, in <module>
    build('docopt')
  File "build-all.py", line 14, in build
    shell('conda build %s' % name)
  File "build-all.py", line 5, in <lambda>
    shell = lambda cmd: check_output(cmd, shell=True)
  File "/home/vagrant/miniconda/lib/python2.7/subprocess.py", line 573, in check_output
    raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command 'conda build docopt' returned non-zero exit status 1
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Not sure if that means there is an issue with the fftwf recipe or the docopt recipe.

from conda-recipes.

kyleabeauchamp avatar kyleabeauchamp commented on August 18, 2024

I would guess docopt, as I don't understand why fftwf would be calling setuptools.

Doesn't quite make sense, though, as setuptools is clearly listed as a prereq for build. Maybe adding it to run as well will help.

Regardless, the first step is to reproduce manually

from conda-recipes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.