Skip to content

Current version installed from pip (using UV) not importing #151

@BRPatton

Description

@BRPatton

I'm using UV in the latest version of PyCharm on Windows. I've used "uv pip install 'nanopyx[all]' --link-mode=copy" to install nanopyx (the link mode is to avoid problems with UV and windows directories on this system). It's a new clean environment for testing. When I try "import nanopyx" or "from nanopyx.methods import eSRRF" I'm getting a failure to import - the error is "ModuleNotFoundError: No module named 'nanopyx.core.transform._le_interpolation_bicubic'". Looking in the nanopyx/core/transform folder there's only .c and .cl files for the various .le modules - no .pyx Is this a problem with the pip repository or did I miss a step in the install? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions