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

Python subprocess OSError #69

Open
symbiologist opened this issue Nov 11, 2017 · 0 comments
Open

Python subprocess OSError #69

symbiologist opened this issue Nov 11, 2017 · 0 comments

Comments

@symbiologist
Copy link

This might be a problem with just my machine, but I just did a fresh install of Ubuntu onto a new SSD so it's possible others are experiencing this as well.

I tried to install Rail-RNA using the downloaded installer as well as the command line script and run into this error with both. It seems to occur right after all the dependencies are downloaded and unpacked:

Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/var/tmp/e5618b82c6dd032102ed3aa1d2c2e502/main.py", line 90, in
File "/var/tmp/e5618b82c6dd032102ed3aa1d2c2e502/rna/driver/rna_installer.py", line 416, in install
File "/usr/lib/python2.7/subprocess.py", line 212, in check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
File "/usr/lib/python2.7/subprocess.py", line 390, in init
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1025, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

I've tried to do some Googling on this error and it looks like a potential Python 2 problem. I've tried reinstalling the most recent Python 2.7 which hasn't helped. Any ideas on what I might be doing wrong?

Thank you!

David

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

1 participant