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
{{ message }}
This repository was archived by the owner on Sep 8, 2021. It is now read-only.
I was attempting to create a virtual env for the new logservice (located in its own github repo created by Endre) using ./setup.sh in the root of the project. It was on my local MacBook Pro NOT having activated any other virtualenv (using system python that is).
After a while I got this:
Downloading/unpacking mock==1.0.1 (from -r /Users/mrpi/Workspace/logservice/virtualenv/src/prezi-aws/requirements.txt (line 10))
Running setup.py egg_info for package mock
warning: no files found matching '*.png' under directory 'docs'
warning: no files found matching '*.css' under directory 'docs'
warning: no files found matching '*.html' under directory 'docs'
warning: no files found matching '*.js' under directory 'docs'
Requested mock==1.0.1 (from -r /Users/mrpi/Workspace/logservice/virtualenv/src/prezi-aws/requirements.txt (line 10)), but installing version 0.8.0
Exception:
Traceback (most recent call last):
File "/Users/mrpi/Workspace/logservice/virtualenv/lib/python2.7/site-packages/pip-1.2.1-py2.7.egg/pip/basecommand.py", line 107, in main
status = self.run(options, args)
File "/Users/mrpi/Workspace/logservice/virtualenv/src/snakebasket/snakebasket/commands/install.py", line 333, in run
requirement_set.install(install_options, global_options, root=options.root_path)
AttributeError: Values instance has no attribute 'root_path'