question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Resolving dependencies... Cache entry deserialization failed, entry ignored

See original GitHub issue
  • I am on the latest Poetry version.
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).
  • OS version and name: MacOS Mojave
  • Poetry version: 1.0.0a2

Issue

Every time I use add, install, update, lock it takes a-lot of time and it also have problem with the cache.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:7

github_iconTop GitHub Comments

10reactions
Kilo59commented, Feb 15, 2019

I’m seeing the same thing, but I’m on Windows10 (Poetry 0.12.11). I should also note that I am pulling a package from our company pypi. Apart from the error message it actually seems to be working, as poetry is correctly resolving the latest version of the package from our private pypi repo.

pyproject.toml

[tool.poetry]
name = "ct-plugins_template"
version = "0.1.0"
description = ""
authors = ""

[tool.poetry.scripts]
spam  = "eggsample_spam"

[[tool.poetry.source]]
name = "companypypi"
url = "https://company-pypi/simple/"

[tool.poetry.dependencies]
my_package = "*"
python = "^3.6"

[tool.poetry.dev-dependencies]
pytest = "^3.9"
black = {version = "^18.9b0",allows-prereleases = true}

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"

Console output

>poetry update
Updating dependencies
Resolving dependencies...
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored


Package operations: 0 installs, 3 updates, 0 removals

Writing lock file

 -> 1.12.95) botocore (1.12.94
 -> 1.9.95)g boto3 (1.9.94
 -> 19.2.5)g my_package (19.2.4
0reactions
stale[bot]commented, Nov 20, 2019

Closing this issue automatically because it has not had any activity since it has been marked as stale. If you think it is still relevant and should be addressed, feel free to open a new one.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored. You can fix it by removing the pip cache, e.g. on Ubuntu: rm -rf ~/.cache/pip.
Read more >
"pip list" warns "Cache entry deserialization failed ...
In essence, the error occurs due to a mismatch when converting an http request into a string (serialization). This error/warning shows up when...
Read more >
" Cache entry deserialization failed, entry ignored" on ...
Got this message in a continuous loop at terminal after trying to migrate to python 3. "Cache entry deserialization failed, entry ignored".
Read more >
Resolving dependencies... Cache entry deserialization failed ...
[x] I have searched the issues of this repo and believe that this is not a duplicate. [x] If an exception occurs when...
Read more >
Cache entry deserialization failed, entry ignored
I am new to Keras and have just installed it into a virtualenv where I had tensorflow installed. While installing keras with the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found