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

pip install error #20

Open
nag92 opened this issue Jun 18, 2020 · 2 comments
Open

pip install error #20

nag92 opened this issue Jun 18, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@nag92
Copy link
Collaborator

nag92 commented Jun 18, 2020

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.


@nag92 nag92 added the bug Something isn't working label Jun 18, 2020
@ajlewis02
Copy link
Contributor

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.

@nag92 nag92 closed this as completed Jun 18, 2020
nag92 added a commit that referenced this issue Jul 26, 2020
Replaced Point with PointArray
@nag92
Copy link
Collaborator Author

nag92 commented Mar 31, 2021

sudo -H pip3 install --upgrade pip

@nag92 nag92 reopened this Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants