Closed yeli7068 closed 2 years ago
Hmmm, we don't get this error. I'm not sure the cause, but I suspect it has something to do with the gcc
libraries on your particular computer and if so that is going to be over my head to troubleshoot. It seems to be some problem in the assembly language and not in the dms_variants
code itself.
Can you try building a different conda
environment with say a different installation of gcc
or python
? (Probably gcc
.)
Thanks for the quick response, Dr. Bloom. I just ran a quick test on my PC, it worked. I am going to install the other version of gcc on the sever with conda. Thanks again!
获取 Outlook for iOShttps://aka.ms/o0ukef
发件人: Jesse Bloom @.> 发送时间: Thursday, December 16, 2021 11:27:44 PM 收件人: jbloomlab/dms_variants @.> 抄送: yeli7068 @.>; Author @.> 主题: Re: [jbloomlab/dms_variants] Errors while installing dms_variants 1.1.0 with python 3.8 (Issue #73)
Hmmm, we don't get this error. I'm not sure the cause, but I suspect it has something to do with the gcc libraries on your particular computer and if so that is going to be over my head to troubleshoot. It seems to be some problem in the assembly language and not in the dms_variants code itself.
Can you try building a different conda environment with say a different installation of gcc or python?
― Reply to this email directly, view it on GitHubhttps://github.com/jbloomlab/dms_variants/issues/73#issuecomment-995921687, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AE5SG63Z6PH4UPDS6GLGLX3URIAPBANCNFSM5KGFEMOQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.***>
This issue has been fixed through installing a new gcc under the conda environment.
conda install -c conda-forge gcc
pip install dms_variants
Dear Colleague,
Thanks for introducing this wonderful tool. I am tring to install dms_variants through instructions.
conda creat -n EscapeScore python=3.8
pip install dms_variants
It returned errors as:
The system info:
gcc version 9.3.0 (GCC) CentOS Linux release 7.7.1908 (Core) Python 3.8.12
Thanks in advance!
Young