Skip to content

Fix error of using urllib to download eigen from gitlab#1194

Merged
ahojnnes merged 2 commits intocolmap:devfrom
whuaegeanse:download_zipfile
Apr 10, 2021
Merged

Fix error of using urllib to download eigen from gitlab#1194
ahojnnes merged 2 commits intocolmap:devfrom
whuaegeanse:download_zipfile

Conversation

@whuaegeanse
Copy link
Copy Markdown
Contributor

urllib.request.urlretrieve cannot download eigen from gitlab as mentioned in #973 .
This pull request solves this problem by using the requests library, but you need to install a third-party library requests in python 3 .

Before run build.py script, install requests by pip($ python -m pip install requests).
Installing Requests

@whuaegeanse whuaegeanse closed this Apr 2, 2021
@whuaegeanse whuaegeanse reopened this Apr 2, 2021
@ahojnnes ahojnnes enabled auto-merge (squash) April 10, 2021 11:27
@ahojnnes ahojnnes merged commit b5ce189 into colmap:dev Apr 10, 2021
@whuaegeanse whuaegeanse deleted the download_zipfile branch April 10, 2021 15:56
lucasthahn pushed a commit to tne-ai/colmap that referenced this pull request Aug 17, 2022
Co-authored-by: Johannes Schönberger <joschonb@microsoft.com>
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

Successfully merging this pull request may close these issues.

2 participants