Skip to content

Packaging/install seems broken with uv + python 3.11 #30

Description

@damian0815

Thanks for this library - the detailed deprecation warnings are really appreciated!

Packaging seems somehow incomplete however - with "iso639-lang==2.6.3" in my pyproject.toml, uv sync works fine but I have to import the library like this:

from iso639.iso639 import Lang

If I just do from iso639 import Lang i get ImportError: cannot import name 'Lang' from 'iso639' (unknown location).

I suspect the project is missing __init__.py in the top level source folder. Compare with ipywidgets (this is a screenshot from PyCharm):

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions