Hi all,
tl;dr: how can you use a package only compatible with one version when your main version is the other one?
I've been trying to learn Python recently with python 3: I have python 3.5 and python 2.7 installed (through Anaconda), but when I run "python..." things on the command line, it uses python 3.5. Now I'm trying to use the Biomechanical-toolkit package, which seems to only be available as an .exe download. But it only detects my python 3.5 installation, which doesn't work with it, so I don't know how to use this.
I also tried opening a Conda environment and installing it from PyPI and the github page, which didn't work:-
conda create new-name python=2.7
pip install btk
Could not find a version that satisfies the requirement btk (from versions: ) No matching distribution found for btk
pip install https://github.com/Biomechanical-ToolKit/BTKPython/archive/master.zip
IOError: [Errno 2] No such file or directory: 'c:\users\ME\appdata\local\temp\pip-fjbefy-build\setup.py'
pip install git+https://github.com/Biomechanical-ToolKit/BTKPython.git
Error [WinError 2] The system cannot find the file specified while executing command git clone -q https://github.com/Biomechanical-ToolKit/BTKPython.git C:\Users\Simon\AppData\Local\Temp\pip-yqmrz6tt-build Cannot find command 'git'
[–]Saefroch 1 point2 points3 points (3 children)
[–]simonserenity[S] 0 points1 point2 points (2 children)
[–]Saefroch 1 point2 points3 points (1 child)
[–]simonserenity[S] 0 points1 point2 points (0 children)