Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nvpy not starting anymore #241

Open
JENKOP opened this issue Mar 9, 2025 · 1 comment
Open

nvpy not starting anymore #241

JENKOP opened this issue Mar 9, 2025 · 1 comment
Assignees
Labels

Comments

@JENKOP
Copy link

JENKOP commented Mar 9, 2025

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)
@yuuki0xff
Copy link
Collaborator

yuuki0xff commented Mar 10, 2025

Your system is currently in an unusual state.

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.

To repair nvpy, we strongly recommend that you follow the instructions in the Installation Guide (https://github.com/cpbotha/nvpy/blob/master/docs/installation.rst).

@yuuki0xff yuuki0xff self-assigned this Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants