按照这个来的 # Create a python 3.9 conda env (you could also use virtualenv) conda create -n megatts3-env python=3.9 conda activate megatts3-env pip install -r ...
I can install datrie (a dependency of snakemake) by using pip in a pyenv managed python 3.9.6 or 3.12.3 with no issues. pypi is missing wheels for python >3.8 but the compile with gcc succeeds ...