dputhier / pygtftk

A python package and a set of shell commands to handle GTF files
GNU General Public License v3.0
44 stars 6 forks source link

failed installation #186

Closed rongrongy closed 1 month ago

rongrongy commented 2 months ago

conda create -n pygtftk pygtftk Collecting package metadata (current_repodata.json): done Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source. Collecting package metadata (repodata.json): done Solving environment: \

dputhier commented 2 months ago

Hi, This is working on my side.

           conda create -n pygtftk_3.9k pygtftk python=3.9
           conda activate pygtftk_3.9k
           gtfk

Best

dputhier commented 1 month ago

I'm closing the issue. Feel free to reopen it if needed. Best