You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nathaniel@nathaniel:~$ pip3 install git+https://github.com/WPI-AIM/AIM_GaitAnalysisToolkit.git
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
Defaulting to user installation because normal site-packages is not writeable
Collecting git+https://github.com/WPI-AIM/AIM_GaitAnalysisToolkit.git
Cloning https://github.com/WPI-AIM/AIM_GaitAnalysisToolkit.git to /tmp/pip-req-build-2dj6p17i
Running command git clone -q https://github.com/WPI-AIM/AIM_GaitAnalysisToolkit.git /tmp/pip-req-build-2dj6p17i
Running command git submodule update --init --recursive -q
Collecting GaitCore@ git+https://github.com/WPI_AIM/AIM_GaitCore.git
Cloning https://github.com/WPI_AIM/AIM_GaitCore.git to /tmp/pip-install-4nzi3y2j/GaitCore
Running command git clone -q https://github.com/WPI_AIM/AIM_GaitCore.git /tmp/pip-install-4nzi3y2j/GaitCore
Username for 'https://github.com': nag92
Password for 'https://[email protected]':
remote: Repository not found.
fatal: repository 'https://github.com/WPI_AIM/AIM_GaitCore.git/' not found
ERROR: Command errored out with exit status 128: git clone -q https://github.com/WPI_AIM/AIM_GaitCore.git /tmp/pip-install-4nzi3y2j/GaitCore Check the logs for full command output.
The text was updated successfully, but these errors were encountered:
Caused by typo in the setup.py - the url https://github.com/WPI_AIM/... should be https://github.com/WPI-AIM/.... Fix for both this and Vicon will be up shortly.
The text was updated successfully, but these errors were encountered: