Closed Gedofs closed 1 year ago
Hi @Gedofs!
This seems to be a dependency issue. I would recommend creating a new conda environment for tadacnv. Then try reinstalling the package via pip. I only tested it using python 3.6. So the following could work:
conda create -n tada python=3.6
conda activate tada
pip install tadacnv
If the problem still persists let me know!
Thanks! Still issues. Seems like it is related to python 3.6
Apparently, for the more recent osx-arm64 systems python versions < 3.8 are no longer partof the conda forge build matrix. You could try setting the conda environment up with python=3.8 instead. If there are still problems, I might have to update the tool for newer python versions.
Hi! I installed tadacnv via pip successfully however I can´t run it.
I hope you can help me.