Installation help (OSX ) .. easy one?

6 views
Skip to first unread message

Niels

unread,
Dec 21, 2009, 12:22:25 PM12/21/09
to Satchmo users
Trying to install Satchmo the quickstart way.

http://www.satchmoproject.com/docs/svn/quickstart.html

running this command
$ pip install -r http://bitbucket.org/chris1610/satchmo/raw/tip/scripts/requirements.txt

gives me:
-------------------
Downloading/unpacking PyYAML (from -r
http://bitbucket.org/chris1610/satchmo/raw/tip/scripts/requirements.txt
(line 5))
Running setup.py egg_info for package PyYAML
Checking out django-signals-ahoy from hg+http://bitbucket.org/bkroeze/
django-signals-ahoy/#egg=django-signals-ahoy checkout from hg+http://
bitbucket.org/bkroeze/django-signals-ahoy/#egg=django-signals-ahoy
(from -r http://bitbucket.org/chris1610/satchmo/raw/tip/scripts/requirements.txt
(line 9))
Cloning hg http://bitbucket.org/bkroeze/django-signals-ahoy/ to ./
src/django-signals-ahoy
Traceback (most recent call last):
File "/usr/local/bin/hg", line 25, in <module>
mercurial.util.set_binary(fp)
File "/Library/Python/2.5/site-packages/mercurial/demandimport.py",
line 75, in __getattribute__
self._load()
File "/Library/Python/2.5/site-packages/mercurial/demandimport.py",
line 47, in _load
mod = _origimport(head, globals, locals)
File "/Library/Python/2.5/site-packages/mercurial/util.py", line 93,
in <module>
_encoding = locale.getlocale()[1]
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/locale.py", line 462, in getlocale
return _parse_localename(localename)
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/locale.py", line 375, in _parse_localename
raise ValueError, 'unknown locale: %s' % localename
ValueError: unknown locale: UTF-8
Complete output from command hg clone -q http://bitbucket.org/bkroeze/django-signals-ahoy/
/Users/niels/src/src/django-signals-ahoy:
---------------------------------------------
Some helpful tips? (i am running python 2.6)

Thanks in advance,

Niels

Craig Oldford

unread,
Dec 21, 2009, 4:05:11 PM12/21/09
to satchm...@googlegroups.com
I've run into various problems installing from pip on OSX. Personally, I found it was easier to install each package by hand. Also, make sure you are using the latest MacPython from python.org.


--

You received this message because you are subscribed to the Google Groups "Satchmo users" group.
To post to this group, send email to satchm...@googlegroups.com.
To unsubscribe from this group, send email to satchmo-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.





--
-co

Niels

unread,
Dec 22, 2009, 10:34:20 AM12/22/09
to Satchmo users
Thanks.
I am running python 2.6.1
I will tr to install each package by hand. Already tried it but also
gave me some errors. Try to fix those.

On Dec 21, 10:05 pm, Craig Oldford <cjo1...@gmail.com> wrote:
> I've run into various problems installing from pip on OSX. Personally, I
> found it was easier to install each package by hand. Also, make sure you are
> using the latest MacPython from python.org.
>
>
>
> On Mon, Dec 21, 2009 at 10:22 AM, Niels <niels.siem...@gmail.com> wrote:
> > Trying to install Satchmo the quickstart way.
>
> >http://www.satchmoproject.com/docs/svn/quickstart.html
>
> > running this command
> > $ pip install -r
> >http://bitbucket.org/chris1610/satchmo/raw/tip/scripts/requirements.txt
>
> > gives me:
> > -------------------
> > Downloading/unpacking PyYAML (from -r
> >http://bitbucket.org/chris1610/satchmo/raw/tip/scripts/requirements.txt
> > (line 5))
> >  Running setup.py egg_info for package PyYAML
> > Checking out django-signals-ahoy from hg+http://bitbucket.org/bkroeze/

> > django-signals-ahoy/#egg=django-signals-ahoy<http://bitbucket.org/bkroeze/%0Adjango-signals-ahoy/#egg=django-signa...>checkout from hg+http://

> >  Cloning hghttp://bitbucket.org/bkroeze/django-signals-ahoy/to ./


> > src/django-signals-ahoy
> > Traceback (most recent call last):
> >  File "/usr/local/bin/hg", line 25, in <module>
> >    mercurial.util.set_binary(fp)
> >  File "/Library/Python/2.5/site-packages/mercurial/demandimport.py",
> > line 75, in __getattribute__
> >    self._load()
> >  File "/Library/Python/2.5/site-packages/mercurial/demandimport.py",
> > line 47, in _load
> >    mod = _origimport(head, globals, locals)
> >  File "/Library/Python/2.5/site-packages/mercurial/util.py", line 93,
> > in <module>
> >    _encoding = locale.getlocale()[1]
> >  File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
> > python2.5/locale.py", line 462, in getlocale
> >    return _parse_localename(localename)
> >  File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
> > python2.5/locale.py", line 375, in _parse_localename
> >    raise ValueError, 'unknown locale: %s' % localename
> > ValueError: unknown locale: UTF-8
> >  Complete output from command hg clone -q
> >http://bitbucket.org/bkroeze/django-signals-ahoy/

> > /Users/niels/src/src/django-signals-ahoy<http://bitbucket.org/bkroeze/django-signals-ahoy/%0A/Users/niels/src/...>


> > :
> > ---------------------------------------------
> > Some helpful tips? (i am running python 2.6)
>
> > Thanks in advance,
>
> > Niels
>
> > --
>
> > You received this message because you are subscribed to the Google Groups
> > "Satchmo users" group.
> > To post to this group, send email to satchm...@googlegroups.com.
> > To unsubscribe from this group, send email to

> > satchmo-user...@googlegroups.com<satchmo-users%2Bunsu...@googlegroups.com>

Craig

unread,
Dec 22, 2009, 11:00:22 AM12/22/09
to satchm...@googlegroups.com
If you run into probs, let me know. I've probably encountered most of them

To unsubscribe from this group, send email to satchmo-user...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.





--
-co
Reply all
Reply to author
Forward
0 new messages