-
Notifications
You must be signed in to change notification settings - Fork 16
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
what 's the version of pomegranate? #56
Comments
It seems that the API has undergone dramatic changes since pomegranate v1.0.0. Can you downgrade your pomegranate to v0.14.8 and try again? |
I have the same issue:
|
Did you tried using pip to install pomegranate version 0.14.8? |
It is not available on Mac mamba. I have modified your code to adopt the new Pomegranate insteadThank you Sent from my iPhoneOn Dec 10, 2024, at 21:33, Xiaotao Wang ***@***.***> wrote:
Did you tried using pip to install pomegranate version 0.14.8?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Hi all, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I meet the errror like this:
Traceback (most recent call last):
File "/cluster/home/Kangwen/anaconda3/envs/Hic/bin/segment-cnv", line 111, in run
work.segment(
File "/cluster/home/Kangwen/anaconda3/envs/Hic/lib/python3.10/site-packages/neoloop/cnv/segcnv.py", line 167, in segment
model = HiddenMarkovModel.from_samples(
NameError: name 'HiddenMarkovModel' is not defined
I check it, and find that the error is in the script segcnv at "from pomegranate import NormalDistribution, HiddenMarkovModel"
So,can u tell me how to solve this problem?
The text was updated successfully, but these errors were encountered: