[GRASS-user] Build error

On Slackware-14.2 I ran svn up on 7.7.svn, configured and built. This time
it failed because of an error in g.extensions. Changing to that directory
and running make produced this error:

g.extension.tmp.html ; fi

Traceback (most recent call last):
   File "/home/rshepard/gis/grass/grass7_trunk/dist.i686-pc-linux-gnu/scripts/g.extension", line 146, in <module>
     from urllib.error import HTTPError, URLError
ImportError: No module named error
../../include/Make/Html.make:14: recipe for target 'g.extension.tmp.html' failed
make: *** [g.extension.tmp.html] Error 1
rm g.extension.tmp.html

urllib is in the site-packages directories for both python-2.7 and
python3-3.7.

Advice on what to do next is needed.

TIA,

Rich

Rich Shepard <rshepard@appl-ecosys.com> schrieb am So., 24. Feb. 2019, 22:40:

On Slackware-14.2 I ran svn up on 7.7.svn, configured and built. This time
it failed because of an error in g.extensions. Changing to that directory
and running make produced this error:

g.extension.tmp.html ; fi
Traceback (most recent call last):
File “/home/rshepard/gis/grass/grass7_trunk/dist.i686-pc-linux-gnu/scripts/g.extension”, line 146, in
from urllib.error import HTTPError, URLError
ImportError: No module named error
…/…/include/Make/Html.make:14: recipe for target ‘g.extension.tmp.html’ failed
make: *** [g.extension.tmp.html] Error 1
rm g.extension.tmp.html

urllib is in the site-packages directories for both python-2.7 and
python3-3.7.

Since last week “python-requests” is also needed as a new dependency.

Is that already present on your system?

Markus

On Sun, 24 Feb 2019, Markus Neteler wrote:

Since last week "python-requests" is also needed as a new dependency.
Is that already present on your system?

Markus,

Strange, but it won't install here:

# pip install python-requests
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Collecting python-requests
   Could not find a version that satisfies the requirement python-requests (from versions: )
No matching distribution found for python-requests

Will look elsewhere.

Rich

On Sun, 24 Feb 2019, Markus Neteler wrote:

Since last week "python-requests" is also needed as a new dependency.

Markus,

Built and installed it and its dependencies from the SBo repository.

Thanks,

Rich