apple / ccs-calendarserver

The Calendar and Contacts Server.
https://www.calendarserver.org
Apache License 2.0
485 stars 136 forks source link

Calendar server not starting #397

Closed macosforgebot closed 9 years ago

macosforgebot commented 10 years ago

_joyghosh001@… originally submitted this as ticket:850


When I execute ./bin/run -n, I get the following console log. Is it that the trunk is under rework as I guess after running ./bin/run -s, it has checked out a newer version of Calendarserver? The following is the console log:

Using /Users/joyghosh/CalendarServer/trunk/.develop/roots/py_modules/bin/python as Python

Starting server...
Traceback (most recent call last):
  File "/Users/joyghosh/CalendarServer/trunk/.develop/roots/py_modules/bin/twistd", line 14, in <module>
    run()
  File "/Users/joyghosh/CalendarServer/trunk/.develop/roots/py_modules/lib/python2.7/site-packages/twisted/scripts/twistd.py", line 27, in run
    app.run(runApp, ServerOptions)
  File "/Users/joyghosh/CalendarServer/trunk/.develop/roots/py_modules/lib/python2.7/site-packages/twisted/application/app.py", line 637, in run
    config.parseOptions()
  File "/Users/joyghosh/CalendarServer/trunk/.develop/roots/py_modules/lib/python2.7/site-packages/twisted/application/app.py", line 604, in parseOptions
    usage.Options.parseOptions(self, options)
  File "/Users/joyghosh/CalendarServer/trunk/.develop/roots/py_modules/lib/python2.7/site-packages/twisted/python/usage.py", line 261, in parseOptions
    for (cmd, short, parser, doc) in self.subCommands:
  File "/Users/joyghosh/CalendarServer/trunk/.develop/roots/py_modules/lib/python2.7/site-packages/twisted/application/app.py", line 621, in subCommands
    for plug in sorted(plugins, key=attrgetter('tapname')):
  File "/Users/joyghosh/CalendarServer/trunk/twisted/plugins/caldav.py", line 29, in getProperty
    return getattr(reflect.namedClass(self.serviceMakerClass), propname)
  File "/Users/joyghosh/CalendarServer/trunk/.develop/roots/py_modules/lib/python2.7/site-packages/twisted/python/_reflectpy3.py", line 151, in namedObject
    module = namedModule('.'.join(classSplit[:-1]))
  File "/Users/joyghosh/CalendarServer/trunk/.develop/roots/py_modules/lib/python2.7/site-packages/twisted/python/_reflectpy3.py", line 137, in namedModule
    topLevel = __import__(name)
  File "/Users/joyghosh/CalendarServer/trunk/calendarserver/tap/caldav.py", line 72, in <module>
    from txdav.who.groups import scheduleNextGroupCachingUpdate
  File "/Users/joyghosh/CalendarServer/trunk/txdav/who/groups.py", line 26, in <module>
    from txdav.common.datastore.sql_tables import schema
  File "/Users/joyghosh/CalendarServer/trunk/txdav/common/datastore/sql_tables.py", line 78, in <module>
    schema = _populateSchema()
  File "/Users/joyghosh/CalendarServer/trunk/txdav/common/datastore/sql_tables.py", line 63, in _populateSchema
    return SchemaSyntax(schemaFromPath(pathObj))
  File "/Users/joyghosh/CalendarServer/trunk/.develop/roots/py_modules/src/twextpy/twext/enterprise/dal/parseschema.py", line 104, in schemaFromPath
    addSQLToSchema(schema, schemaData)
  File "/Users/joyghosh/CalendarServer/trunk/.develop/roots/py_modules/src/twextpy/twext/enterprise/dal/parseschema.py", line 151, in addSQLToSchema
    t = tableFromCreateStatement(schema, stmt)
  File "/Users/joyghosh/CalendarServer/trunk/.develop/roots/py_modules/src/twextpy/twext/enterprise/dal/parseschema.py", line 88, in tableFromCreateStatement
    cp.parse()
  File "/Users/joyghosh/CalendarServer/trunk/.develop/roots/py_modules/src/twextpy/twext/enterprise/dal/parseschema.py", line 334, in parse
    while self.nextColumn():
  File "/Users/joyghosh/CalendarServer/trunk/.develop/roots/py_modules/src/twextpy/twext/enterprise/dal/parseschema.py", line 344, in nextColumn
    return self.parseColumn(maybeIdent.value)
  File "/Users/joyghosh/CalendarServer/trunk/.develop/roots/py_modules/src/twextpy/twext/enterprise/dal/parseschema.py", line 528, in parseColumn
    thingo.encode("utf-8"), namesInParens(parens),
  File "/Users/joyghosh/CalendarServer/trunk/.develop/roots/py_modules/src/twextpy/twext/enterprise/dal/parseschema.py", line 679, in namesInParens
    expect(parens, ttype=Punctuation, value=")")
  File "/Users/joyghosh/CalendarServer/trunk/.develop/roots/py_modules/src/twextpy/twext/enterprise/dal/parseschema.py", line 723, in expect
    return expectSingle(nextval, **kw)
  File "/Users/joyghosh/CalendarServer/trunk/.develop/roots/py_modules/src/twextpy/twext/enterprise/dal/parseschema.py", line 705, in expectSingle
    raise ViolatedExpectation(value, nextval.value)
twext.enterprise.dal.parseschema.ViolatedExpectation: Expected ')' got ,
launchctl bsexec failed: No such file or directory
macosforgebot commented 10 years ago

@wsanchez originally submitted this as comment:1:⁠ticket:850

macosforgebot commented 10 years ago

@wsanchez originally submitted this as comment:2:⁠ticket:850


This should print the name of the schema file that it was unable to parse and whatever other relevant info (line number, if available), including the exception message, rather than a traceback.

Is this exception from sqlparse? We may have to pin that to a version again?

macosforgebot commented 10 years ago

@wsanchez originally submitted this as comment:3:⁠ticket:850


Can you run this command and paste the output into a comment here?

./bin/python -m pip freeze
macosforgebot commented 10 years ago

_joyghosh001@… originally submitted this as comment:4:⁠ticket:850


Following is the output when ./bin/python -m pip freeze is executed:

-e svn+http://svn.calendarserver.org/repository/calendarserver/CalDAVTester/trunk@13380#egg=CalDAVTester-0.1b.trunk_r13380-py2.7-dev_r13380
-e svn+http://svn.calendarserver.org/repository/calendarserver/CalendarServer/trunk@13238#egg=CalendarServer-6.0b.trunk_r13238M-py2.7-dev_r13238
PyGreSQL==4.1.1
Twisted==13.2.0
-e svn+http://svn.calendarserver.org/repository/calendarserver/CalDAVClientLibrary/trunk@13380#egg=UNKNOWN-0.0.0-py2.7-dev_r13380
cffi==0.8.2
cryptography==0.3
docutils==0.11
funcparserlib==0.3.6
-e svn+http://svn.calendarserver.org/repository/calendarserver/PyKerberos/trunk@13380#egg=kerberos-1.1.1-py2.7-dev_r13380
mock==1.0.1
mockldap==0.2.0
psutil==2.1.0
pyOpenSSL==0.14
pyasn1==0.1.7
pycalendar==2.1
pycparser==2.10
pycrypto==2.6.1
pyflakes==0.8.1
pyobjc-core==2.5.1
pyobjc-framework-Cocoa==2.5.1
pyobjc-framework-OpenDirectory==2.5.1
python-dateutil==2.2
python-ldap==2.4.15
pytz==2014.2
q==2.4
setproctitle==1.1.8
six==1.6.1
sqlparse==0.1.2
-e svn+http://svn.calendarserver.org/repository/calendarserver/twext/trunk@13380#egg=twextpy-0.1b.trunk_r13380-py2.7-dev_r13380
wsgiref==0.1.2
xattr==0.7.5
zope.interface==4.1.1
macosforgebot commented 10 years ago

_joyghosh001@… originally submitted this as comment:5:⁠ticket:850

macosforgebot commented 10 years ago

@wsanchez originally submitted this as comment:6:⁠ticket:850


sqlparse==0.1.2 is the problem. We now require sqlparse>=0.1.11.

What's unclear is why that didn't update itself.

macosforgebot commented 10 years ago

@wsanchez originally submitted this as comment:7:⁠ticket:850


Joy, if you delete CalendarServer.egg-info, does that fix things?

macosforgebot commented 10 years ago

_joyghosh001@… originally submitted this as comment:8:⁠ticket:850


Hi,sorry was away for a while. Deleting CalendarServer.egg-info doesn't solve the problem. I tried to checkout a fresh version of CalendarServer. When I run ./bin/develop, I get the following log:

./CalendarServer/trunk/bin/develop

Using system version of OpenSSL.

Using system version of libffi.

Using system version of OpenLDAP.

Using system version of SASL.

Using system version of memcached.

Using system version of Postgres.

Downloading pip-1.5.4

% Total % Received % Xferd Average Speed Time Time Time Current

Dload Upload Total Spent Left Speed

0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0x pip-1.5.4/

x pip-1.5.4/AUTHORS.txt x pip-1.5.4/CHANGES.txt x pip-1.5.4/docs/ x pip-1.5.4/docs/configuration.rst x pip-1.5.4/docs/cookbook.rst x pip-1.5.4/docs/development.rst x pip-1.5.4/docs/distribute_setuptools.rst x pip-1.5.4/docs/index.rst x pip-1.5.4/docs/installing.rst x pip-1.5.4/docs/logic.rst x pip-1.5.4/docs/news.rst x pip-1.5.4/docs/quickstart.rst x pip-1.5.4/docs/reference/ x pip-1.5.4/docs/reference/index.rst x pip-1.5.4/docs/reference/pip.rst x pip-1.5.4/docs/reference/pip_freeze.rst x pip-1.5.4/docs/reference/pip_install.rst x pip-1.5.4/docs/reference/pip_list.rst x pip-1.5.4/docs/reference/pip_search.rst x pip-1.5.4/docs/reference/pip_show.rst x pip-1.5.4/docs/reference/pip_uninstall.rst x pip-1.5.4/docs/reference/pip_wheel.rst x pip-1.5.4/docs/usage.rst x pip-1.5.4/docs/user_guide.rst x pip-1.5.4/LICENSE.txt x pip-1.5.4/MANIFEST.in x pip-1.5.4/pip/ x pip-1.5.4/pip/init.py x pip-1.5.4/pip/main.py x pip-1.5.4/pip/_vendor/ x pip-1.5.4/pip/_vendor/init.py x pip-1.5.4/pip/_vendor/_markerlib/ x pip-1.5.4/pip/_vendor/_markerlib/init.py x pip-1.5.4/pip/_vendor/_markerlib/markers.py x pip-1.5.4/pip/_vendor/colorama/ x pip-1.5.4/pip/_vendor/colorama/init.py x pip-1.5.4/pip/_vendor/colorama/ansi.py x pip-1.5.4/pip/_vendor/colorama/ansitowin32.py x pip-1.5.4/pip/_vendor/colorama/initialise.py x pip-1.5.4/pip/_vendor/colorama/win32.py x pip-1.5.4/pip/_vendor/colorama/winterm.py x pip-1.5.4/pip/_vendor/distlib/ x pip-1.5.4/pip/_vendor/distlib/init.py x pip-1.5.4/pip/_vendor/distlib/_backport/ x pip-1.5.4/pip/_vendor/distlib/_backport/init.py x pip-1.5.4/pip/_vendor/distlib/_backport/misc.py x pip-1.5.4/pip/_vendor/distlib/_backport/shutil.py x pip-1.5.4/pip/_vendor/distlib/_backport/sysconfig.cfg x pip-1.5.4/pip/_vendor/distlib/_backport/sysconfig.py x pip-1.5.4/pip/_vendor/distlib/_backport/tarfile.py x pip-1.5.4/pip/_vendor/distlib/compat.py x pip-1.5.4/pip/_vendor/distlib/database.py x pip-1.5.4/pip/_vendor/distlib/index.py x pip-1.5.4/pip/_vendor/distlib/locators.py x pip-1.5.4/pip/_vendor/distlib/manifest.py x pip-1.5.4/pip/_vendor/distlib/markers.py x pip-1.5.4/pip/_vendor/distlib/metadata.py x pip-1.5.4/pip/_vendor/distlib/resources.py x pip-1.5.4/pip/_vendor/distlib/scripts.py x pip-1.5.4/pip/_vendor/distlib/t32.exe

19 1056k 19 208k 0 0 114k 0 0:00:09 0:00:01 0:00:08 114k

x pip-1.5.4/pip/_vendor/distlib/util.py x pip-1.5.4/pip/_vendor/distlib/version.py x pip-1.5.4/pip/_vendor/distlib/w32.exe x pip-1.5.4/pip/_vendor/distlib/w64.exe x pip-1.5.4/pip/_vendor/distlib/wheel.py x pip-1.5.4/pip/_vendor/html5lib/ x pip-1.5.4/pip/_vendor/html5lib/init.py x pip-1.5.4/pip/_vendor/html5lib/constants.py x pip-1.5.4/pip/_vendor/html5lib/filters/ x pip-1.5.4/pip/_vendor/html5lib/filters/init.py x pip-1.5.4/pip/_vendor/html5lib/filters/_base.py x pip-1.5.4/pip/_vendor/html5lib/filters/alphabeticalattributes.py x pip-1.5.4/pip/_vendor/html5lib/filters/inject_meta_charset.py x pip-1.5.4/pip/_vendor/html5lib/filters/lint.py x pip-1.5.4/pip/_vendor/html5lib/filters/optionaltags.py x pip-1.5.4/pip/_vendor/html5lib/filters/sanitizer.py x pip-1.5.4/pip/_vendor/html5lib/filters/whitespace.py x pip-1.5.4/pip/_vendor/html5lib/html5parser.py x pip-1.5.4/pip/_vendor/html5lib/ihatexml.py x pip-1.5.4/pip/_vendor/html5lib/inputstream.py x pip-1.5.4/pip/_vendor/html5lib/sanitizer.py x pip-1.5.4/pip/_vendor/html5lib/serializer/ x pip-1.5.4/pip/_vendor/html5lib/serializer/init.py x pip-1.5.4/pip/_vendor/html5lib/serializer/htmlserializer.py

39 1056k 39 416k 0 0 147k 0 0:00:07 0:00:02 0:00:05 147k

x pip-1.5.4/pip/_vendor/html5lib/treebuilders/ x pip-1.5.4/pip/_vendor/html5lib/treebuilders/init.py x pip-1.5.4/pip/_vendor/html5lib/treebuilders/_base.py x pip-1.5.4/pip/_vendor/html5lib/treebuilders/dom.py x pip-1.5.4/pip/_vendor/html5lib/treebuilders/etree.py x pip-1.5.4/pip/_vendor/html5lib/treebuilders/etree_lxml.py x pip-1.5.4/pip/_vendor/html5lib/treewalkers/ x pip-1.5.4/pip/_vendor/html5lib/treewalkers/init.py x pip-1.5.4/pip/_vendor/html5lib/treewalkers/_base.py x pip-1.5.4/pip/_vendor/html5lib/treewalkers/dom.py x pip-1.5.4/pip/_vendor/html5lib/treewalkers/etree.py x pip-1.5.4/pip/_vendor/html5lib/treewalkers/genshistream.py x pip-1.5.4/pip/_vendor/html5lib/treewalkers/lxmletree.py x pip-1.5.4/pip/_vendor/html5lib/treewalkers/pulldom.py x pip-1.5.4/pip/_vendor/html5lib/trie/ x pip-1.5.4/pip/_vendor/html5lib/trie/init.py x pip-1.5.4/pip/_vendor/html5lib/trie/_base.py x pip-1.5.4/pip/_vendor/html5lib/trie/datrie.py x pip-1.5.4/pip/_vendor/html5lib/trie/py.py x pip-1.5.4/pip/_vendor/html5lib/utils.py x pip-1.5.4/pip/_vendor/pkg_resources.py x pip-1.5.4/pip/_vendor/re-vendor.py x pip-1.5.4/pip/_vendor/requests/ x pip-1.5.4/pip/_vendor/requests/init.py x pip-1.5.4/pip/_vendor/requests/adapters.py x pip-1.5.4/pip/_vendor/requests/api.py x pip-1.5.4/pip/_vendor/requests/auth.py

56 1056k 56 601k 0 0 157k 0 0:00:06 0:00:03 0:00:03 157k

x pip-1.5.4/pip/_vendor/requests/certs.py x pip-1.5.4/pip/_vendor/requests/compat.py x pip-1.5.4/pip/_vendor/requests/cookies.py x pip-1.5.4/pip/_vendor/requests/exceptions.py x pip-1.5.4/pip/_vendor/requests/hooks.py x pip-1.5.4/pip/_vendor/requests/models.py x pip-1.5.4/pip/_vendor/requests/packages/ x pip-1.5.4/pip/_vendor/requests/packages/init.py x pip-1.5.4/pip/_vendor/requests/packages/charade/ x pip-1.5.4/pip/_vendor/requests/packages/charade/init.py x pip-1.5.4/pip/_vendor/requests/packages/charade/main.py x pip-1.5.4/pip/_vendor/requests/packages/charade/big5freq.py x pip-1.5.4/pip/_vendor/requests/packages/charade/big5prober.py x pip-1.5.4/pip/_vendor/requests/packages/charade/chardistribution.py x pip-1.5.4/pip/_vendor/requests/packages/charade/charsetgroupprober.py x pip-1.5.4/pip/_vendor/requests/packages/charade/charsetprober.py x pip-1.5.4/pip/_vendor/requests/packages/charade/codingstatemachine.py x pip-1.5.4/pip/_vendor/requests/packages/charade/compat.py x pip-1.5.4/pip/_vendor/requests/packages/charade/constants.py x pip-1.5.4/pip/_vendor/requests/packages/charade/cp949prober.py x pip-1.5.4/pip/_vendor/requests/packages/charade/escprober.py x pip-1.5.4/pip/_vendor/requests/packages/charade/escsm.py x pip-1.5.4/pip/_vendor/requests/packages/charade/eucjpprober.py x pip-1.5.4/pip/_vendor/requests/packages/charade/euckrfreq.py x pip-1.5.4/pip/_vendor/requests/packages/charade/euckrprober.py x pip-1.5.4/pip/_vendor/requests/packages/charade/euctwfreq.py x pip-1.5.4/pip/_vendor/requests/packages/charade/euctwprober.py x pip-1.5.4/pip/_vendor/requests/packages/charade/gb2312freq.py x pip-1.5.4/pip/_vendor/requests/packages/charade/gb2312prober.py x pip-1.5.4/pip/_vendor/requests/packages/charade/hebrewprober.py x pip-1.5.4/pip/_vendor/requests/packages/charade/jisfreq.py x pip-1.5.4/pip/_vendor/requests/packages/charade/jpcntx.py x pip-1.5.4/pip/_vendor/requests/packages/charade/langbulgarianmodel.py x pip-1.5.4/pip/_vendor/requests/packages/charade/langcyrillicmodel.py x pip-1.5.4/pip/_vendor/requests/packages/charade/langgreekmodel.py x pip-1.5.4/pip/_vendor/requests/packages/charade/langhebrewmodel.py x pip-1.5.4/pip/_vendor/requests/packages/charade/langhungarianmodel.py x pip-1.5.4/pip/_vendor/requests/packages/charade/langthaimodel.py x pip-1.5.4/pip/_vendor/requests/packages/charade/latin1prober.py x pip-1.5.4/pip/_vendor/requests/packages/charade/mbcharsetprober.py x pip-1.5.4/pip/_vendor/requests/packages/charade/mbcsgroupprober.py x pip-1.5.4/pip/_vendor/requests/packages/charade/mbcssm.py x pip-1.5.4/pip/_vendor/requests/packages/charade/sbcharsetprober.py x pip-1.5.4/pip/_vendor/requests/packages/charade/sbcsgroupprober.py x pip-1.5.4/pip/_vendor/requests/packages/charade/sjisprober.py x pip-1.5.4/pip/_vendor/requests/packages/charade/universaldetector.py x pip-1.5.4/pip/_vendor/requests/packages/charade/utf8prober.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/ x pip-1.5.4/pip/_vendor/requests/packages/chardet/init.py

76 1056k 76 808k 0 0 167k 0 0:00:06 0:00:04 0:00:02 167k

x pip-1.5.4/pip/_vendor/requests/packages/chardet/big5prober.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/chardetect.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/chardistribution.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/charsetgroupprober.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/charsetprober.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/codingstatemachine.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/compat.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/constants.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/cp949prober.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/escprober.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/escsm.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/eucjpprober.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/euckrfreq.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/euckrprober.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/euctwfreq.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/euctwprober.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/gb2312freq.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/gb2312prober.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/hebrewprober.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/jisfreq.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/jpcntx.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/langbulgarianmodel.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/langcyrillicmodel.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/langgreekmodel.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/langhebrewmodel.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/langhungarianmodel.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/langthaimodel.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/latin1prober.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/mbcharsetprober.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/mbcsgroupprober.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/mbcssm.py

88 1056k 88 936k 0 0 159k 0 0:00:06 0:00:05 0:00:01 186k

x pip-1.5.4/pip/_vendor/requests/packages/chardet/sbcsgroupprober.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/sjisprober.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/universaldetector.py x pip-1.5.4/pip/_vendor/requests/packages/chardet/utf8prober.py x pip-1.5.4/pip/_vendor/requests/packages/urllib3/ x pip-1.5.4/pip/_vendor/requests/packages/urllib3/init.py x pip-1.5.4/pip/_vendor/requests/packages/urllib3/_collections.py x pip-1.5.4/pip/_vendor/requests/packages/urllib3/connection.py x pip-1.5.4/pip/_vendor/requests/packages/urllib3/connectionpool.py x pip-1.5.4/pip/_vendor/requests/packages/urllib3/contrib/ x pip-1.5.4/pip/_vendor/requests/packages/urllib3/contrib/init.py x pip-1.5.4/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py x pip-1.5.4/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py x pip-1.5.4/pip/_vendor/requests/packages/urllib3/exceptions.py x pip-1.5.4/pip/_vendor/requests/packages/urllib3/fields.py x pip-1.5.4/pip/_vendor/requests/packages/urllib3/filepost.py x pip-1.5.4/pip/_vendor/requests/packages/urllib3/packages/ x pip-1.5.4/pip/_vendor/requests/packages/urllib3/packages/init.py x pip-1.5.4/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py x pip-1.5.4/pip/_vendor/requests/packages/urllib3/packages/six.py x pip-1.5.4/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/ x pip-1.5.4/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/init.py x pip-1.5.4/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py x pip-1.5.4/pip/_vendor/requests/packages/urllib3/poolmanager.py x pip-1.5.4/pip/_vendor/requests/packages/urllib3/request.py x pip-1.5.4/pip/_vendor/requests/packages/urllib3/response.py x pip-1.5.4/pip/_vendor/requests/packages/urllib3/util.py x pip-1.5.4/pip/_vendor/requests/sessions.py x pip-1.5.4/pip/_vendor/requests/status_codes.py x pip-1.5.4/pip/_vendor/requests/structures.py x pip-1.5.4/pip/_vendor/requests/utils.py x pip-1.5.4/pip/_vendor/six.py x pip-1.5.4/pip/backwardcompat/ x pip-1.5.4/pip/backwardcompat/init.py x pip-1.5.4/pip/basecommand.py x pip-1.5.4/pip/baseparser.py x pip-1.5.4/pip/cmdoptions.py x pip-1.5.4/pip/commands/ x pip-1.5.4/pip/commands/init.py x pip-1.5.4/pip/commands/bundle.py x pip-1.5.4/pip/commands/completion.py x pip-1.5.4/pip/commands/freeze.py x pip-1.5.4/pip/commands/help.py x pip-1.5.4/pip/commands/install.py x pip-1.5.4/pip/commands/list.py x pip-1.5.4/pip/commands/search.py x pip-1.5.4/pip/commands/show.py x pip-1.5.4/pip/commands/uninstall.py x pip-1.5.4/pip/commands/unzip.py x pip-1.5.4/pip/commands/wheel.py x pip-1.5.4/pip/commands/zip.py x pip-1.5.4/pip/download.py x pip-1.5.4/pip/exceptions.py x pip-1.5.4/pip/index.py x pip-1.5.4/pip/locations.py x pip-1.5.4/pip/log.py x pip-1.5.4/pip/pep425tags.py 100 1056k 100 1056k 0 0 152k 0 0:00:06 0:00:06 --:--:-- 155k

x pip-1.5.4/pip/runner.py x pip-1.5.4/pip/status_codes.py x pip-1.5.4/pip/util.py x pip-1.5.4/pip/vcs/ x pip-1.5.4/pip/vcs/init.py x pip-1.5.4/pip/vcs/bazaar.py x pip-1.5.4/pip/vcs/git.py x pip-1.5.4/pip/vcs/mercurial.py x pip-1.5.4/pip/vcs/subversion.py x pip-1.5.4/pip/wheel.py x pip-1.5.4/pip.egg-info/ x pip-1.5.4/pip.egg-info/dependency_links.txt x pip-1.5.4/pip.egg-info/entry_points.txt x pip-1.5.4/pip.egg-info/not-zip-safe x pip-1.5.4/pip.egg-info/PKG-INFO x pip-1.5.4/pip.egg-info/requires.txt x pip-1.5.4/pip.egg-info/SOURCES.txt x pip-1.5.4/pip.egg-info/top_level.txt x pip-1.5.4/PKG-INFO x pip-1.5.4/PROJECT.txt x pip-1.5.4/README.rst x pip-1.5.4/setup.cfg x pip-1.5.4/setup.py running install error: must supply either prefix/exec-prefix/home or install-base/install-platbase -- not both

Do you have any clue? Looking forward for a reply.

macosforgebot commented 9 years ago

@wsanchez originally submitted this as comment:10:⁠ticket:850


Still no clue. We don't have any developers using Windows, so there's nobody to debug this, sorry.