Skip to content
Discussion options

You must be logged in to vote

Thanks for bringing this is our attention; a new patch update has just been pushed and can be installed via

pip install defipy

However, you may get an error with the reinstall as it will try to delete the last version, and will see something like in the trace:

× Cannot uninstall defipy 1.0.8 ╰─> The package's contents are unknown: no RECORD file was found for defipy.

(FIX A) Quick Fix (ignore prev install):

pip install --ignore-installed --no-deps --force-reinstall defipy

(FIX B) Proper Fix (clean out corrupt files):

(Step 1) Find your site-packages folder where old corrupt python pkg may be

PKG="defipy" # package name (normalized)
PY="python3" # or "python", "python3.10", etc.
echo …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@nicholas-semenov
Comment options

Answer selected by icmoore
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants