I am having trouble installing packages for python using pip with python 3.7.3 on windows 10.
I have installed pip, and used the command "pip install emaildata --user" to get the emaildata package.
I tried different versions of the command, like "py-3.7 install emaildata --user" and the regular old "pip install emaildata", but I keep getting an error:
It says Microsoft Visual Studio Build Tools is required, but I downloaded that correctly and it didn't make a difference.
Am I using the command prompt incorrectly? I have googled and looked for the answer but I really need your help!
Thanks in advance.