Skip to content

Installing ruff v0.1.9+ with mamba and conda produces ModuleNotFoundError on Linux  #9401

@sogoodmo

Description

@sogoodmo

Mac - Works
Linux - Fails
Windows - Not tested

  • Importing ruff from mamba or conda on linux based machine and running python file that has import ruff produces ModuleNotFound error.
  • Importing ruff from pip on linux based machines does work
  • Testing with python file that includes only import ruff
  • Installed ruff by doing mamba install ruff==0.1.9 Note: <0.1.8 versions don't produce this error
  • Ruff version installed 0.1.9 py310h3d77a66_0 conda-forge/linux-64

Note:

  • Using ruff in terminal to check a file does work on v0.1.9+ but importing it into my python file doesn't work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingreleaseRelated to the release process

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions