Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install fail #137

Open
AlysonTrizotto opened this issue Mar 30, 2022 · 1 comment
Open

Install fail #137

AlysonTrizotto opened this issue Mar 30, 2022 · 1 comment

Comments

@AlysonTrizotto
Copy link

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
Capturar

@donno
Copy link

donno commented Jan 2, 2023

Check that the "path" you set in configure.py exists and is a directory.

The relevant part was:

config["path"] = path.expanduser("~/Documents/MapBox/project")

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants