rebane2001 / matterport-dl

A downloader for matterport virtual tours
The Unlicense
294 stars 75 forks source link

Error code: "ModuleNotFoundError: No module named 'requests'" #42

Closed RayG2020 closed 2 years ago

RayG2020 commented 2 years ago

I tried to download the tour from link: https://my.matterport.com/show/?m=qKHuSvYEF5N

But after I input matterport-dl.py "https://my.matterport.com/show/?m=qKHuSvYEF5N" I got the following feedback, could someone help me to identify the issue?

c:\Matterport>matterport-dl.py "https://my.matterport.com/show/?m=qKHuSvYEF5N" Traceback (most recent call last): File "C:\Matterport\matterport-dl.py", line 8, in import requests ModuleNotFoundError: No module named 'requests'

rebane2001 commented 2 years ago

You need to install the dependencies:

pip install requests
pip install tqdm