Advertisement
Guest User

Untitled

a guest
Sep 17th, 2020
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.82 KB | None | 0 0
  1. 2020-09-17 05:17:25,013: Error running WSGI application
  2. 2020-09-17 05:17:25,016: tensorflow.python.util.tf_export.SymbolAlreadyExposedError: Symbol name_scope_v1 is already exposed as ().
  3. 2020-09-17 05:17:25,019: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/django/core/handlers/wsgi.py", line 133, in __call__
  4. 2020-09-17 05:17:25,019: response = self.get_response(request)
  5. 2020-09-17 05:17:25,019:
  6. 2020-09-17 05:17:25,019: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/django/core/handlers/base.py", line 128, in get_response
  7. 2020-09-17 05:17:25,020: response = self._middleware_chain(request)
  8. 2020-09-17 05:17:25,020:
  9. 2020-09-17 05:17:25,020: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/django/core/handlers/exception.py", line 49, in inner
  10. 2020-09-17 05:17:25,020: response = response_for_exception(request, exc)
  11. 2020-09-17 05:17:25,020:
  12. 2020-09-17 05:17:25,020: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/django/core/handlers/exception.py", line 103, in response_for_exception
  13. 2020-09-17 05:17:25,021: response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info())
  14. 2020-09-17 05:17:25,021:
  15. 2020-09-17 05:17:25,021: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/django/core/handlers/exception.py", line 141, in handle_uncaught_exception
  16. 2020-09-17 05:17:25,021: callback, param_dict = resolver.resolve_error_handler(500)
  17. 2020-09-17 05:17:25,021:
  18. 2020-09-17 05:17:25,021: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/django/urls/resolvers.py", line 602, in resolve_error_handler
  19. 2020-09-17 05:17:25,021: callback = getattr(self.urlconf_module, 'handler%s' % view_type, None)
  20. 2020-09-17 05:17:25,022:
  21. 2020-09-17 05:17:25,022: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/django/utils/functional.py", line 48, in __get__
  22. 2020-09-17 05:17:25,022: res = instance.__dict__[self.name] = self.func(instance)
  23. 2020-09-17 05:17:25,022:
  24. 2020-09-17 05:17:25,022: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/django/urls/resolvers.py", line 582, in urlconf_module
  25. 2020-09-17 05:17:25,022: return import_module(self.urlconf_name)
  26. 2020-09-17 05:17:25,022:
  27. 2020-09-17 05:17:25,023: File "/home/anush123/sample/mysite/urls.py", line 22, in <module>
  28. 2020-09-17 05:17:25,023: path('',include('transfer.urls'))
  29. 2020-09-17 05:17:25,023:
  30. 2020-09-17 05:17:25,023: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/django/urls/conf.py", line 34, in include
  31. 2020-09-17 05:17:25,023: urlconf_module = import_module(urlconf_module)
  32. 2020-09-17 05:17:25,023:
  33. 2020-09-17 05:17:25,023: File "/home/anush123/sample/transfer/urls.py", line 2, in <module>
  34. 2020-09-17 05:17:25,024: from . import views
  35. 2020-09-17 05:17:25,024:
  36. 2020-09-17 05:17:25,024: File "/home/anush123/sample/transfer/views.py", line 5, in <module>
  37. 2020-09-17 05:17:25,024: import tensorflow as tf
  38. 2020-09-17 05:17:25,024:
  39. 2020-09-17 05:17:25,024: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/tensorflow/__init__.py", line 41, in <module>
  40. 2020-09-17 05:17:25,025: from tensorflow.python.tools import module_util as _module_util
  41. 2020-09-17 05:17:25,025:
  42. 2020-09-17 05:17:25,025: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/tensorflow/python/__init__.py", line 47, in <module>
  43. 2020-09-17 05:17:25,025: from tensorflow.python import keras
  44. 2020-09-17 05:17:25,025:
  45. 2020-09-17 05:17:25,025: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/tensorflow/python/keras/__init__.py", line 27, in <module>
  46. 2020-09-17 05:17:25,025: from tensorflow.python.keras import models
  47. 2020-09-17 05:17:25,028:
  48. 2020-09-17 05:17:25,028: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/tensorflow/python/keras/models.py", line 23, in <module>
  49. 2020-09-17 05:17:25,028: from tensorflow.python.keras import backend as K
  50. 2020-09-17 05:17:25,029:
  51. 2020-09-17 05:17:25,029: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/tensorflow/python/keras/backend.py", line 915, in <module>
  52. 2020-09-17 05:17:25,029: keras_export(v1=['keras.backend.name_scope'])(ops.name_scope_v1)
  53. 2020-09-17 05:17:25,029:
  54. 2020-09-17 05:17:25,029: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/tensorflow/python/util/tf_export.py", line 340, in __call__
  55. 2020-09-17 05:17:25,029: self.set_attr(undecorated_func, api_names_attr, self._names)
  56. 2020-09-17 05:17:25,029:
  57. 2020-09-17 05:17:25,030: File "/home/anush123/.virtualenvs/myenv/lib/python3.7/site-packages/tensorflow/python/util/tf_export.py", line 357, in set_attr
  58. 2020-09-17 05:17:25,030: (func.__name__, getattr(func, api_names_attr))) # pylint: disable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement