how_are_we_stranded_here install issue on Xubuntu
1
0
Entering edit mode
3.6 years ago
bertb ▴ 20

Hello,

I am trying to install and run the check_strandedness tool in a Unix shell, but I am encountering an error when installing it. First, I downloaded the clone with…

git clone https://github.com/betsig/how_are_we_stranded_here.git

but when I type the command...

pip install how_are_we_stranded_here

I receive the following error…

ERROR: Could not find a version that satisfies the requirement how_are_we_stranded_here (from versions: none)
ERROR: No matching distribution found for how_are_we_stranded_here

I have the following packages to meet the requirements of how_are_we_stranded_here

kallisto 0.44.0
python 3.8.3
RSeQC

I am also working within a VirtualBox version of Xubuntu.

Any help would be appreciated!

Thank you

RNA-Seq sequencing Assembly • 1.1k views
ADD COMMENT
0
Entering edit mode

Can you try

pip3 install how_are_we_stranded_here

Also, are you sure the git command succeeded?

ADD REPLY
0
Entering edit mode

Hi RamRS - thank you for your reply!

I tried the above command you suggested:

pip3 install how_are_we_stranded_here

but I received the same error output.

Though I think the git command succeeded, as the output was as follows:

Cloning into 'how_are_we_stranded_here'...
remote: Enumerating objects: 112, done.
remote: Counting objects: 100% (112/112), done.
remote: Compressing objects: 100% (86/86), done.
remote: Total 112 (delta 37), reused 94 (delta 20), pack-reused 0
Receiving objects: 100% (112/112), 4.37 MiB | 3.67 MiB/s, done.
Resolving deltas: 100% (37/37), done.
ADD REPLY
3
Entering edit mode
3.6 years ago
Ram 43k

I think it might be a platform specific error. I took a look at their known issues and there is one that exactly matches your problem: https://github.com/betsig/how_are_we_stranded_here/issues/1

Given that it is solved there, it should work for you too.

ADD COMMENT
0
Entering edit mode

Yes, that suggestion worked and I was able to install - thank you!

ADD REPLY
1
Entering edit mode

I've moved my comment to an answer now.

Upvote|Bookmark|Accept

ADD REPLY

Login before adding your answer.

Traffic: 2179 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6