You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scripts/setup_mason.sh: line 11: curl: command not found
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Traceback (most recent call last):
File "/home/avatrin/Downloads/python-mapnik-master/setup.py", line 163,
in <module>
shutil.copyfile(f, os.path.join(
File "/home/avatrin/mambaforge/lib/python3.10/shutil.py", line 254, in
copyfile
with open(src, 'rb') as fsrc:
IsADirectoryError: [Errno 21] Is a directory: '/usr/share/fonts/X11'
What I have done so far is:
I installed Mapnik using CMake
Installation kept failing when I followed the instructions here. However, I made a bit of progress by changing the value of mapnik_config in setup.py to the one I found through which mapnik-config. Now I am getting the error above, and I am lost. I do use Python 3.10.
The text was updated successfully, but these errors were encountered:
Avatrin
changed the title
IsADirectoryError when trying to install Python-mapnik on Ubuntu
IsADirectoryError when trying to install on Ubuntu
Sep 9, 2022
Avatrin
changed the title
IsADirectoryError when trying to install on Ubuntu
IsADirectoryError when trying to install on Ubuntu (Python 3.10)
Sep 9, 2022
I am currently getting this error:
What I have done so far is:
I installed Mapnik using CMake
Installation kept failing when I followed the instructions here. However, I made a bit of progress by changing the value of mapnik_config in setup.py to the one I found through which mapnik-config. Now I am getting the error above, and I am lost. I do use Python 3.10.
The text was updated successfully, but these errors were encountered: