-
Notifications
You must be signed in to change notification settings - Fork 8
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
error - eaglec.scoreUtils Not found #19
Comments
Could you upgrade your python version to 3.8 and try again? |
I'm having the exact same issue (on mac):
|
A fresh install following the instructions (except that I had to remove
I resolved it by updating numpy:
|
Thanks for the quick responses @XiaoTaoWang! Note that the error above was on linux. The error on mac is still not resolved....any ideas what's going on there? |
Hi, thanks so much for the feedback! I guess that the error occurred due to a discrepancy between the compiler I used and the one on your Mac. Did you install EagleC on the M1/M2 chip? My Mac is still based on the old intel chip, which may be the reason for the difference. |
Indeed I have the ARM chip, however, I did install everything using the i386 emulator and so it "should" work...I'm also happy to install from source. Where is the source-code hosted? |
I was able to resolve the issue after switching to the 3.8 version. |
I am using python3.8 and numpy==1.21, but no sure what was going wrong... root INFO @ 05/18/23 15:05:31: ARGUMENT LIST:Cool URI at 5kb = SKNAS-MboI-allReps-filtered.mcool::/resolutions/5000Cool URI at 10kb = SKNAS-MboI-allReps-filtered.mcool::/resolutions/10000Cool URI at 50kb = SKNAS-MboI-allReps-filtered.mcool::/resolutions/50000Balance Type = ICEReference Genome = hg38Included Chromosomes = ['#', 'X']Probability Cutoff for 5kb SVs = 0.8Probability Cutoff for 10kb SVs = 0.8Probability Cutoff for 50kb SVs = 0.99999Output File Prefix = SK-N-ASOutput Format = fullLog file name = SK-N-AS.logroot INFO @ 05/18/23 15:05:31: Predict SVs at 5kb resolution ... ARGUMENT LIST:Cool URI at 5kb = SKNAS-MboI-allReps-filtered.mcool::/resolutions/5000Cool URI at 10kb = SKNAS-MboI-allReps-filtered.mcool::/resolutions/10000Cool URI at 50kb = SKNAS-MboI-allReps-filtered.mcool::/resolutions/50000Balance Type = ICEReference Genome = hg38Included Chromosomes = ['#', 'X']Probability Cutoff for 5kb SVs = 0.8Probability Cutoff for 10kb SVs = 0.8Probability Cutoff for 50kb SVs = 0.99999Output File Prefix = SK-N-ASOutput Format = fullLog file name = SK-N-AS.logroot INFO @ 05/18/23 15:07:22: Predict SVs at 5kb resolution ... |
Sorry for the late response. Have you downloaded the pre-trained models using |
Hi,
I have installed eaglec using pip (python 3.7) option
pip install --user eagleC
and tried running it on my HiC data. But got the following errorI can import eaglec and eaglec.utilities but not eaglec.scoreUtils in python3.7 environment
Your help is greatly appreciated.
The text was updated successfully, but these errors were encountered: