Open kevinmyers opened 6 months ago
Just doing some quick Google-ing, it seems possible that this error has something to do with the packaging changing in Python 3.12, which dms_tools2
has never been tested against. Does it work if you use an earlier version of Python, like 3.11 or 3.10?
I'll give that a try!
That seemed to work! It looks like it's installing it now! Thank you for the quick reply!
Well, now I get this error:
Successfully built dms_tools2 umi_tools weblogo pybktree
Failed to build matplotlib numpy pandas phydms pystan
ERROR: Could not build wheels for matplotlib, numpy, pandas, phydms, pystan, which is required to install pyproject.toml-based projects
Do I need to install these manually in the env?
I don't know, but I would try just installing them separately with pip
if they aren't building with what you are doing right now.
Ok. thanks!
I am trying to install dms_tools2. I have tired both
pip install dms_tools2 --user
as well as using the cloned GitHub repo commandpip install -e . --user
. I am on a Mac running 14.4.1 and have Python 3.12 installed. I get the following error:I'm not sure what I can do to fix this. Any ideas?