aapatre / Automatic-Udemy-Course-Enroller-GET-PAID-UDEMY-COURSES-for-FREE

Do you want to LEARN NEW STUFF for FREE? Don't worry, with the power of web-scraping and automation, this script will find the necessary Udemy coupons & enroll you for PAID UDEMY COURSES, ABSOLUTELY FREE!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to install pip requirements. [BUG]

opened this issue · comments

It won't download some modules and says this:

WARNING: Discarding https://files.pythonhosted.org/packages/62/ea/f41d44e0a4222fe8317ffe1fe7a5c75ec71ca233b4067850567922f8b7be/cffi-1.11.3.tar.gz#sha256=8456abb0f892eb7d545f9ce94f4ba78d651365b1a59f9ce9ae7b5325a95dc698 (from https://pypi.org/simple/cffi/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Using cached cffi-1.11.2.tar.gz (435 kB)
ERROR: Command errored out with exit status 1:
command: 'C:\Users\saife\AppData\Local\Programs\Python\Python310\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\saife\AppData\Local\Temp\pip-install-_ev87biy\cffi_03479958dce945c7884242dfa3840018\setup.py'"'"'; file='"'"'C:\Users\saife\AppData\Local\Temp\pip-install-_ev87biy\cffi_03479958dce945c7884242dfa3840018\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\saife\AppData\Local\Temp\pip-pip-egg-info-2wradked'
cwd: C:\Users\saife\AppData\Local\Temp\pip-install-_ev87biy\cffi_03479958dce945c7884242dfa3840018
Complete output (19 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\saife\AppData\Local\Temp\pip-install-_ev87biy\cffi_03479958dce945c7884242dfa3840018\setup.py", line 116, in
if sys.platform == 'win32' and uses_msvc():
File "C:\Users\saife\AppData\Local\Temp\pip-install-_ev87biy\cffi_03479958dce945c7884242dfa3840018\setup.py", line 94, in uses_msvc
return config.try_compile('#ifndef _MSC_VER\n#error "not MSVC"\n#endif')
File "C:\Users\saife\AppData\Local\Programs\Python\Python310\lib\distutils\command\config.py", line 225, in try_compile
self._compile(body, headers, include_dirs, lang)
File "C:\Users\saife\AppData\Local\Programs\Python\Python310\lib\distutils\command\config.py", line 132, in _compile
self.compiler.compile([src], include_dirs=include_dirs)
File "C:\Users\saife\AppData\Local\Programs\Python\Python310\lib\distutils_msvccompiler.py", line 323, in compile
self.initialize()
File "C:\Users\saife\AppData\Local\Programs\Python\Python310\lib\distutils_msvccompiler.py", line 220, in initialize
vc_env = _get_vc_env(plat_spec)
File "C:\Users\saife\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\msvc.py", line 316, in msvc14_get_vc_env
return _msvc14_get_vc_env(plat_spec)
File "C:\Users\saife\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\msvc.py", line 270, in _msvc14_get_vc_env
raise distutils.errors.DistutilsPlatformError(
distutils.errors.DistutilsPlatformError: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/c9/70/89b68b6600d479034276fed316e14b9107d50a62f5627da37fafe083fde3/cffi-1.11.2.tar.gz#sha256=ab87dd91c0c4073758d07334c1e5f712ce8fe48f007b86f8238773963ee700a6 (from https://pypi.org/simple/cffi/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Using cached cffi-1.11.1.tar.gz (435 kB)
ERROR: Command errored out with exit status 1:
command: 'C:\Users\saife\AppData\Local\Programs\Python\Python310\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\saife\AppData\Local\Temp\pip-install-_ev87biy\cffi_9fb3a344fda64e3f9653efa23d37e402\setup.py'"'"'; file='"'"'C:\Users\saife\AppData\Local\Temp\pip-install-_ev87biy\cffi_9fb3a344fda64e3f9653efa23d37e402\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\saife\AppData\Local\Temp\pip-pip-egg-info-q_bbbc18'
cwd: C:\Users\saife\AppData\Local\Temp\pip-install-_ev87biy\cffi_9fb3a344fda64e3f9653efa23d37e402
Complete output (19 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\saife\AppData\Local\Temp\pip-install-_ev87biy\cffi_9fb3a344fda64e3f9653efa23d37e402\setup.py", line 116, in
if sys.platform == 'win32' and uses_msvc():
File "C:\Users\saife\AppData\Local\Temp\pip-install-_ev87biy\cffi_9fb3a344fda64e3f9653efa23d37e402\setup.py", line 94, in uses_msvc
return config.try_compile('#ifndef _MSC_VER\n#error "not MSVC"\n#endif')
File "C:\Users\saife\AppData\Local\Programs\Python\Python310\lib\distutils\command\config.py", line 225, in try_compile
self._compile(body, headers, include_dirs, lang)
File "C:\Users\saife\AppData\Local\Programs\Python\Python310\lib\distutils\command\config.py", line 132, in _compile
self.compiler.compile([src], include_dirs=include_dirs)
File "C:\Users\saife\AppData\Local\Programs\Python\Python310\lib\distutils_msvccompiler.py", line 323, in compile
self.initialize()
File "C:\Users\saife\AppData\Local\Programs\Python\Python310\lib\distutils_msvccompiler.py", line 220, in initialize
vc_env = _get_vc_env(plat_spec)
File "C:\Users\saife\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\msvc.py", line 316, in msvc14_get_vc_env
return _msvc14_get_vc_env(plat_spec)
File "C:\Users\saife\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\msvc.py", line 270, in _msvc14_get_vc_env
raise distutils.errors.DistutilsPlatformError(
distutils.errors.DistutilsPlatformError: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
----------------------------------------