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.
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.
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