question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TypeError when using Anaconda API

See original GitHub issue

Hey. I’m still trying to use conda-smithy to build a RC for our own channel. However, I got

TEST END: scikit-learn-0.18rc-np110py27_blas_openblas_202
INFO:/opt/conda/lib/python3.5/site-packages/conda_build/config.py:--keep-old-work flag not specified.  Removing source and build files.

# If you want to upload this package to anaconda.org later, type:
#
# $ anaconda upload /feedstock_root/build_artefacts/linux-64/scikit-learn-0.18rc-np110py27_blas_openblas_202.tar.bz2
#
# To have conda build upload to anaconda.org automatically, use
# $ conda config --set anaconda_upload yes

Using Anaconda API: https://api.anaconda.org
Traceback (most recent call last):
  File "/feedstock_root/ci_support/upload_or_check_non_existence.py", line 124, in <module>
    main()
  File "/feedstock_root/ci_support/upload_or_check_non_existence.py", line 104, in main
    exists = built_distribution_already_exists(cli, meta, owner)
  File "/feedstock_root/ci_support/upload_or_check_non_existence.py", line 24, in built_distribution_already_exists
    fname = bldpkg_path(meta)
TypeError: bldpkg_path() missing 1 required positional argument: 'config'

./ci_support/run_docker_build.sh returned exit code 1

The built is here: https://circleci.com/gh/scikit-learn/scikit-learn-feedstock/3

Any help would be much appreciated.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:22 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
ogriselcommented, Sep 13, 2016

-1 for wasting time on Python 2.6 😉

1reaction
amuellercommented, Sep 14, 2016
Read more comments on GitHub >

github_iconTop Results From Across the Web

A confusing Typeerror appears at the anaconda prompt
When I finished installing minicoda and opened the prompt to use CONDA list or other commands, I got a confusing Typeerror such as:...
Read more >
Navigator Error - Type Error · Issue #1837 - GitHub
Anaconda navigator either returns "the JSON object must be str, not 'bytes'" or crashes with this traceback: Traceback (most recent call ...
Read more >
Anaconda raises TypeError when trying to install or list ...
It is seen in the logs that trying to execute conda list for showing packages causes the same error. It is possible, though,...
Read more >
Troubleshooting - Anaconda Documentation
This troubleshooting guide provides you with ways to deal with issues that may occur with ... TypeError: 'NoneType' object has no attribute '__getitem__' ......
Read more >
Core APIs - AirSim - Microsoft Open Source
AirSim exposes APIs so you can interact with vehicle in the simulation programmatically. You can use these APIs to retrieve images, get state, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found