-
Notifications
You must be signed in to change notification settings - Fork 43
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
ImportError: No module named opt #95
Comments
Hi there, the error suggests that the Cython module did not compile or get
installed for some reason. Could you say how you tried to install
pysamstats?
…On Tue, 13 Nov 2018, 08:35 lybird300 ***@***.*** wrote:
Hi there,
My python verion is 2.7.11. I installed pysamstats from github master
directly after installing pysam-0.15.1.
I got the following error. What do you think might be the problem and how
should I fix it? Thank you for your time.
import pysam
import pysamstats
*Traceback (most recent call last): File "", line 1, in File
"pysamstats/init.py", line 8, in from .pileup import * File
"pysamstats/pileup.py", line 6, in import pysamstats.opt as opt*
Best,
Yuan
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#95>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAq8Qt0fIXe3620-dvm-VkPrq8-_3cL1ks5uuoQ3gaJpZM4YbJpG>
.
|
Hi Alistair, thank you for your prompt reply. I followed the third installation option, i.e., $ git clone git://github.com/alimanfoo/pysamstats.git Not sure if that matters, but I did the above in a python virtual environment Thanks! |
I did get some warnings though (attached below) [1/1] Cythonizing pysamstats/opt.pyx |
Hi there,
My python verion is 2.7.11. I installed pysamstats from github master directly after installing pysam-0.15.1.
I got the following error. What do you think might be the problem and how should I fix it? Thank you for your time.
Best,
Yuan
The text was updated successfully, but these errors were encountered: