Open MeArpanGhosh opened 9 months ago
I have a similar case. Has any solution been found for this ?
I installed from Github instead of pip install and it worked for me.
Hi, Thanks for your suggestion. I have now successfully installed the eleanor module as you mentioned before. However, while I am trying to replicate the quickstart guide ( https://eleanor.readthedocs.io/en/latest/getting_started/tutorial.html ), I am running into following problem :
OSError Traceback (most recent call last)
Hi, I installed Eleanor. While importing the module I am facing the following error
Traceback (most recent call last): File "", line 1, in
File "/home/arpan/anaconda3/envs/tess/lib/python3.7/site-packages/eleanor/init.py", line 5, in
from .eleanor import
File "/home/arpan/anaconda3/envs/tess/lib/python3.7/site-packages/eleanor/eleanor.py", line 3, in
from .targetdata import TargetData
File "/home/arpan/anaconda3/envs/tess/lib/python3.7/site-packages/eleanor/targetdata.py", line 25, in
import tensorflow as tf
File "/home/arpan/anaconda3/envs/tess/lib/python3.7/site-packages/tensorflow/init.py", line 99, in
from tensorflow_core import
File "/home/arpan/anaconda3/envs/tess/lib/python3.7/site-packages/tensorflow_core/init.py", line 28, in
from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import
File "", line 1019, in _handle_fromlist
File "/home/arpan/anaconda3/envs/tess/lib/python3.7/site-packages/tensorflow/init.py", line 50, in getattr
module = self._load()
File "/home/arpan/anaconda3/envs/tess/lib/python3.7/site-packages/tensorflow/init.py", line 44, in _load
module = _importlib.import_module(self.name)
File "/home/arpan/anaconda3/envs/tess/lib/python3.7/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "/home/arpan/anaconda3/envs/tess/lib/python3.7/site-packages/tensorflow_core/python/init.py", line 52, in
from tensorflow.core.framework.graph_pb2 import *
File "/home/arpan/anaconda3/envs/tess/lib/python3.7/site-packages/tensorflow_core/core/framework/graph_pb2.py", line 16, in
from tensorflow.core.framework import node_def_pb2 as tensorflow_dot_core_dot_framework_dot_nodedefpb2
File "/home/arpan/anaconda3/envs/tess/lib/python3.7/site-packages/tensorflow_core/core/framework/node_def_pb2.py", line 16, in
from tensorflow.core.framework import attr_value_pb2 as tensorflow_dot_core_dot_framework_dot_attrvaluepb2
File "/home/arpan/anaconda3/envs/tess/lib/python3.7/site-packages/tensorflow_core/core/framework/attr_value_pb2.py", line 16, in
from tensorflow.core.framework import tensor_pb2 as tensorflow_dot_core_dot_framework_dot_tensorpb2
File "/home/arpan/anaconda3/envs/tess/lib/python3.7/site-packages/tensorflow_core/core/framework/tensor_pb2.py", line 16, in
from tensorflow.core.framework import resource_handle_pb2 as tensorflow_dot_core_dot_framework_dot_resource handle__pb2
File "/home/arpan/anaconda3/envs/tess/lib/python3.7/site-packages/tensorflow_core/core/framework/resource_handle_pb2.py", line 16, in
from tensorflow.core.framework import tensor_shape_pb2 as tensorflow_dot_core_dot_framework_dot_tensorshapepb2
File "/home/arpan/anaconda3/envs/tess/lib/python3.7/site-packages/tensorflow_core/core/framework/tensor_shape_pb2.py", line 42, in
serialized_options=None, file=DESCRIPTOR),
File "/home/arpan/anaconda3/envs/tess/lib/python3.7/site-packages/google/protobuf/descriptor.py", line 561, in new
_message.Message._CheckCalledFromGeneratedFile()
TypeError: Descriptors cannot not be created directly.
If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
If you cannot immediately regenerate your protos, some other possible workarounds are:
More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
My python version is Python 3.7.16. Please help