Skip to content

Instantly share code, notes, and snippets.

@tonytan4ever
Created May 2, 2016 15:36
Show Gist options
  • Save tonytan4ever/6982b248b535f2c2e58dce80e67fff18 to your computer and use it in GitHub Desktop.
Save tonytan4ever/6982b248b535f2c2e58dce80e67fff18 to your computer and use it in GitHub Desktop.
Collecting oslo-config
Using cached oslo.config-3.9.0-py2.py3-none-any.whl
Requirement already up-to-date: debtcollector>=1.2.0 in ./bin/easybiodata/lib/python3.4/site-packages (from oslo-config)
Requirement already up-to-date: stevedore>=1.5.0 in ./bin/easybiodata/lib/python3.4/site-packages (from oslo-config)
Requirement already up-to-date: six>=1.9.0 in ./bin/easybiodata/lib/python3.4/site-packages (from oslo-config)
Requirement already up-to-date: netaddr!=0.7.16,>=0.7.12 in ./bin/easybiodata/lib/python3.4/site-packages (from oslo-config)
Requirement already up-to-date: Babel>=1.3 in ./bin/easybiodata/lib/python3.4/site-packages (from debtcollector>=1.2.0->oslo-config)
Requirement already up-to-date: pbr>=1.6 in ./bin/easybiodata/lib/python3.4/site-packages (from debtcollector>=1.2.0->oslo-config)
Requirement already up-to-date: wrapt>=1.7.0 in ./bin/easybiodata/lib/python3.4/site-packages (from debtcollector>=1.2.0->oslo-config)
Collecting pytz>=0a (from Babel>=1.3->debtcollector>=1.2.0->oslo-config)
Using cached pytz-2016.4-py2.py3-none-any.whl
Installing collected packages: oslo-config, pytz
Exception:
Traceback (most recent call last):
File "/Users/tony7514/bin/easybiodata/lib/python3.4/site-packages/pip/basecommand.py", line 209, in main
status = self.run(options, args)
File "/Users/tony7514/bin/easybiodata/lib/python3.4/site-packages/pip/commands/install.py", line 317, in run
prefix=options.prefix_path,
File "/Users/tony7514/bin/easybiodata/lib/python3.4/site-packages/pip/req/req_set.py", line 732, in install
**kwargs
File "/Users/tony7514/bin/easybiodata/lib/python3.4/site-packages/pip/req/req_install.py", line 835, in install
self.move_wheel_files(self.source_dir, root=root, prefix=prefix)
File "/Users/tony7514/bin/easybiodata/lib/python3.4/site-packages/pip/req/req_install.py", line 1030, in move_wheel_files
isolated=self.isolated,
File "/Users/tony7514/bin/easybiodata/lib/python3.4/site-packages/pip/wheel.py", line 346, in move_wheel_files
assert info_dir, "%s .dist-info directory not found" % req
AssertionError: oslo-config .dist-info directory not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment