Skip to content

cherry_picker executable script is broken #26

@pitrou

Description

@pitrou

I just installed cherry_picker 2.0.0 in a conda environment and I get the following error when trying to run it:

$ cherry_picker --help
Traceback (most recent call last):
  File "/home/antoine/miniconda3/envs/cherry_picker/bin/cherry_picker", line 5, in <module>
    from cherry_picker import cherry_pick_cli
ImportError: cannot import name 'cherry_pick_cli' from 'cherry_picker' (/home/antoine/miniconda3/envs/cherry_picker/lib/python3.9/site-packages/cherry_picker/__init__.py)

Installed packages:

$ pip list
Package       Version
------------- -------------------
certifi       2020.12.5
cffi          1.14.5
chardet       4.0.0
cherry-picker 2.0.0
click         8.0.0
cryptography  3.4.7
gidgethub     5.0.1
idna          2.10
pip           21.0.1
pycparser     2.20
PyJWT         2.1.0
requests      2.25.1
setuptools    52.0.0.post20210125
toml          0.10.2
uritemplate   3.0.1
urllib3       1.26.4
wheel         0.36.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions