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.