You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working in a server and I would like to have my own executables, installing in my path. I am trying to download and install variantconvert with stow but I am getting troubles. These are the steps that I am following:
git clone repository
cd variantconvert
pip install -e . -t [target_directory]
stow target_directory
Variantconvert is installed but when I want to launch it shows this error:
Traceback (most recent call last):
File "/mnt/netapp2/Store_uni/home/bioga/hcx/cpm/.local/bin/variantconvert", line 5, in
from variantconvert.main import main
ModuleNotFoundError: No module named 'variantconvert'
Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi all,
I am working in a server and I would like to have my own executables, installing in my path. I am trying to download and install variantconvert with stow but I am getting troubles. These are the steps that I am following:
Variantconvert is installed but when I want to launch it shows this error:
Traceback (most recent call last):
File "/mnt/netapp2/Store_uni/home/bioga/hcx/cpm/.local/bin/variantconvert", line 5, in
from variantconvert.main import main
ModuleNotFoundError: No module named 'variantconvert'
Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered: