Install fail
Nobody has claimed this yet.
- Dominant language
- CartoCSS
- Stars
- 703
- Forks
- 222
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with make.py line 67 and the attached configure.py, then compare the configured path with the installation instructions in the README. Reproduce the Windows installation failure and trace the assertion about Config.path. Done means the installation proceeds past this assertion with the reported setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100