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
I've been having the same return for a long time, I checked the installations, read the read.me, but I still couldn't install. This is the payback I have:
C:\Users\PESSOAL\Downloads\mapbox-osm-bright-f1c8780>make.py Traceback (most recent call last): File "C:\Users\PESSOAL\Downloads\mapbox-osm-bright-f1c8780\make.py", line 129, in <module> install() File "C:\Users\PESSOAL\Downloads\mapbox-osm-bright-f1c8780\make.py", line 67, in install assert isdir(config["path"]), "Config.path does not point to your mapbox projects directory; please fix and re-run" AssertionError: Config.path does not point to your mapbox projects directory; please fix and re-run
So in your Documents folder create a folder called MapBox if it doesn't already exist and then create a folder called project within that.
The message could be improved to explain that the folder must exist, as its very subtle that that is what 'isdir()' is looking for (i.e that it is a directory that already exists).
I've been having the same return for a long time, I checked the installations, read the read.me, but I still couldn't install. This is the payback I have:
C:\Users\PESSOAL\Downloads\mapbox-osm-bright-f1c8780>make.py Traceback (most recent call last): File "C:\Users\PESSOAL\Downloads\mapbox-osm-bright-f1c8780\make.py", line 129, in <module> install() File "C:\Users\PESSOAL\Downloads\mapbox-osm-bright-f1c8780\make.py", line 67, in install assert isdir(config["path"]), "Config.path does not point to your mapbox projects directory; please fix and re-run" AssertionError: Config.path does not point to your mapbox projects directory; please fix and re-run
this is my "configure.py"
configure.txt
this is my dependencies
The text was updated successfully, but these errors were encountered: