[Python CONDA error] cache entry design failed, entry ignored error resolution

when conda is used to install the environment, the following error is reported:
Cache entry deserialization failed, entry ignored

solution:
update PIP version: python-m PIP install –upgrade PIP

Read More: