Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues when installing TTT on Windows #1

Open
TillMacher opened this issue Aug 24, 2020 · 3 comments
Open

Issues when installing TTT on Windows #1

TillMacher opened this issue Aug 24, 2020 · 3 comments

Comments

@TillMacher
Copy link
Owner

TillMacher commented Aug 24, 2020

Installation of scikit-bio fails

@OndroV
Copy link

OndroV commented Feb 29, 2024

Hi Till,

Today I had to install TTT on another PC with Windows 11, Python 3.9 and got stuck at this exact point despite having the C++ Build Tools installed.
The threads were leading to the version of scikit-bio, which is required in setup.py. You require scikit-bio ==0.5.6 , which gives [Import Error: No module named numpy]. However, there were no problems with 0.5.8 version, so I changed the TTT requirements to scikit-bio >=0.5.8 and reached a successful installation of TTT. The functionality of this TTT installation is not yet tested.
Was there any reason to require exactly 0.5.6?

p.s.: Perhaps it would be nice to specify which parts of the C++ Build Tools are required, because they take quite a lot of GB. I am running an older version (VS 2017) and among the Optional I have only MSVC and Windows SDK. Not sure about the current requirements, but in today's installation we eventually selected all (out of desperation :D ) before figuring out the solution with sickit-bio version.

Best,
Ondrej

@TillMacher
Copy link
Owner Author

Hi Onrej,
thanks for the hint! There were conflicts with other packages, so I had to require this exact version.

However, I currently don't have time for any major updates, since I'll move to another position in May and have to wrap up stuff at the moment. However, I have future plans for both TTT and APSCALE, which will simplify the installation and add new features. Currently many errors start to pop-up with version conflicts and updates of various packages... But I will not really have time for updates before summer.

best,
Till

@lmoliner
Copy link

I had the following error when trying to install TTT: "Microsoft Visual C++ 14.0 or greater is required"

I followed this step-by-step tutorial: https://youtu.be/Y4QxGemfNrs?si=b2qI6eDvj00gyIvf

As explained in the video, you would need to install Visual C++ 2015 because higher versions have a bug, then you will also need to install Visual Studio Build Tools 2017, which you can find here: https://stackoverflow.com/questions/57795314/are-visual-studio-2017-build-tools-still-available-for-download

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants