You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to install it with pipx but it's very fickle and doesn't work reliably. Pip spits out:
pip install evernote-backup
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting evernote-backup
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
Could not find a version that satisfies the requirement evernote-backup (from versions: )
No matching distribution found for evernote-backup
pipx install evernote-backup
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
installed package evernote-backup 1.9.2, Python 3.7.3
These binaries are now globally available
- evernote-backup
done! ✨ 🌟 ✨
when I run pipx run evernote-backup [blah options]
Traceback (most recent call last):
File "/usr/bin/pipx", line 11, in <module>
load_entry_point('pipx==0.12.1.0', 'console_scripts', 'pipx')()
File "/usr/lib/python3/dist-packages/pipx/main.py", line 341, in cli
exit(run_pipx_command(parsed_pipx_args, binary_args))
File "/usr/lib/python3/dist-packages/pipx/main.py", line 101, in run_pipx_command
use_cache,
File "/usr/lib/python3/dist-packages/pipx/commands.py", line 72, in run
_prepare_venv_cache(venv, bin_path, use_cache)
File "/usr/lib/python3/dist-packages/pipx/commands.py", line 143, in _prepare_venv_cache
_remove_all_expired_venvs()
File "/usr/lib/python3/dist-packages/pipx/commands.py", line 149, in _remove_all_expired_venvs
logging.infof(f"Removing expired venv {str(venv_dir)}")
AttributeError: module 'logging' has no attribute 'infof'
The weird thing is that it was working at some point, then it stopped working and I'm getting the above errors.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was able to install it with pipx but it's very fickle and doesn't work reliably. Pip spits out:
when I run pipx run evernote-backup [blah options]
The weird thing is that it was working at some point, then it stopped working and I'm getting the above errors.
Is this a port/ARM issue?
Beta Was this translation helpful? Give feedback.
All reactions