Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. use local_settings
  2. [22/Feb/2018 18:43:26] WARNING  No module named 'win32print'
  3. /Users/dd/projects/gocream/nike/mercurial_photobooth/local_backend/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
  4.   from ._conv import register_converters as _register_converters
  5. Using TensorFlow backend.
  6. Traceback (most recent call last):
  7.   File "./start.py", line 5, in <module>
  8.     from server import app
  9.   File "/Users/dd/projects/gocream/nike/mercurial_photobooth/local_backend/server/__init__.py", line 49, in <module>
  10.     from . import views
  11.   File "/Users/dd/projects/gocream/nike/mercurial_photobooth/local_backend/server/views.py", line 16, in <module>
  12.     from .utils import photo_processing
  13.   File "/Users/dd/projects/gocream/nike/mercurial_photobooth/local_backend/server/utils/photo_processing.py", line 13, in <module>
  14.     from .crfrnn import crfrnn_model
  15.   File "/Users/dd/projects/gocream/nike/mercurial_photobooth/local_backend/server/utils/crfrnn/crfrnn_model.py", line 28, in <module>
  16.     from .crfrnn_layer import CrfRnnLayer
  17.   File "/Users/dd/projects/gocream/nike/mercurial_photobooth/local_backend/server/utils/crfrnn/crfrnn_layer.py", line 28, in <module>
  18.     from .high_dim_filter_loader import custom_module
  19.   File "/Users/dd/projects/gocream/nike/mercurial_photobooth/local_backend/server/utils/crfrnn/high_dim_filter_loader.py", line 30, in <module>
  20.     custom_module = tf.load_op_library(os.path.join(os.path.dirname(__file__), 'cpp', 'high_dim_filter.so'))
  21.   File "/Users/dd/projects/gocream/nike/mercurial_photobooth/local_backend/lib/python3.6/site-packages/tensorflow/python/framework/load_library.py", line 56, in load_op_library
  22.     lib_handle = py_tf.TF_LoadLibrary(library_filename, status)
  23.   File "/Users/dd/projects/gocream/nike/mercurial_photobooth/local_backend/lib/python3.6/site-packages/tensorflow/python/framework/errors_impl.py", line 473, in __exit__
  24.     c_api.TF_GetCode(self.status.status))
  25. tensorflow.python.framework.errors_impl.NotFoundError: dlopen(/Users/dd/projects/gocream/nike/mercurial_photobooth/local_backend/server/utils/crfrnn/cpp/high_dim_filter.so, 6): no suitable image found.  Did find:
  26.     /Users/dd/projects/gocream/nike/mercurial_photobooth/local_backend/server/utils/crfrnn/cpp/high_dim_filter.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x00
  27.     /Users/dd/projects/gocream/nike/mercurial_photobooth/local_backend/server/utils/crfrnn/cpp/high_dim_filter.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement