thisbejim / Pyrebase

A simple python wrapper for the Firebase API.
2.05k stars 525 forks source link

I need help. I have an error. I'm trying to fix it. #416

Open asadbek1803 opened 2 years ago

asadbek1803 commented 2 years ago

Make sure these boxes are checked before submitting your issue:

[] Check that your version of Python is 3.4+ [] Check that you are on the newest version of Pyrebase [] Check that Email/password provider is enabled in your Firebase dashboard under Auth -> Sign In Method.

Please don't be discouraged if you do not get a response to your issue quickly, I maintain Pyrebase for fun and don't always have as much free time as I'd like.

Thank you for helping make Pyrebase better!

asadbek1803 commented 2 years ago

Building wheel for ikp3db (setup.py) ... error ERROR: Command errored out with exit status 1: command: 'C:\Users\Asadbek\anaconda3\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Asadbek\AppData\Local\Temp\pip-install-lcktzbxo\ikp3db_812031d7272c4a2bbb9a6c003c0d45db\setup.py'"'"'; file='"'"'C:\Users\Asadbek\AppData\Local\Temp\pip-install-lcktzbxo\ikp3db_812031d7272c4a2bbb9a6c003c0d45db\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'"'"'))' bdist_wheel -d 'C:\Users\Asadbek\AppData\Local\Temp\pip-wheel-241058db' cwd: C:\Users\Asadbek\AppData\Local\Temp\pip-install-lcktzbxo\ikp3db_812031d7272c4a2bbb9a6c003c0d45db\ Complete output (17 lines): running bdist_wheel running build running build_py creating build creating build\lib.win-amd64-3.9 copying ikp3db.py -> build\lib.win-amd64-3.9 running egg_info writing ikp3db.egg-info\PKG-INFO writing dependency_links to ikp3db.egg-info\dependency_links.txt writing top-level names to ikp3db.egg-info\top_level.txt reading manifest file 'ikp3db.egg-info\SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'ikp3db.egg-info\SOURCES.txt' running build_ext building 'iksettrace3' extension error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/

ERROR: Failed building wheel for ikp3db Running setup.py clean for ikp3db Failed to build ikp3db Installing collected packages: ikp3db Running setup.py install for ikp3db ... error ERROR: Command errored out with exit status 1: command: 'C:\Users\Asadbek\anaconda3\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Asadbek\AppData\Local\Temp\pip-install-lcktzbxo\ikp3db_812031d7272c4a2bbb9a6c003c0d45db\setup.py'"'"'; file='"'"'C:\Users\Asadbek\AppData\Local\Temp\pip-install-lcktzbxo\ikp3db_812031d7272c4a2bbb9a6c003c0d45db\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'"'"'))' install --record 'C:\Users\Asadbek\AppData\Local\Temp\pip-record-u9t5pi08\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\Asadbek\anaconda3\Include\ikp3db' cwd: C:\Users\Asadbek\AppData\Local\Temp\pip-install-lcktzbxo\ikp3db_812031d7272c4a2bbb9a6c003c0d45db\ Complete output (19 lines): running install C:\Users\Asadbek\anaconda3\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py creating build creating build\lib.win-amd64-3.9 copying ikp3db.py -> build\lib.win-amd64-3.9 running egg_info writing ikp3db.egg-info\PKG-INFO writing dependency_links to ikp3db.egg-info\dependency_links.txt writing top-level names to ikp3db.egg-info\top_level.txt reading manifest file 'ikp3db.egg-info\SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'ikp3db.egg-info\SOURCES.txt' running build_ext building 'iksettrace3' extension error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/

ERROR: Command errored out with exit status 1: 'C:\Users\Asadbek\anaconda3\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Asadbek\AppData\Local\Temp\pip-install-lcktzbxo\ikp3db_812031d7272c4a2bbb9a6c003c0d45db\setup.py'"'"'; file='"'"'C:\Users\Asadbek\AppData\Local\Temp\pip-install-lcktzbxo\ikp3db_812031d7272c4a2bbb9a6c003c0d45db\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'"'"'))' install --record 'C:\Users\Asadbek\AppData\Local\Temp\pip-record-u9t5pi08\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\Asadbek\anaconda3\Include\ikp3db' Check the logs for full command output.

asadbek1803 commented 2 years ago

Help me!

hereisamara commented 2 years ago

error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/

have you downloaded Microsoft C++ Build Tools?