-
Notifications
You must be signed in to change notification settings - Fork 599
Description
Dear dp developers,
I'm trying to install the python interface of deepmd-kit only. I noted that someone had the similar issue: #557, and I thought it could be the tensorflow's bug. But I couldn't solve it even if I tried the solutions given here: tensorflow/text#385
I created an empty conda environment first, and set the python version to be 3.8.
Then, I installed tensorflow-cpu (2.5.0) and deepmd-kit 1.3.3 using pip command: pip install tensorflow-cpu/deepmd-kit .
But the dp can not run properly:

The problem was solved when I switched to deepmd-kit 1.3.4 using
'pip install git+https://github.com/deepmodeling/deepmd-kit', instead of simply 'pip install deepmd-kit'.
Update the deepmd-kit wheel may prevent similar problems in the future.
Thanks.