-
Notifications
You must be signed in to change notification settings - Fork 282
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
Error after installing on Mac #15
Comments
Guy, It sounds like a permissions issue and you've already tried the http://stackoverflow.com/a/27871374 It seems like it's not able to download
In any case, I highly recommend using virtualenv or virtualenvwrapper. Here's a handy guide: http://docs.python-guide.org/en/latest/dev/virtualenvs/ -Donne |
Actually,
if I try
Could that be the root cause? Also, my user was already the owner of /Users/user/Library/Caches/pip, as suggested in the SO answer - but I ran the |
Curious what version of Pygments is installed, if it's less than 2.0.2. Could you try the following?
|
2.0.2 |
Hmm odd. You traceback says:
yet it seems like pygments can't be found, but it's returning 2.0.2 when you run:
Unfortunately I'm not a packaging expert :) Could you try installing in a |
Ok, I may try that. Just wanted to leave you with the results of what I just tried.
(See pygments line confirming version)
I'm not a python guy, so I have no idea where your package is looking for other packages. But I do appreciate your time and effort in putting this together and trying to help me. At this point, it looks more like a PIP issue than anything else. |
Thanks Guy, sorry you weren't able to get it working on your setup. If you do try it with a I'll keep this open in case anyone else has a similar issue, I can try to diagnose further if it is more widespread. |
@donnemartin Also have this issue too:
Also running pygments version 2.0.2 EDIT: I see this when running a
|
Hi Peter, Guy, Could you try installing in a Install
Create a
For more details (and for instructions on how to install on Windows using -Donne |
Using a virtual env worked. |
Great! Package dependencies/permissions can get tricky, |
I updated the README with the following a note about Pip Installation...snip...
I highly recommend installing Python packages in a virtualenv to avoid any issues with dependencies or permissions. Once installed, run the following command to start
...snip... |
Installed using
sudo -H pip install saws
, after seeing this comment:Running
saws
now yields this error:Mac OS 10.9.5, Python 2.7.5
The text was updated successfully, but these errors were encountered: