sjroth / ARTDeco

MIT License
15 stars 7 forks source link

problem in installing ARTDeco #16

Closed Drosofriends closed 1 year ago

Drosofriends commented 1 year ago

Hi, I'm trying to install artdeco but I have many problems in doing it. When I launch python setup.py install this error occured: canceled (core dump created). What kind of problem is this? Moreover, I'm not able to download the required packages because the conda env create -f environment.yml does not work. So I manually downloaded the packages but beacuse of conflicts I have many problems in terms of versions. Any help? thanks for the support!

sjroth commented 1 year ago

Hi,

If you are not able to use the conda environment, I recommend trying to install the individual software tools with the correct version so they do not clash. I cannot help with software incompatibilities as I do not have access to your system.

Drosofriends commented 1 year ago

I created a new empty enviroment and than I install python version 3.6 and than i run the following command: conda install -c bioconda bedops=2.4. bioconductor-deseq2=1.20. bx-python=0.8. homer=4.9. networkx=2. numpy=1.16. pandas=0.24. pybigwig rpy2=2.9. rseqc=3.0.* samtools=1.9 But i had a lot of conflicts and only bedops installed.

sjroth commented 1 year ago

Again, without access to your machine, it’s hard for me to help. You are probably using a newer version of conda, which is known to have conflicts with R packages. I would try installing packages one at a time.

Get Outlook for iOShttps://aka.ms/o0ukef


From: Drosofriends @.> Sent: Friday, January 27, 2023 8:38:32 AM To: sjroth/ARTDeco @.> Cc: Samuel Roth @.>; Comment @.> Subject: Re: [sjroth/ARTDeco] problem in installing ARTDeco (Issue #16)

I created a new empty enviroment and than I install python version 3.6 and than i run the following command: conda install -c bioconda bedops=2.4. bioconductor-deseq2=1.20. bx-python=0.8. homer=4.9. networkx=2. numpy=1.16. pandas=0.24. pybigwig rpy2=2.9. rseqc=3.0.* samtools=1.9 But i had a lot of conflicts and only bedops installed.

— Reply to this email directly, view it on GitHubhttps://github.com/sjroth/ARTDeco/issues/16#issuecomment-1406670300, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACEVD77T76VIW6YC26H6UPDWUPTXRANCNFSM6AAAAAAUIUCVDY. You are receiving this because you commented.Message ID: @.***>

------------------------------------------------------------------- This email and any attachments may contain CONFIDENTIAL or PRIVILEGED information and is a private communication between the intended addressee and Fulcrum Therapeutics, INC. If you have received this email in error, distributing, copying, using or disclosing its contents is prohibited. Please notify us of the delivery error by replying to this message and then delete it from your system. Thank you.

Drosofriends commented 1 year ago

I solved the problem by using mamba and the .yml file for the installation. Thank you for the help. I close this issue!