dputhier / pygtftk

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

failed installation #186

Closed rongrongy closed 4 months ago

rongrongy commented 4 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 4 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 4 months ago

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