Install antspynet in a requriements.txt but couod not find a version that satisfies tensorflow?
Hello, I am trying to install dependencies from the requirements.txt file in the repo
I opened the repo using vscode and opened a terminal and executes pip install -r requirements.txt. after several hours' struggling I still could not solve the issue as follows:
I've alredy installed tensorflow but I could not find the version that meets the requirements. I appreciate if anyone could solve this issue. Thank you!
Hello. I would suggest to use a linux based environment. As I mentioned in the course. AntsPy is not smoothly supported in windows, the same goes for AntsPyNet. Check these issues:
- https://github.com/ANTsX/ANTsPy/issues/28
- https://github.com/ANTsX/ANTsPy/issues/301
- https://github.com/ANTsX/ANTsPyNet/issues/73
Update 2025: I have updated the project by adding docker support. Now you have an alternative to overcome this issue, take a look in the readme section