cpbotha / nvpy

Simplenote syncing note-taking application, inspired by Notational Velocity and ResophNotes, but uglier and cross-platformerer.
Other
849 stars 114 forks source link

Synaptic bottleneck... #196

Open chanio opened 4 years ago

chanio commented 4 years ago

Hi! Glad to know that finally there is a Linux version of Simplenote (Resophnotes)! But the old version provided by Synaptic wont connect to Simplenote. And after removing the oldie with apt-get. & following your suggestions to upgrade to your new 2.0.1 version (yes, python3) the command gives the following error and doesn' t install anything...

sudo pip3 install -U nvpy
Collecting nvpy
  Using cached https://files.pythonhosted.org/packages/4e/d2/6a2bbbde48451364cae53af35e50f59b45879d39103eb33cbfb344a8e202/nvpy-2.0.1.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
    ImportError: No module named 'setuptools'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-nqq_2aqd/nvpy/

As any common user, I am not installing git. Expected that just by installing pip3 and python3 would solve the issue.

Would you be kind enough to...?

By now, I am not going to count on this nice app to use my Simplenote.

But I hope that you would soon be able to correct these issues and have someone to help you keep happy millions of new users...

ojn commented 4 years ago

Actually it's not Synaptic or pip3 that is at fault here. I never managed to install nvpy with the conventional pip method. Miniconda/conda with pip ont h other hand works fine on all operating systems.

Maybe instead of linking to https://setuptools.readthedocs.io/en/latest/setuptools.html#developer-s-guide nvpy documentation would be better off if it describes installation process using conda & pip?

chanio commented 4 years ago

Thank you!

Chanio - MuchiProds chanio@luckymail.com

-----Original Message----- From: Gleb Vassiljev notifications@github.com To: cpbotha/nvpy nvpy@noreply.github.com Cc: chanio chanio@luckymail.com; Author author@noreply.github.com Sent: Wed, Mar 11, 2020 8:06 pm Subject: Re: [cpbotha/nvpy] Synaptic bottleneck... (#196)

Actually it's not Synaptic or pip3 that is at fault here. I never managed to install nvpy with the conventional pip method. Miniconda/conda with pip ont h other hand works fine on all operating systems.Maybe instead of linking to https://setuptools.readthedocs.io/en/latest/setuptools.html#developer-s-guide nvpy documentation would be better off if it describes installation process using conda & pip?— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.