Closed morewithout closed 5 years ago
The PyPi version is out of date, so let's use the git version for now.
This is a strange error. Can you try updating pip and setuptools?
sudo pip3 install --upgrade setuptools pip
Thanks for the quick reply. Unfortunately that hasn't fixed it. I'm now on the following versions and installation is still failing with the same error.
python 3.5.3 pip 18.1 setuptools 40.6.3
Alright, I was able to reproduce your bug with:
export LANG=C; sudo pip3 install --upgrade git+https://github.com/tannercollin/standardnotes-fs
It's because your system's locale is set to ASCII instead of UTF-8.
This seems like a stupid issue related to pip, described here: https://github.com/pypa/virtualenv/issues/201#issuecomment-3145690
I fixed it in f2b635419d95ea2a996ceec795df6fa06ee0fa55 by forcing python to read the file as UTF-8.
Running sudo pip3 install --upgrade git+https://github.com/tannercollin/standardnotes-fs
should work now! Thanks for the bug report.
Now installs and works perfectly. Thanks :-)
Hi there,
Thanks for creating standardnotes-fs. I have it working perfectly on Mac OS. But I'm having problems with both the PyPi version and the git version on Debian Stretch:
The PyPi version installs okay but won't authenticate:
The git version won't install:
thanks in antcipation,
Mark