SourceForge logo
SourceForge logo
Menu

matplotlib-users

From: Neal B. <ndb...@gm...> - 2013年11月26日 12:32:08
Didn't seem to work for me. I tried
pip install --user hg-git
hg clone https://github.com/scipy/scipy
abort: HTTP Error 406: Not Acceptable
So how about using hg-git just locally?
hg clone scipy scipy.hg
** Unknown exception encountered with possibly-broken third-party extension hg-
git
** which supports versions 2.3.1 of Mercurial.
** Please disable hg-git and try your action again.
** If that fixes the bug please report it to https://bitbucket.org/durin42/hg-git/issues
** Python 2.7.5 (default, Nov 12 2013, 16:18:42) [GCC 4.8.2 20131017 (Red Hat 
4.8.2-1)]
** Mercurial Distributed SCM (version 2.8)
** Extensions loaded: hgk, rebase, highlight, hg-git
Traceback (most recent call last):
 File "/usr/bin/hg", line 38, in <module>
 mercurial.dispatch.run()
 File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 28, in 
run
 sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255)
 File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 69, in 
dispatch
 ret = _runcatch(req)
 File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 133, in 
_runcatch
 return _dispatch(req)
 File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 806, in 
_dispatch
 cmdpats, cmdoptions)
 File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 585, in 
runcommand
 ret = _runcommand(ui, options, cmd, d)
 File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 897, in 
_runcommand
 return checkargs()
 File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 868, in 
checkargs
 return cmdfunc()
 File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 803, in 
<lambda>
 d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
 File "/usr/lib64/python2.7/site-packages/mercurial/util.py", line 512, in 
check
 return func(*args, **kwargs)
 File "/usr/lib64/python2.7/site-packages/mercurial/commands.py", line 1282, in 
clone
 branch=opts.get('branch'))
 File "/usr/lib64/python2.7/site-packages/mercurial/hg.py", line 372, in clone
 destpeer.local().clone(srcpeer, heads=revs, stream=stream)
 File "/usr/lib64/python2.7/site-packages/mercurial/localrepo.py", line 2431, 
in clone
 return self.pull(remote, heads)
 File "/home/nbecker/.local/lib/python2.7/site-packages/hggit/hgrepo.py", line 
14, in pull
 return git.fetch(remote.path, heads)
 File "/home/nbecker/.local/lib/python2.7/site-packages/hggit/git_handler.py", 
line 204, in fetch
 refs = self.fetch_pack(remote, heads)
 File "/home/nbecker/.local/lib/python2.7/site-packages/hggit/git_handler.py", 
line 1037, in fetch_pack
 f, commit = self.git.object_store.add_pack()
ValueError: too many values to unpack
From: Neal B. <ndb...@gm...> - 2013年11月26日 12:35:13
Sorry, this was posted to the wrong group
Neal Becker wrote:
> Didn't seem to work for me. I tried
> pip install --user hg-git
> hg clone https://github.com/scipy/scipy
> abort: HTTP Error 406: Not Acceptable
> 
> So how about using hg-git just locally?
> 
> hg clone scipy scipy.hg
> ** Unknown exception encountered with possibly-broken third-party extension
> hg- git
> ** which supports versions 2.3.1 of Mercurial.
> ** Please disable hg-git and try your action again.
> ** If that fixes the bug please report it to
> https://bitbucket.org/durin42/hg-git/issues ** Python 2.7.5 (default, Nov 12
> 2013, 16:18:42) [GCC 4.8.2 20131017 (Red Hat 4.8.2-1)]
> ** Mercurial Distributed SCM (version 2.8)
> ** Extensions loaded: hgk, rebase, highlight, hg-git
> Traceback (most recent call last):
> File "/usr/bin/hg", line 38, in <module>
> mercurial.dispatch.run()
> File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 28, in
> run
> sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255)
> File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 69, in
> dispatch
> ret = _runcatch(req)
> File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 133,
> in
> _runcatch
> return _dispatch(req)
> File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 806,
> in
> _dispatch
> cmdpats, cmdoptions)
> File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 585,
> in
> runcommand
> ret = _runcommand(ui, options, cmd, d)
> File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 897,
> in
> _runcommand
> return checkargs()
> File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 868,
> in
> checkargs
> return cmdfunc()
> File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 803,
> in
> <lambda>
> d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
> File "/usr/lib64/python2.7/site-packages/mercurial/util.py", line 512, in
> check
> return func(*args, **kwargs)
> File "/usr/lib64/python2.7/site-packages/mercurial/commands.py", line 1282,
> in
> clone
> branch=opts.get('branch'))
> File "/usr/lib64/python2.7/site-packages/mercurial/hg.py", line 372, in
> clone
> destpeer.local().clone(srcpeer, heads=revs, stream=stream)
> File "/usr/lib64/python2.7/site-packages/mercurial/localrepo.py", line 2431,
> in clone
> return self.pull(remote, heads)
> File "/home/nbecker/.local/lib/python2.7/site-packages/hggit/hgrepo.py",
> line
> 14, in pull
> return git.fetch(remote.path, heads)
> File
> "/home/nbecker/.local/lib/python2.7/site-packages/hggit/git_handler.py",
> line 204, in fetch
> refs = self.fetch_pack(remote, heads)
> File
> "/home/nbecker/.local/lib/python2.7/site-packages/hggit/git_handler.py",
> line 1037, in fetch_pack
> f, commit = self.git.object_store.add_pack()
> ValueError: too many values to unpack
> 
> 
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /