-
Notifications
You must be signed in to change notification settings - Fork 73
Description
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?