-
Notifications
You must be signed in to change notification settings - Fork 248
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
Missing libpython3.6m.so in Linux v1.0.1 #109
Comments
Same here. All I had to do was |
@sailordiary Creating a link to the handle of the missing file actually did not work in my case. However, copying the contents of lib/libpython3.6m.so.1.0 to lib/libpython3.6m.so does seem to fix the problem. |
Thanks for the workarounds! I think this is probably caused by having upgraded the freezing package. I'll try to get this fixed up for the release soon! |
After copying as you suggested, my conda just broken and can not activate. Do you know how to undo this copy and fix the conda?
|
Hey, |
hi: and I have to do : and then I got a new error: Current thread 0x00007fed17cea740 (most recent call first): how can I solve it? |
have you solve it ? I met the same error with you ! |
me too,if you solved plz give answer! |
As I mentioned in my previous comment, this is a known issue with the python version of the Montreal Forced Aligner. Try using the windows version of the same and it will work perfectly. |
@sybilWsybil @Luzeru @romadomaa I also originally attempted to make the symlink with @Luzeru I also noticed - there is an extra |
in your case
Do not run soft link |
@zhouyangnk Thank you so much |
hey, look carefully in the lib path, maybe you just need the following command line to change the file_name
copy and rename it. |
From a fresh download of v1.0.1 on my device (running Ubuntu16.04 xenial). Test running /bin/mfa_align to see usage instructions results in the following error message.
[1695] Error loading Python lib '/opt/montreal-forced-aligner/lib/libpython3.6m.so': dlopen: /opt/montreal-forced-aligner/lib/libpython3.6m.so: cannot open shared object file: No such file or directory).
In case it's informative, running mfa_train_g2p and mfa_generate_dictionary generates the same error, but running mfa_train_and_align does not.
Thanks for an otherwise great piece of software (the Windows version of v1.0.1 is great),
The text was updated successfully, but these errors were encountered: