princess
princess copied to clipboard
command not found
Hi!
After princess was installed, "princess -h" doesnt work. It says "command not found". Anyone can help?
Thanks! :)
Can you please try to use the full path to the installation?
E.g., if the installation in ~/home/source/princess
, use:
~/home/source/princess/princess -h
Thanks
Unfortunatelly, it is still not working.
Thanks for the attention
Can you please write down how did you run it?
I followed the protoctol written here: conda install snakemake=5.7.1 conda install pyyaml git clone https://github.com/MeHelmy/princess.git cd princess chmod +x install.sh ./install.sh
after it was installed, I typed "princess -h" and it says "command not found". I already tried in different paths, but it says the same.
I am assuming you run it from the directory you installed princess in.
so make sure it exists ls princess
and lastly try './princess'
I see, you need to make slight change after cd princess
run it like ./princess -h
OK, first now you know why it was showing this message "command not found". We have another error now, please copy and paste it here.
AttributeError: 'NoneType' object has no attribute 'loader'
OK, this is more an Ubuntu issue, based on this answer: https://stackoverflow.com/questions/56935698/attributeerror-nonetype-object-has-no-attribute-loader
Ok! Thank you so much!!! I will try to fix it! :D