Skip to content

pip leafcutter command line tools #267

@Macdot3

Description

@Macdot3

Hi everyone,
I created a Python environment named LeafCutter and installed the leafcutter package inside it using the command pip install leafcutter.
It is written on the documentation page that : The installation process will install leafcutter-cluster and leafcutter-ds as command line tools.
However, I get this error:

(LeafCutter) lab.m@login01:~$ pip show leafcutter
Name: leafcutter
Version: 2.0.2
Summary: Leafcutter python implementation
Home-page:
Author: Scott Adamson, Jack Humphrey, Yang I Li, David A Knowles
Author-email:
License:
Location: /home/lab.m/Splicing/LeafCutter/lib/python3.12/site-packages
Requires: pandas, pyro-ppl, scikit-learn, scipy, torch
Required-by:

(LeafCutter) lab.m@login01:~$ leafcutter-cluster
Traceback (most recent call last):
  File "/home/lab.m/Splicing/LeafCutter/bin/leafcutter-cluster", line 5, in <module>
    from leafcutter.__main__ import leafcutter_cluster
ModuleNotFoundError: No module named 'leafcutter'

And I don't understand how to fix it or how to run the commands, even though the package is installed correctly.
I hope you can help me understand,
thank you

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