没有有效的解析器(Play Framework)sbt [错误]

时间:2017-08-28 05:46:17

标签: java playframework sbt

我陷入了使用sbt命令部署Play框架应用程序,即" sbt '-Dsbt.global.base=/opt/.sbt/0.13.13 -Dsbt.ivy.home=/opt/.ivy2 -Dsbt.boot.directory=/opt/.sbt/boot -Dsbt.repository.config=/opt/.sbt/repositories' ‘start -Dconfig.resource=test_application.conf’"。它总是向我显示一个错误,即No valid parser available。我需要帮助。

先谢谢。

1 个答案:

答案 0 :(得分:0)

看起来你的报价错误。尝试改变

       /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/matplotlib/pyplot.py
   in plot(*args, **kwargs)
          3315                       mplDeprecation)
          3316     try:
       -> 3317         ret = ax.plot(*args, **kwargs)
          3318     finally:
          3319         ax._hold = washold

       /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/matplotlib/__init__.py
   in inner(ax, *args, **kwargs)
          1896                     warnings.warn(msg % (label_namer, func.__name__),
          1897                                   RuntimeWarning, stacklevel=2)
       -> 1898             return func(ax, *args, **kwargs)
          1899         pre_doc = inner.__doc__
          1900         if pre_doc is None:

       /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/matplotlib/axes/_axes.py
   in plot(self, *args, **kwargs)
          1404         kwargs = cbook.normalize_kwargs(kwargs, _alias_map)
          1405 
       -> 1406         for line in self._get_lines(*args, **kwargs):
          1407             self.add_line(line)
          1408             lines.append(line)

       /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/matplotlib/axes/_base.py
   in _grab_next_args(self, *args, **kwargs)
           405                 return
           406             if len(remaining) <= 3:
       --> 407                 for seg in self._plot_args(remaining, kwargs):
           408                     yield seg
           409                 return

       /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/matplotlib/axes/_base.py
   in _plot_args(self, tup, kwargs)
           355         ret = []
           356         if len(tup) > 1 and is_string_like(tup[-1]):
       --> 357             linestyle, marker, color = _process_plot_format(tup[-1])
           358             tup = tup[:-1]
           359         elif len(tup) == 3:

       /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/matplotlib/axes/_base.py
   in _process_plot_format(fmt)
            92     # handle the multi char special cases and strip them from the
            93     # string
       ---> 94     if fmt.find('--') >= 0:
            95         linestyle = '--'
            96         fmt = fmt.replace('--', '')

       /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pandas/core/generic.py
   in __getattr__(self, name)
          3079             if name in self._info_axis:
          3080                 return self[name]
       -> 3081             return object.__getattribute__(self, name)
          3082 
          3083     def __setattr__(self, name, value):

       AttributeError: 'Series' object has no attribute 'find'

‘start -Dconfig.resource=test_application.conf’