-
Notifications
You must be signed in to change notification settings - Fork 22
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
Bitarray #6
Comments
Даже SDK C++ пакет скачал для Висуал Студио |
Bittaray < здрасвуйте . Помогите пожалуйста,мучаюсь уже сутки не могу запустить CoinHunter.py , зоть у меня и Пайтон 3.11 и Висуал Студио 14.0 . что тольке не делал и заново переустанавливал все и компилировал - битаррей не хочет и все. ПОМОГИТЕ
PS E:\Python3.11> pip install bitarray==1.9.2
Collecting bitarray==1.9.2
Using cached bitarray-1.9.2.tar.gz (69 kB)
Preparing metadata (setup.py) ... done
Installing collected packages: bitarray
Attempting uninstall: bitarray
Found existing installation: bitarray 2.5.1
Uninstalling bitarray-2.5.1:
Successfully uninstalled bitarray-2.5.1
DEPRECATION: bitarray is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at pypa/pip#8559
Running setup.py install for bitarray ... error
error: subprocess-exited-with-error
× Running setup.py install for bitarray did not run successfully.
│ exit code: 1
╰─> [18 lines of output]
running install
E:\Python3.11\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-cpython-311
creating build\lib.win-amd64-cpython-311\bitarray
copying bitarray\test_bitarray.py -> build\lib.win-amd64-cpython-311\bitarray
copying bitarray\test_util.py -> build\lib.win-amd64-cpython-311\bitarray
copying bitarray\util.py -> build\lib.win-amd64-cpython-311\bitarray
copying bitarray_init_.py -> build\lib.win-amd64-cpython-311\bitarray
copying bitarray\bitarray.h -> build\lib.win-amd64-cpython-311\bitarray
copying bitarray\pythoncapi_compat.h -> build\lib.win-amd64-cpython-311\bitarray
copying bitarray\test_data.pickle -> build\lib.win-amd64-cpython-311\bitarray
running build_ext
building 'bitarray._bitarray' 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/
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
Rolling back uninstall of bitarray
Moving to e:\python3.11\lib\site-packages\bitarray-2.5.1.dist-info
from E:\Python3.11\Lib\site-packages~itarray-2.5.1.dist-info
Moving to e:\python3.11\lib\site-packages\bitarray
from E:\Python3.11\Lib\site-packages~itarray
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> bitarray
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
[notice] A new release of pip available: 22.3 -> 23.3
[notice] To update, run: python.exe -m pip install --upgrade pip
PS E:\Python3.11> python -V
Python 3.11.0
PS E:\Python3.11>
The text was updated successfully, but these errors were encountered: