Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.14 KB | None | 0 0
  1. A 2019-07-23T08:15:23.482880382Z TypeError: descriptor '__subclasses__' of 'type' object needs an argument
  2. A 2019-07-23T08:16:25.426250508Z Traceback (most recent call last):
  3. A 2019-07-23T08:16:25.426350946Z File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main
  4. A 2019-07-23T08:16:25.426377011Z "__main__", mod_spec)
  5. A 2019-07-23T08:16:25.426400466Z File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
  6. A 2019-07-23T08:16:25.426422873Z exec(code, run_globals)
  7. A 2019-07-23T08:16:25.426442840Z File "/code/beta1/main.py", line 12, in <module>
  8. A 2019-07-23T08:16:25.426463878Z from processing import AiService, make_config, add_arguments as ai_arguments
  9. A 2019-07-23T08:16:25.426488954Z File "/code/beta1/processing/__init__.py", line 1, in <module>
  10. A 2019-07-23T08:16:25.426511164Z from .aiservice import AiService
  11. A 2019-07-23T08:16:25.426531296Z File "/code/beta1/processing/aiservice.py", line 25, in <module>
  12. A 2019-07-23T08:16:25.426553212Z from core.anomality import anomaly_service
  13. A 2019-07-23T08:16:25.426572727Z File "/code/beta1/core/anomality/__init__.py", line 2, in <module>
  14. A 2019-07-23T08:16:25.426593127Z from .anomaly_worker import worker as worker
  15. A 2019-07-23T08:16:25.426613040Z File "/code/beta1/core/anomality/anomaly_worker.py", line 3, in <module>
  16. A 2019-07-23T08:16:25.426633629Z import tensorflow as tf
  17. A 2019-07-23T08:16:25.426653113Z File "/usr/local/lib/python3.5/dist-packages/tensorflow/__init__.py", line 24, in <module>
  18. A 2019-07-23T08:16:25.426674514Z from tensorflow.python import * # pylint: disable=redefined-builtin
  19. A 2019-07-23T08:16:25.426695577Z File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/__init__.py", line 82, in <module>
  20. A 2019-07-23T08:16:25.426716295Z from tensorflow.python.estimator import estimator_lib as estimator
  21. A 2019-07-23T08:16:25.426735665Z File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/estimator/estimator_lib.py", line 37, in <module>
  22. A 2019-07-23T08:16:25.426758757Z from tensorflow.python.estimator.inputs import inputs
  23. A 2019-07-23T08:16:25.426778355Z File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/estimator/inputs/inputs.py", line 22, in <module>
  24. A 2019-07-23T08:16:25.426798814Z from tensorflow.python.estimator.inputs.numpy_io import numpy_input_fn
  25. A 2019-07-23T08:16:25.426817942Z File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/estimator/inputs/numpy_io.py", line 26, in <module>
  26. A 2019-07-23T08:16:25.426838789Z from tensorflow.python.estimator.inputs.queues import feeding_functions
  27. A 2019-07-23T08:16:25.426858148Z File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/estimator/inputs/queues/feeding_functions.py", line 40, in <module>
  28. A 2019-07-23T08:16:25.426879429Z import pandas as pd
  29. A 2019-07-23T08:16:25.426898486Z File "/usr/local/lib/python3.5/dist-packages/pandas/__init__.py", line 55, in <module>
  30. A 2019-07-23T08:16:25.426918737Z from pandas.core.api import (
  31. A 2019-07-23T08:16:25.426938843Z File "/usr/local/lib/python3.5/dist-packages/pandas/core/api.py", line 5, in <module>
  32. A 2019-07-23T08:16:25.426959585Z from pandas.core.arrays.integer import (
  33. A 2019-07-23T08:16:25.426978685Z File "/usr/local/lib/python3.5/dist-packages/pandas/core/arrays/__init__.py", line 1, in <module>
  34. A 2019-07-23T08:16:25.426998667Z from .array_ import array # noqa: F401
  35. A 2019-07-23T08:16:25.427019931Z File "/usr/local/lib/python3.5/dist-packages/pandas/core/arrays/array_.py", line 7, in <module>
  36. A 2019-07-23T08:16:25.427041711Z from pandas.core.dtypes.common import (
  37. A 2019-07-23T08:16:25.427061181Z File "/usr/local/lib/python3.5/dist-packages/pandas/core/dtypes/common.py", line 11, in <module>
  38. A 2019-07-23T08:16:25.427081335Z from pandas.core.dtypes.dtypes import (
  39. A 2019-07-23T08:16:25.427101681Z File "/usr/local/lib/python3.5/dist-packages/pandas/core/dtypes/dtypes.py", line 53, in <module>
  40. A 2019-07-23T08:16:25.427122259Z class Registry:
  41. A 2019-07-23T08:16:25.427140778Z File "/usr/local/lib/python3.5/dist-packages/pandas/core/dtypes/dtypes.py", line 84, in Registry
  42. A 2019-07-23T08:16:25.427160711Z self, dtype: Union[Type[ExtensionDtype], str]
  43. A 2019-07-23T08:16:25.427180883Z File "/usr/lib/python3.5/typing.py", line 552, in __getitem__
  44. A 2019-07-23T08:16:25.427200630Z dict(self.__dict__), parameters, _root=True)
  45. A 2019-07-23T08:16:25.427219762Z File "/usr/lib/python3.5/typing.py", line 512, in __new__
  46. A 2019-07-23T08:16:25.427239334Z for t2 in all_params - {t1} if not isinstance(t2, TypeVar)):
  47. A 2019-07-23T08:16:25.427258278Z File "/usr/lib/python3.5/typing.py", line 512, in <genexpr>
  48. A 2019-07-23T08:16:25.427280419Z for t2 in all_params - {t1} if not isinstance(t2, TypeVar)):
  49. A 2019-07-23T08:16:25.427300671Z File "/usr/lib/python3.5/typing.py", line 1077, in __subclasscheck__
  50. A 2019-07-23T08:16:25.427320984Z if super().__subclasscheck__(cls):
  51. A 2019-07-23T08:16:25.427340270Z File "/usr/lib/python3.5/abc.py", line 225, in __subclasscheck__
  52. A 2019-07-23T08:16:25.427360861Z for scls in cls.__subclasses__():
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement