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
Traceback (most recent call last):
File "/usr/local/bin/nvpy", line 5, in <module>
from nvpy.nvpy import main
File "/usr/local/lib/python3.10/dist-packages/nvpy/nvpy.py", line 52, in <module>
from .notes_db import NotesDB, SyncError, ReadError, WriteError, MergedSorter, PinnedSorter, AlphaSorter, DateSorter, \
File "/usr/local/lib/python3.10/dist-packages/nvpy/notes_db.py", line 25, in <module>
import simplenote # type:ignore
ModuleNotFoundError: No module named 'simplenote'
----------------
pip install simplenote
Requirement already satisfied: simplenote in ./anaconda3/lib/python3.11/site-packages (2.1.4)
The text was updated successfully, but these errors were encountered:
Could you please confirm if you installed the nvpy package using apt? If you did, the python3-simplenote package should have been installed automatically as it is required for nvpy to work. However, you're getting an import error. It suggests that some change made to the system is causing nvpy to malfunction.
Additionally, the pip command seems to be pointing to the anaconda3 version, suggesting that your Anaconda installation is being prioritized.
The text was updated successfully, but these errors were encountered: