Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conda-build 2.0.0 bdist_conda error with metadata.name #1305

Closed
jakirkham opened this issue Sep 1, 2016 · 2 comments · Fixed by #1308
Closed

conda-build 2.0.0 bdist_conda error with metadata.name #1305

jakirkham opened this issue Sep 1, 2016 · 2 comments · Fixed by #1308
Labels
locked [bot] locked due to inactivity

Comments

@jakirkham
Copy link
Member

Running into an error building a package with bdist_conda on conda-build version 2.0.0. Traceback below. More details in this log.

$ python setup.py bdist_conda
/home/travis/miniconda/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'build_requires'
  warnings.warn(msg)
running bdist_conda
Traceback (most recent call last):
  File "setup.py", line 105, in <module>
    zip_safe=True
  File "/home/travis/miniconda/lib/python2.7/distutils/core.py", line 151, in setup
    dist.run_commands()
  File "/home/travis/miniconda/lib/python2.7/distutils/dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "/home/travis/miniconda/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "/home/travis/miniconda/lib/python2.7/distutils/command/bdist_conda.py", line 161, in run
    d['package']['name'] = metadata.name().lower()
TypeError: 'str' object is not callable
@jakirkham
Copy link
Member Author

Please see PR ( #1308 ).

@github-actions
Copy link

Hi there, thank you for your contribution!

This issue has been automatically locked because it has not had recent activity after being closed.

Please open a new issue if needed.

Thanks!

@github-actions github-actions bot added the locked [bot] locked due to inactivity label Apr 20, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked [bot] locked due to inactivity
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant