Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conda install broken; cannot find python modules #27

Open
lsmainzer opened this issue Jan 19, 2018 · 3 comments
Open

Conda install broken; cannot find python modules #27

lsmainzer opened this issue Jan 19, 2018 · 3 comments

Comments

@lsmainzer
Copy link

Hey. While testing mirtop, I followed the suggested instructions using Conda. But mirtop is unable to find python modules:

mirtop gff --sps hsa --hairpin hairpin.fa --gtf hsa.gff3 -o test_out sim_isomir.bam
Traceback (most recent call last):
File "Testing_mirtop/bin/mirtop", line 9, in
load_entry_point('mirtop==0.1.8a', 'console_scripts', 'mirtop')()
File "build/bdist.linux-x86_64/egg/pkg_resources/init.py", line 560, in load_entry_point
File "build/bdist.linux-x86_64/egg/pkg_resources/init.py", line 2648, in load_entry_point
File "build/bdist.linux-x86_64/egg/pkg_resources/init.py", line 2302, in load
File "build/bdist.linux-x86_64/egg/pkg_resources/init.py", line 2308, in resolve
File "Testing_mirtop/mirtop/mirtop/command_line.py", line 7, in
from mirtop.libs.simulator import simulate
File "Testing_mirtop/mirtop/mirtop/libs/simulator.py", line 3, in
from mirtop.libs.read import get_fasta
File "Testing_mirtop/mirtop/mirtop/libs/read.py", line 8, in
import pybedtools

@lpantano
Copy link
Contributor

lpantano commented Jan 22, 2018 via email

@cjfields
Copy link

This might be worth checking in w/ our sysadmins on the cluster, my guess is their version of conda may not allow user-based installs. If so we'll likely need to install a user- (or group-) specific conda setup.

Just checking, but should we focus on python 2 or 3 for miniconda?

@lpantano
Copy link
Contributor

lpantano commented Jan 22, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants