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

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

Merged
merged 2 commits into from
Apr 10, 2021

Conversation

whuaegeanse
Copy link
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