-
Notifications
You must be signed in to change notification settings - Fork 5
Description
(py36) w@s-MacBook-Air MAGNN % python magnn.py
WARNING:tensorflow:From /Users/w/Library/Python/3.11/lib/python/site-packages/tensorflow/python/compat/v2_compat.py:98: disable_resource_variables (from tensorflow.python.ops.resource_variables_toggle) is deprecated and will be removed in a future version.
Instructions for updating:
non-resource variables are not supported in the long term
Traceback (most recent call last):
File "/Users/w/Dev projects 240310/240715 MAGNN/MAGNN/magnn.py", line 1, in
from model.magnn_model import train_magnn_embedding
File "/Users/w/Dev projects 240310/240715 MAGNN/MAGNN/model/magnn_model.py", line 10, in
from model.price_lstm_embedding import get_price_embedding_df
File "/Users/w/Dev projects 240310/240715 MAGNN/MAGNN/model/price_lstm_embedding.py", line 12, in
from prepossessing.data_prepare import get_price_segment
File "/Users/w/Dev projects 240310/240715 MAGNN/MAGNN/prepossessing/data_prepare.py", line 106, in
from embedding_as_service.text.encode import Encoder
ModuleNotFoundError: No module named 'embedding_as_service'