Closed PareshKamble closed 3 years ago
Hey, what version of Python do you use? (I suspect it comes from a Python version below 3.7). Please try with Python >=3.8 and let me know if that solves your issue.
Hi, I am using Python 3.8.9.
My bad I told you the wrong version. Can you try with Python 3.7? This should solve the issue (we had the same problem during testing a few month ago)
Sure. I shall give it a try asap. Thanks
@DonsetPG it worked. Thanks.
Could you kindly provide some guidance as to how I could update the model to be compatible with Python 3.10?
When I try to run _modelsexamples.ipynb in my local machine, I get the above said error. It usually happens in the line
deep_homo_model = DeepHomoModel()
I installed all the requirements. What can be the possible source of error here?
Sorry for this long error.