[Python-modules-team] Problems with make-mrconfig
eamanu15
emmanuelarias30 at gmail.com
Sat Nov 3 03:36:12 GMT 2018
Hello everbody!
I am following the GitPacking documentation [1] and I make this step:
$ sudo apt install mr
$ git clone git at salsa.debian.org:python-team/tools/python-modules
$ cd python-modules
$ echo $PWD/.mrconfig >> ~/.mrtrust
$ ./checkout pcapy # Because I am trying to packaging it
And then, I run:
$ git pull
$ ./make-mrconfig
but the last command give this error:
*Retrieving package listTraceback (most recent call last): File
"./make-mrconfig", line 35, in <module> data = requests.get(URL).json()
File "/usr/lib/python3/dist-packages/requests/models.py", line 892, in
json return complexjson.loads(self.text, **kwargs) File
"/usr/lib/python3.6/json/__init__.py", line 354, in loads return
_default_decoder.decode(s) File "/usr/lib/python3.6/json/decoder.py", line
339, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File
"/usr/lib/python3.6/json/decoder.py", line 357, in raw_decode raise
JSONDecodeError("Expecting value", s, err.value) from
Nonejson.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)*
What is my problem?
My machine is:
(Buster)
Linux debian 4.18.0-2-amd64 #1 SMP Debian 4.18.10-2 (2018-10-07) x86_64
GNU/Linux
[1] https://wiki.debian.org/Python/GitPackaging
Regards!
--
Arias Emmanuel
http://eamanu.com
Github/Gitlab; @eamanu
Debian: @eamanu-guest
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/python-modules-team/attachments/20181103/9904a73e/attachment-0001.html>
More information about the Python-modules-team
mailing list