Skip to content

Users on Python 3.7 only find unusable dev1 version and can't update #3

Closed
@torsava

Description

@torsava

Hi,
ferrypick installed (--user) from PyPI doesn't work. It fails with:

$ ferrypick --help
Traceback (most recent call last):
  File "/home/torsava/.local/bin/ferrypick", line 5, in <module>
    from ferrypick import main
ModuleNotFoundError: No module named 'ferrypick'

Steps to reproduce:

$ pip install --user ferrypick
$ ferrypick --help

It seems the module actually isn't there. When uninstalling ferrypick, only the binary and dist-info are listed:

$ pip uninstall ferrypick
Found existing installation: ferrypick 0.1.dev1
Uninstalling ferrypick-0.1.dev1:
  Would remove:
    /home/torsava/.local/bin/ferrypick
    /home/torsava/.local/lib/python3.7/site-packages/ferrypick-0.1.dev1.dist-info/*
Proceed (y/n)? 

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions