conda-tools / conda-build-all

BSD 3-Clause "New" or "Revised" License
30 stars 24 forks source link

AttributeError: module 'conda_build' has no attribute 'api' #62

Closed jakirkham closed 7 years ago

jakirkham commented 8 years ago

Got this issue when the filenames compression did not match the actual compression type. Admittedly the issue goes away when that is fixed, but maybe it is just exposing an underlying issue. Hence why I have raised it. Traceback below. See build log for more details.

Traceback (most recent call last):
  File "/opt/conda/lib/python3.5/site-packages/conda_build_all/builder.py", line 200, in build
    conda_build.api.build(meta.meta, config=config)
AttributeError: module 'conda_build' has no attribute 'api'
jakirkham commented 7 years ago

I think this was solved with PR ( https://github.com/conda-tools/conda-build-all/pull/68 ). So am closing.