Skip to content

ModuleNotFoundError: No module named 'xfuse' #70

@NicolaasVanRenne

Description

@NicolaasVanRenne

I am trying to run xfuse on the supercomputer system; I'm not an expert but I do manage to run other programs.

When I run xfuse
xfuse convert st --counts section1.tsv --image section1.jpg --transformation-matrix section1-alignment.txt --scale 0.15 --save-path section1

I get the following:

Traceback (most recent call last):
File "/mydir/xfuse/bin/xfuse", line 5, in
from xfuse.main import cli
ModuleNotFoundError: No module named 'xfuse'

So the problem here is he thinks __main__ is located in mydir/xfuse/bin/xfuse, while in reality, it is located in mydir/xfuse/
The export path is set to the bin directory, otherwise he doesnt find xfuse. But now it seems like the other files cannot be found

What am I doing wrong here???

Kind regards,
Nicolaas

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