Skip to content

Python 3.11 needs find_spec implemented in JuliaImporter #509

Description

@MilesCranmer

With Python 3.11, JuliaImporter should implement find_spec, and JuliaModuleLoader should implement exec_module. Otherwise, the following warnings appear:

<frozen importlib._bootstrap>:1049: ImportWarning: JuliaImporter.find_spec() not found; falling back to find_module()
<frozen importlib._bootstrap>:673: ImportWarning: JuliaModuleLoader.exec_module() not found; falling back to load_module()

Shouldn't be too bad to implement though.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions