Problems with installing ttpy on Anaconda
Opened this issue · 3 comments
Hello,
I was trying to install ttpy on my Anaconda recently. I created enviroment and set python version 3.10.14, numpy version 1.22.4 according to the previous issue with installiation assistance. Then i run all the pip installiation commands. Still, it seems that the same error occurs, despite me set all the dependencies correctly(i suppose)
Then, i tried git cloning repository. I've also faced some problem doing that. It seems to me that some users may have problems with git cloning if using URL like git://github... Changing protocol to https://github.... works fine, in terms of cloning, however, further installing via "python setup.py install" or "pip -v install ./ttpy" doesn't work. It seems that there occurs some error with fortran code.
What can i do with that?
TTPy requires C/C++ compiler and Fortran compiler in build time. Do you have both installed?
I had the same error and I was able to install ttpy using:
pip install git+https://github.com/oseledets/ttpy
I did that on 2 different machines, both of them had a python 3.10 conda environment. But on one of the machines, I was able to do
import ttpy
On the other one, I had to do
import tt