Closed ghost closed 6 years ago
Can you try with pip3
? I need to update the docs to make it more clear how to install.
Thanks! That worked.
Now it lets me run the program, but despite properly entering my email and password, it says, "Invalid email or password."
--- Matt
Hmm can you try to log into this account instead:
standardnotes-fs@domain.com testaccount
$ snfs ~/notes
Please enter your Standard Notes username: standardnotes-fs@domain.com
Please enter your password (hidden):
Traceback (most recent call last):
File "/usr/local/bin/snfs", line 11, in
Ohh sorry, the PyPi version doesn't have support for 003 type accounts yet.
Can you install the latest version with:
pip3 install git+https://github.com/tannercollin/standardnotes-fs
And try logging into your normal account?
I plan to deploy to PyPi once the recent changes have been tested.
I still get the same error.
That's okay. I was just wanting to play around with it, anyway.
I can look again after your next deploy.
Thanks!
Could you try the test account? (If you don't mind - I don't have an OS X machine to test on)
Oh, I had to do --upgrade:
pip3 install git+https://github.com/tannercollin/standardnotes-fs --upgrade
Now it works!
Thanks!
Welcome dude, please let me know of any other bugs :)
Is standardnotes-fs gone from pip?
$ pip install standardnotes-fs Collecting standardnotes-fs Could not find a version that satisfies the requirement standardnotes-fs (from versions: ) No matching distribution found for standardnotes-fs
$ python --version Python 2.7.15
macOS 10.13.15