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

Can't install unittest components #1

Open
geowurster opened this issue Apr 24, 2015 · 1 comment
Open

Can't install unittest components #1

geowurster opened this issue Apr 24, 2015 · 1 comment
Assignees

Comments

@geowurster
Copy link
Contributor

(venv)Captain:kmltrack kwurster$ pip install -e .[test]
Obtaining file:///Users/kwurster/github/kmltrack
Requirement already satisfied (use --upgrade to upgrade): python-dateutil in ./venv/lib/python2.7/site-packages (from kmltrack==0.0.5)
Collecting elementtree>=1.2.6 (from kmltrack==0.0.5)
  Could not find a version that satisfies the requirement elementtree>=1.2.6 (from kmltrack==0.0.5) (from versions: )
  Some externally hosted files were ignored as access to them may be unreliable (use --allow-external elementtree to allow).
  No matching distribution found for elementtree>=1.2.6 (from kmltrack==0.0.5)
@redhog
Copy link
Contributor

redhog commented Apr 25, 2015

You have a too new version of pip. Please follow the instructions given by pip and add "--allow-external elementtree" to the command line.

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

2 participants