Skip to content
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

can't install package in thonny ide for rpi pico w #3161

Open
Ransu242 opened this issue Apr 10, 2024 · 2 comments
Open

can't install package in thonny ide for rpi pico w #3161

Ransu242 opened this issue Apr 10, 2024 · 2 comments

Comments

@Ransu242
Copy link

someong help me. im trying to install pyrebase for my rpi pico w using thonny ide i can't install pyrebase package it said it doesnt look like a micropython package and if i install it an error occur

image

Installing to temp directory
"C:\Program Files (x86)\Thonny\python.exe" -m thonny.plugins.micropython.minipip install --target C:\Users\USER\AppData\Local\Temp\tmpbm4c2jqz Pyrebase
Processing 'Pyrebase'
Querying package metadata from https://micropython.org/pi/Pyrebase/json
Could not find 'Pyrebase' from https://micropython.org/pi
Querying package metadata from https://pypi.org/pypi/Pyrebase/json
Inspecting version 3.0.27
'Pyrebase' will be installed with pip (not having single tar.gz asset).
Installing with pip: ['Pyrebase']
Collecting Pyrebase
Using cached Pyrebase-3.0.27-py3-none-any.whl.metadata (681 bytes)
Collecting gcloud==0.17.0 (from Pyrebase)
Using cached gcloud-0.17.0-py3-none-any.whl
Collecting oauth2client==3.0.0 (from Pyrebase)
Using cached oauth2client-3.0.0-py3-none-any.whl
Collecting pycryptodome==3.4.3 (from Pyrebase)
Using cached pycryptodome-3.4.3.tar.gz (6.5 MB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting python-jwt==2.0.1 (from Pyrebase)
Using cached python_jwt-2.0.1-py2.py3-none-any.whl.metadata (7.5 kB)
Collecting requests==2.11.1 (from Pyrebase)
Downloading requests-2.11.1-py2.py3-none-any.whl.metadata (39 kB)
Collecting requests-toolbelt==0.7.0 (from Pyrebase)
Using cached requests_toolbelt-0.7.0-py2.py3-none-any.whl.metadata (11 kB)
Collecting httplib2>=0.9.1 (from gcloud==0.17.0->Pyrebase)
Using cached httplib2-0.22.0-py3-none-any.whl.metadata (2.6 kB)
Collecting googleapis-common-protos (from gcloud==0.17.0->Pyrebase)
Using cached googleapis_common_protos-1.63.0-py2.py3-none-any.whl.metadata (1.5 kB)
Collecting protobuf!=3.0.0.b2.post1,>=3.0.0b2 (from gcloud==0.17.0->Pyrebase)
Using cached protobuf-4.24.4-cp37-cp37m-win32.whl.metadata (540 bytes)
Collecting six (from gcloud==0.17.0->Pyrebase)
Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
Collecting pyasn1>=0.1.7 (from oauth2client==3.0.0->Pyrebase)
Using cached pyasn1-0.5.1-py2.py3-none-any.whl.metadata (8.6 kB)
Collecting pyasn1-modules>=0.0.5 (from oauth2client==3.0.0->Pyrebase)
Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl.metadata (3.6 kB)
Collecting rsa>=3.1.4 (from oauth2client==3.0.0->Pyrebase)
Using cached rsa-4.9-py3-none-any.whl.metadata (4.2 kB)
Collecting jws>=0.1.3 (from python-jwt==2.0.1->Pyrebase)
Using cached jws-0.1.3-py3-none-any.whl
Collecting pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 (from httplib2>=0.9.1->gcloud==0.17.0->Pyrebase)
Using cached pyparsing-3.1.2-py3-none-any.whl.metadata (5.1 kB)
Using cached Pyrebase-3.0.27-py3-none-any.whl (9.6 kB)
Using cached python_jwt-2.0.1-py2.py3-none-any.whl (8.8 kB)
Downloading requests-2.11.1-py2.py3-none-any.whl (514 kB)
---------------------------------------- 514.8/514.8 kB 2.5 MB/s eta 0:00:00
Using cached requests_toolbelt-0.7.0-py2.py3-none-any.whl (52 kB)
Using cached httplib2-0.22.0-py3-none-any.whl (96 kB)
Using cached protobuf-4.24.4-cp37-cp37m-win32.whl (409 kB)
Using cached pyasn1-0.5.1-py2.py3-none-any.whl (84 kB)
Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB)
Using cached rsa-4.9-py3-none-any.whl (34 kB)
Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Using cached googleapis_common_protos-1.63.0-py2.py3-none-any.whl (229 kB)
Using cached pyparsing-3.1.2-py3-none-any.whl (103 kB)
Building wheels for collected packages: pycryptodome
Building wheel for pycryptodome (setup.py): started
Building wheel for pycryptodome (setup.py): finished with status 'error'
error: subprocess-exited-with-error

python setup.py bdist_wheel did not run successfully.
exit code: 1

[364 lines of output]
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win32-3.7
creating build\lib.win32-3.7\Crypto
copying lib\Crypto_init_.py -> build\lib.win32-3.7\Crypto
creating build\lib.win32-3.7\Crypto\Cipher
copying lib\Crypto\Cipher\AES.py -> build\lib.win32-3.7\Crypto\Cipher
copying lib\Crypto\Cipher\ARC2.py -> build\lib.win32-3.7\Crypto\Cipher
copying lib\Crypto\Cipher\ARC4.py -> build\lib.win32-3.7\Crypto\Cipher
copying lib\Crypto\Cipher\Blowfish.py -> build\lib.win32-3.7\Crypto\Cipher
copying lib\Crypto\Cipher\CAST.py -> build\lib.win32-3.7\Crypto\Cipher
copying lib\Crypto\Cipher\ChaCha20.py -> build\lib.win32-3.7\Crypto\Cipher
copying lib\Crypto\Cipher\DES.py -> build\lib.win32-3.7\Crypto\Cipher
copying lib\Crypto\Cipher\DES3.py -> build\lib.win32-3.7\Crypto\Cipher
copying lib\Crypto\Cipher\PKCS1_OAEP.py -> build\lib.win32-3.7\Crypto\Cipher
copying lib\Crypto\Cipher\PKCS1_v1_5.py -> build\lib.win32-3.7\Crypto\Cipher
copying lib\Crypto\Cipher\Salsa20.py -> build\lib.win32-3.7\Crypto\Cipher
copying lib\Crypto\Cipher_mode_cbc.py -> build\lib.win32-3.7\Crypto\Cipher
copying lib\Crypto\Cipher_mode_ccm.py -> build\lib.win32-3.7\Crypto\Cipher
copying lib\Crypto\Cipher_mode_cfb.py -> build\lib.win32-3.7\Crypto\Cipher
copying lib\Crypto\Cipher_mode_ctr.py -> build\lib.win32-3.7\Crypto\Cipher
copying lib\Crypto\Cipher_mode_eax.py -> build\lib.win32-3.7\Crypto\Cipher
copying lib\Crypto\Cipher_mode_ecb.py -> build\lib.win32-3.7\Crypto\Cipher
copying lib\Crypto\Cipher_mode_gcm.py -> build\lib.win32-3.7\Crypto\Cipher
copying lib\Crypto\Cipher_mode_ocb.py -> build\lib.win32-3.7\Crypto\Cipher
copying lib\Crypto\Cipher_mode_ofb.py -> build\lib.win32-3.7\Crypto\Cipher
copying lib\Crypto\Cipher_mode_openpgp.py -> build\lib.win32-3.7\Crypto\Cipher
copying lib\Crypto\Cipher_mode_siv.py -> build\lib.win32-3.7\Crypto\Cipher
copying lib\Crypto\Cipher_init_.py -> build\lib.win32-3.7\Crypto\Cipher
creating build\lib.win32-3.7\Crypto\Hash
copying lib\Crypto\Hash\BLAKE2b.py -> build\lib.win32-3.7\Crypto\Hash
copying lib\Crypto\Hash\BLAKE2s.py -> build\lib.win32-3.7\Crypto\Hash
copying lib\Crypto\Hash\CMAC.py -> build\lib.win32-3.7\Crypto\Hash
copying lib\Crypto\Hash\HMAC.py -> build\lib.win32-3.7\Crypto\Hash
copying lib\Crypto\Hash\keccak.py -> build\lib.win32-3.7\Crypto\Hash
copying lib\Crypto\Hash\MD2.py -> build\lib.win32-3.7\Crypto\Hash
copying lib\Crypto\Hash\MD4.py -> build\lib.win32-3.7\Crypto\Hash
copying lib\Crypto\Hash\MD5.py -> build\lib.win32-3.7\Crypto\Hash
copying lib\Crypto\Hash\RIPEMD.py -> build\lib.win32-3.7\Crypto\Hash
copying lib\Crypto\Hash\RIPEMD160.py -> build\lib.win32-3.7\Crypto\Hash
copying lib\Crypto\Hash\SHA.py -> build\lib.win32-3.7\Crypto\Hash
copying lib\Crypto\Hash\SHA1.py -> build\lib.win32-3.7\Crypto\Hash
copying lib\Crypto\Hash\SHA224.py -> build\lib.win32-3.7\Crypto\Hash
copying lib\Crypto\Hash\SHA256.py -> build\lib.win32-3.7\Crypto\Hash
copying lib\Crypto\Hash\SHA384.py -> build\lib.win32-3.7\Crypto\Hash
copying lib\Crypto\Hash\SHA3_224.py -> build\lib.win32-3.7\Crypto\Hash
copying lib\Crypto\Hash\SHA3_256.py -> build\lib.win32-3.7\Crypto\Hash
copying lib\Crypto\Hash\SHA3_384.py -> build\lib.win32-3.7\Crypto\Hash
copying lib\Crypto\Hash\SHA3_512.py -> build\lib.win32-3.7\Crypto\Hash
copying lib\Crypto\Hash\SHA512.py -> build\lib.win32-3.7\Crypto\Hash
copying lib\Crypto\Hash\SHAKE128.py -> build\lib.win32-3.7\Crypto\Hash
copying lib\Crypto\Hash\SHAKE256.py -> build\lib.win32-3.7\Crypto\Hash
copying lib\Crypto\Hash_init_.py -> build\lib.win32-3.7\Crypto\Hash
creating build\lib.win32-3.7\Crypto\IO
copying lib\Crypto\IO\PEM.py -> build\lib.win32-3.7\Crypto\IO
copying lib\Crypto\IO\PKCS8.py -> build\lib.win32-3.7\Crypto\IO
copying lib\Crypto\IO_PBES.py -> build\lib.win32-3.7\Crypto\IO
copying lib\Crypto\IO_init_.py -> build\lib.win32-3.7\Crypto\IO
creating build\lib.win32-3.7\Crypto\PublicKey
copying lib\Crypto\PublicKey\DSA.py -> build\lib.win32-3.7\Crypto\PublicKey
copying lib\Crypto\PublicKey\ECC.py -> build\lib.win32-3.7\Crypto\PublicKey
copying lib\Crypto\PublicKey\ElGamal.py -> build\lib.win32-3.7\Crypto\PublicKey
copying lib\Crypto\PublicKey\RSA.py -> build\lib.win32-3.7\Crypto\PublicKey
copying lib\Crypto\PublicKey_init_.py -> build\lib.win32-3.7\Crypto\PublicKey
creating build\lib.win32-3.7\Crypto\Protocol
copying lib\Crypto\Protocol\KDF.py -> build\lib.win32-3.7\Crypto\Protocol
copying lib\Crypto\Protocol\SecretSharing.py -> build\lib.win32-3.7\Crypto\Protocol
copying lib\Crypto\Protocol_init_.py -> build\lib.win32-3.7\Crypto\Protocol
creating build\lib.win32-3.7\Crypto\Random
copying lib\Crypto\Random\random.py -> build\lib.win32-3.7\Crypto\Random
copying lib\Crypto\Random_init_.py -> build\lib.win32-3.7\Crypto\Random
creating build\lib.win32-3.7\Crypto\Signature
copying lib\Crypto\Signature\DSS.py -> build\lib.win32-3.7\Crypto\Signature
copying lib\Crypto\Signature\pkcs1_15.py -> build\lib.win32-3.7\Crypto\Signature
copying lib\Crypto\Signature\PKCS1_PSS.py -> build\lib.win32-3.7\Crypto\Signature
copying lib\Crypto\Signature\PKCS1_v1_5.py -> build\lib.win32-3.7\Crypto\Signature
copying lib\Crypto\Signature\pss.py -> build\lib.win32-3.7\Crypto\Signature
copying lib\Crypto\Signature_init_.py -> build\lib.win32-3.7\Crypto\Signature
creating build\lib.win32-3.7\Crypto\Util
copying lib\Crypto\Util\asn1.py -> build\lib.win32-3.7\Crypto\Util
copying lib\Crypto\Util\Counter.py -> build\lib.win32-3.7\Crypto\Util
copying lib\Crypto\Util\number.py -> build\lib.win32-3.7\Crypto\Util
copying lib\Crypto\Util\Padding.py -> build\lib.win32-3.7\Crypto\Util
copying lib\Crypto\Util\py3compat.py -> build\lib.win32-3.7\Crypto\Util
copying lib\Crypto\Util\RFC1751.py -> build\lib.win32-3.7\Crypto\Util
copying lib\Crypto\Util\strxor.py -> build\lib.win32-3.7\Crypto\Util
copying lib\Crypto\Util_file_system.py -> build\lib.win32-3.7\Crypto\Util
copying lib\Crypto\Util_number_new.py -> build\lib.win32-3.7\Crypto\Util
copying lib\Crypto\Util_raw_api.py -> build\lib.win32-3.7\Crypto\Util
copying lib\Crypto\Util_init_.py -> build\lib.win32-3.7\Crypto\Util
creating build\lib.win32-3.7\Crypto\Math
copying lib\Crypto\Math\Numbers.py -> build\lib.win32-3.7\Crypto\Math
copying lib\Crypto\Math\Primality.py -> build\lib.win32-3.7\Crypto\Math
copying lib\Crypto\Math_Numbers_gmp.py -> build\lib.win32-3.7\Crypto\Math
copying lib\Crypto\Math_Numbers_int.py -> build\lib.win32-3.7\Crypto\Math
copying lib\Crypto\Math_init_.py -> build\lib.win32-3.7\Crypto\Math
creating build\lib.win32-3.7\Crypto\SelfTest
copying lib\Crypto\SelfTest\loader.py -> build\lib.win32-3.7\Crypto\SelfTest
copying lib\Crypto\SelfTest\st_common.py -> build\lib.win32-3.7\Crypto\SelfTest
copying lib\Crypto\SelfTest_init_.py -> build\lib.win32-3.7\Crypto\SelfTest
copying lib\Crypto\SelfTest_main_.py -> build\lib.win32-3.7\Crypto\SelfTest
creating build\lib.win32-3.7\Crypto\SelfTest\Cipher
copying lib\Crypto\SelfTest\Cipher\common.py -> build\lib.win32-3.7\Crypto\SelfTest\Cipher
copying lib\Crypto\SelfTest\Cipher\test_AES.py -> build\lib.win32-3.7\Crypto\SelfTest\Cipher
copying lib\Crypto\SelfTest\Cipher\test_ARC2.py -> build\lib.win32-3.7\Crypto\SelfTest\Cipher
copying lib\Crypto\SelfTest\Cipher\test_ARC4.py -> build\lib.win32-3.7\Crypto\SelfTest\Cipher
copying lib\Crypto\SelfTest\Cipher\test_Blowfish.py -> build\lib.win32-3.7\Crypto\SelfTest\Cipher
copying lib\Crypto\SelfTest\Cipher\test_CAST.py -> build\lib.win32-3.7\Crypto\SelfTest\Cipher
copying lib\Crypto\SelfTest\Cipher\test_CBC.py -> build\lib.win32-3.7\Crypto\SelfTest\Cipher
copying lib\Crypto\SelfTest\Cipher\test_CCM.py -> build\lib.win32-3.7\Crypto\SelfTest\Cipher
copying lib\Crypto\SelfTest\Cipher\test_CFB.py -> build\lib.win32-3.7\Crypto\SelfTest\Cipher
copying lib\Crypto\SelfTest\Cipher\test_ChaCha20.py -> build\lib.win32-3.7\Crypto\SelfTest\Cipher
copying lib\Crypto\SelfTest\Cipher\test_CTR.py -> build\lib.win32-3.7\Crypto\SelfTest\Cipher
copying lib\Crypto\SelfTest\Cipher\test_DES.py -> build\lib.win32-3.7\Crypto\SelfTest\Cipher
copying lib\Crypto\SelfTest\Cipher\test_DES3.py -> build\lib.win32-3.7\Crypto\SelfTest\Cipher
copying lib\Crypto\SelfTest\Cipher\test_EAX.py -> build\lib.win32-3.7\Crypto\SelfTest\Cipher
copying lib\Crypto\SelfTest\Cipher\test_GCM.py -> build\lib.win32-3.7\Crypto\SelfTest\Cipher
copying lib\Crypto\SelfTest\Cipher\test_OCB.py -> build\lib.win32-3.7\Crypto\SelfTest\Cipher
copying lib\Crypto\SelfTest\Cipher\test_OFB.py -> build\lib.win32-3.7\Crypto\SelfTest\Cipher
copying lib\Crypto\SelfTest\Cipher\test_OpenPGP.py -> build\lib.win32-3.7\Crypto\SelfTest\Cipher
copying lib\Crypto\SelfTest\Cipher\test_pkcs1_15.py -> build\lib.win32-3.7\Crypto\SelfTest\Cipher
copying lib\Crypto\SelfTest\Cipher\test_pkcs1_oaep.py -> build\lib.win32-3.7\Crypto\SelfTest\Cipher
copying lib\Crypto\SelfTest\Cipher\test_Salsa20.py -> build\lib.win32-3.7\Crypto\SelfTest\Cipher
copying lib\Crypto\SelfTest\Cipher\test_SIV.py -> build\lib.win32-3.7\Crypto\SelfTest\Cipher
copying lib\Crypto\SelfTest\Cipher_init_.py -> build\lib.win32-3.7\Crypto\SelfTest\Cipher
creating build\lib.win32-3.7\Crypto\SelfTest\Hash
copying lib\Crypto\SelfTest\Hash\common.py -> build\lib.win32-3.7\Crypto\SelfTest\Hash
copying lib\Crypto\SelfTest\Hash\test_BLAKE2.py -> build\lib.win32-3.7\Crypto\SelfTest\Hash
copying lib\Crypto\SelfTest\Hash\test_CMAC.py -> build\lib.win32-3.7\Crypto\SelfTest\Hash
copying lib\Crypto\SelfTest\Hash\test_HMAC.py -> build\lib.win32-3.7\Crypto\SelfTest\Hash
copying lib\Crypto\SelfTest\Hash\test_keccak.py -> build\lib.win32-3.7\Crypto\SelfTest\Hash
copying lib\Crypto\SelfTest\Hash\test_MD2.py -> build\lib.win32-3.7\Crypto\SelfTest\Hash
copying lib\Crypto\SelfTest\Hash\test_MD4.py -> build\lib.win32-3.7\Crypto\SelfTest\Hash
copying lib\Crypto\SelfTest\Hash\test_MD5.py -> build\lib.win32-3.7\Crypto\SelfTest\Hash
copying lib\Crypto\SelfTest\Hash\test_RIPEMD160.py -> build\lib.win32-3.7\Crypto\SelfTest\Hash
copying lib\Crypto\SelfTest\Hash\test_SHA1.py -> build\lib.win32-3.7\Crypto\SelfTest\Hash
copying lib\Crypto\SelfTest\Hash\test_SHA224.py -> build\lib.win32-3.7\Crypto\SelfTest\Hash
copying lib\Crypto\SelfTest\Hash\test_SHA256.py -> build\lib.win32-3.7\Crypto\SelfTest\Hash
copying lib\Crypto\SelfTest\Hash\test_SHA384.py -> build\lib.win32-3.7\Crypto\SelfTest\Hash
copying lib\Crypto\SelfTest\Hash\test_SHA3_224.py -> build\lib.win32-3.7\Crypto\SelfTest\Hash
copying lib\Crypto\SelfTest\Hash\test_SHA3_256.py -> build\lib.win32-3.7\Crypto\SelfTest\Hash
copying lib\Crypto\SelfTest\Hash\test_SHA3_384.py -> build\lib.win32-3.7\Crypto\SelfTest\Hash
copying lib\Crypto\SelfTest\Hash\test_SHA3_512.py -> build\lib.win32-3.7\Crypto\SelfTest\Hash
copying lib\Crypto\SelfTest\Hash\test_SHA512.py -> build\lib.win32-3.7\Crypto\SelfTest\Hash
copying lib\Crypto\SelfTest\Hash\test_SHAKE.py -> build\lib.win32-3.7\Crypto\SelfTest\Hash
copying lib\Crypto\SelfTest\Hash_init_.py -> build\lib.win32-3.7\Crypto\SelfTest\Hash
creating build\lib.win32-3.7\Crypto\SelfTest\IO
copying lib\Crypto\SelfTest\IO\test_PBES.py -> build\lib.win32-3.7\Crypto\SelfTest\IO
copying lib\Crypto\SelfTest\IO\test_PKCS8.py -> build\lib.win32-3.7\Crypto\SelfTest\IO
copying lib\Crypto\SelfTest\IO_init_.py -> build\lib.win32-3.7\Crypto\SelfTest\IO
creating build\lib.win32-3.7\Crypto\SelfTest\Protocol
copying lib\Crypto\SelfTest\Protocol\test_KDF.py -> build\lib.win32-3.7\Crypto\SelfTest\Protocol
copying lib\Crypto\SelfTest\Protocol\test_rfc1751.py -> build\lib.win32-3.7\Crypto\SelfTest\Protocol
copying lib\Crypto\SelfTest\Protocol\test_SecretSharing.py -> build\lib.win32-3.7\Crypto\SelfTest\Protocol
copying lib\Crypto\SelfTest\Protocol_init_.py -> build\lib.win32-3.7\Crypto\SelfTest\Protocol
creating build\lib.win32-3.7\Crypto\SelfTest\PublicKey
copying lib\Crypto\SelfTest\PublicKey\test_DSA.py -> build\lib.win32-3.7\Crypto\SelfTest\PublicKey
copying lib\Crypto\SelfTest\PublicKey\test_ECC.py -> build\lib.win32-3.7\Crypto\SelfTest\PublicKey
copying lib\Crypto\SelfTest\PublicKey\test_ElGamal.py -> build\lib.win32-3.7\Crypto\SelfTest\PublicKey
copying lib\Crypto\SelfTest\PublicKey\test_import_DSA.py -> build\lib.win32-3.7\Crypto\SelfTest\PublicKey
copying lib\Crypto\SelfTest\PublicKey\test_import_ECC.py -> build\lib.win32-3.7\Crypto\SelfTest\PublicKey
copying lib\Crypto\SelfTest\PublicKey\test_import_RSA.py -> build\lib.win32-3.7\Crypto\SelfTest\PublicKey
copying lib\Crypto\SelfTest\PublicKey\test_RSA.py -> build\lib.win32-3.7\Crypto\SelfTest\PublicKey
copying lib\Crypto\SelfTest\PublicKey_init_.py -> build\lib.win32-3.7\Crypto\SelfTest\PublicKey
creating build\lib.win32-3.7\Crypto\SelfTest\Random
copying lib\Crypto\SelfTest\Random\test_random.py -> build\lib.win32-3.7\Crypto\SelfTest\Random
copying lib\Crypto\SelfTest\Random_init_.py -> build\lib.win32-3.7\Crypto\SelfTest\Random
creating build\lib.win32-3.7\Crypto\SelfTest\Signature
copying lib\Crypto\SelfTest\Signature\test_dss.py -> build\lib.win32-3.7\Crypto\SelfTest\Signature
copying lib\Crypto\SelfTest\Signature\test_pkcs1_15.py -> build\lib.win32-3.7\Crypto\SelfTest\Signature
copying lib\Crypto\SelfTest\Signature\test_pss.py -> build\lib.win32-3.7\Crypto\SelfTest\Signature
copying lib\Crypto\SelfTest\Signature_init_.py -> build\lib.win32-3.7\Crypto\SelfTest\Signature
creating build\lib.win32-3.7\Crypto\SelfTest\Util
copying lib\Crypto\SelfTest\Util\test_asn1.py -> build\lib.win32-3.7\Crypto\SelfTest\Util
copying lib\Crypto\SelfTest\Util\test_Counter.py -> build\lib.win32-3.7\Crypto\SelfTest\Util
copying lib\Crypto\SelfTest\Util\test_number.py -> build\lib.win32-3.7\Crypto\SelfTest\Util
copying lib\Crypto\SelfTest\Util\test_Padding.py -> build\lib.win32-3.7\Crypto\SelfTest\Util
copying lib\Crypto\SelfTest\Util\test_strxor.py -> build\lib.win32-3.7\Crypto\SelfTest\Util
copying lib\Crypto\SelfTest\Util_init_.py -> build\lib.win32-3.7\Crypto\SelfTest\Util
creating build\lib.win32-3.7\Crypto\SelfTest\Math
copying lib\Crypto\SelfTest\Math\test_Numbers.py -> build\lib.win32-3.7\Crypto\SelfTest\Math
copying lib\Crypto\SelfTest\Math\test_Primality.py -> build\lib.win32-3.7\Crypto\SelfTest\Math
copying lib\Crypto\SelfTest\Math_init_.py -> build\lib.win32-3.7\Crypto\SelfTest\Math
creating build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors
creating build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CBCGFSbox128.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CBCGFSbox192.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CBCGFSbox256.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CBCKeySbox128.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CBCKeySbox192.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CBCKeySbox256.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CBCMCT128.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CBCMCT192.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CBCMCT256.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CBCMMT128.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CBCMMT192.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CBCMMT256.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CBCVarKey128.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CBCVarKey192.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CBCVarKey256.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CBCVarTxt128.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CBCVarTxt192.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CBCVarTxt256.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB128GFSbox128.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB128GFSbox192.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB128GFSbox256.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB128KeySbox128.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB128KeySbox192.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB128KeySbox256.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB128MCT128.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB128MCT192.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB128MCT256.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB128MMT128.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB128MMT192.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB128MMT256.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB128VarKey128.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB128VarKey192.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB128VarKey256.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB128VarTxt128.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB128VarTxt192.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB128VarTxt256.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB8GFSbox128.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB8GFSbox192.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB8GFSbox256.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB8KeySbox128.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB8KeySbox192.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB8KeySbox256.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB8MCT128.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB8MCT192.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB8MCT256.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB8MMT128.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB8MMT192.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB8MMT256.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB8VarKey128.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB8VarKey192.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB8VarKey256.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB8VarTxt128.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB8VarTxt192.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\CFB8VarTxt256.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\gcmDecrypt128.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\gcmEncryptExtIV128.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\OFBGFSbox128.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\OFBGFSbox192.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\OFBGFSbox256.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\OFBKeySbox128.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\OFBKeySbox192.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\OFBKeySbox256.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\OFBMCT128.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\OFBMCT192.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\OFBMCT256.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\OFBMMT128.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\OFBMMT192.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\OFBMMT256.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\OFBVarKey128.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\OFBVarKey192.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\OFBVarKey256.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\OFBVarTxt128.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\OFBVarTxt192.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
copying lib\Crypto\SelfTest\Cipher\test_vectors\AES\OFBVarTxt256.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\AES
creating build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TCBCinvperm.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TCBCMMT2.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TCBCMMT3.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TCBCpermop.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TCBCsubtab.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TCBCvarkey.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TCBCvartext.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TCFB64invperm.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TCFB64MMT2.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TCFB64MMT3.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TCFB64permop.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TCFB64subtab.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TCFB64varkey.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TCFB64vartext.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TCFB8invperm.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TCFB8MMT2.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TCFB8MMT3.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TCFB8permop.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TCFB8subtab.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TCFB8varkey.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TCFB8vartext.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TECBMMT2.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TECBMMT3.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TOFBinvperm.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TOFBMMT2.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TOFBMMT3.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TOFBpermop.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TOFBsubtab.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TOFBvarkey.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
copying lib\Crypto\SelfTest\Cipher\test_vectors\TDES\TOFBvartext.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Cipher\test_vectors\TDES
creating build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors
creating build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\SHA3
copying lib\Crypto\SelfTest\Hash\test_vectors\SHA3\ShortMsgKAT_SHA3-224.txt -> build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\SHA3
copying lib\Crypto\SelfTest\Hash\test_vectors\SHA3\ShortMsgKAT_SHA3-256.txt -> build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\SHA3
copying lib\Crypto\SelfTest\Hash\test_vectors\SHA3\ShortMsgKAT_SHA3-384.txt -> build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\SHA3
copying lib\Crypto\SelfTest\Hash\test_vectors\SHA3\ShortMsgKAT_SHA3-512.txt -> build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\SHA3
copying lib\Crypto\SelfTest\Hash\test_vectors\SHA3\ShortMsgKAT_SHAKE128.txt -> build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\SHA3
copying lib\Crypto\SelfTest\Hash\test_vectors\SHA3\ShortMsgKAT_SHAKE256.txt -> build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\SHA3
creating build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\keccak
copying lib\Crypto\SelfTest\Hash\test_vectors\keccak\ExtremelyLongMsgKAT_224.txt -> build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\keccak
copying lib\Crypto\SelfTest\Hash\test_vectors\keccak\ExtremelyLongMsgKAT_256.txt -> build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\keccak
copying lib\Crypto\SelfTest\Hash\test_vectors\keccak\ExtremelyLongMsgKAT_384.txt -> build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\keccak
copying lib\Crypto\SelfTest\Hash\test_vectors\keccak\ExtremelyLongMsgKAT_512.txt -> build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\keccak
copying lib\Crypto\SelfTest\Hash\test_vectors\keccak\LongMsgKAT_224.txt -> build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\keccak
copying lib\Crypto\SelfTest\Hash\test_vectors\keccak\LongMsgKAT_256.txt -> build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\keccak
copying lib\Crypto\SelfTest\Hash\test_vectors\keccak\LongMsgKAT_384.txt -> build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\keccak
copying lib\Crypto\SelfTest\Hash\test_vectors\keccak\LongMsgKAT_512.txt -> build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\keccak
copying lib\Crypto\SelfTest\Hash\test_vectors\keccak\readme.txt -> build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\keccak
copying lib\Crypto\SelfTest\Hash\test_vectors\keccak\ShortMsgKAT_224.txt -> build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\keccak
copying lib\Crypto\SelfTest\Hash\test_vectors\keccak\ShortMsgKAT_256.txt -> build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\keccak
copying lib\Crypto\SelfTest\Hash\test_vectors\keccak\ShortMsgKAT_384.txt -> build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\keccak
copying lib\Crypto\SelfTest\Hash\test_vectors\keccak\ShortMsgKAT_512.txt -> build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\keccak
creating build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\BLAKE2s
copying lib\Crypto\SelfTest\Hash\test_vectors\BLAKE2s\blake2s-test.txt -> build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\BLAKE2s
copying lib\Crypto\SelfTest\Hash\test_vectors\BLAKE2s\tv1.txt -> build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\BLAKE2s
copying lib\Crypto\SelfTest\Hash\test_vectors\BLAKE2s\tv2.txt -> build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\BLAKE2s
creating build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\BLAKE2b
copying lib\Crypto\SelfTest\Hash\test_vectors\BLAKE2b\blake2b-test.txt -> build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\BLAKE2b
copying lib\Crypto\SelfTest\Hash\test_vectors\BLAKE2b\tv1.txt -> build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\BLAKE2b
copying lib\Crypto\SelfTest\Hash\test_vectors\BLAKE2b\tv2.txt -> build\lib.win32-3.7\Crypto\SelfTest\Hash\test_vectors\BLAKE2b
creating build\lib.win32-3.7\Crypto\SelfTest\PublicKey\test_vectors
creating build\lib.win32-3.7\Crypto\SelfTest\PublicKey\test_vectors\ECC
copying lib\Crypto\SelfTest\PublicKey\test_vectors\ECC\ecc_p256.txt -> build\lib.win32-3.7\Crypto\SelfTest\PublicKey\test_vectors\ECC
copying lib\Crypto\SelfTest\PublicKey\test_vectors\ECC\ecc_p256_private.der -> build\lib.win32-3.7\Crypto\SelfTest\PublicKey\test_vectors\ECC
copying lib\Crypto\SelfTest\PublicKey\test_vectors\ECC\ecc_p256_private.pem -> build\lib.win32-3.7\Crypto\SelfTest\PublicKey\test_vectors\ECC
copying lib\Crypto\SelfTest\PublicKey\test_vectors\ECC\ecc_p256_private_enc_aes128.pem -> build\lib.win32-3.7\Crypto\SelfTest\PublicKey\test_vectors\ECC
copying lib\Crypto\SelfTest\PublicKey\test_vectors\ECC\ecc_p256_private_enc_aes192.pem -> build\lib.win32-3.7\Crypto\SelfTest\PublicKey\test_vectors\ECC
copying lib\Crypto\SelfTest\PublicKey\test_vectors\ECC\ecc_p256_private_enc_aes256_gcm.pem -> build\lib.win32-3.7\Crypto\SelfTest\PublicKey\test_vectors\ECC
copying lib\Crypto\SelfTest\PublicKey\test_vectors\ECC\ecc_p256_private_enc_des3.pem -> build\lib.win32-3.7\Crypto\SelfTest\PublicKey\test_vectors\ECC
copying lib\Crypto\SelfTest\PublicKey\test_vectors\ECC\ecc_p256_private_p8.der -> build\lib.win32-3.7\Crypto\SelfTest\PublicKey\test_vectors\ECC
copying lib\Crypto\SelfTest\PublicKey\test_vectors\ECC\ecc_p256_private_p8.pem -> build\lib.win32-3.7\Crypto\SelfTest\PublicKey\test_vectors\ECC
copying lib\Crypto\SelfTest\PublicKey\test_vectors\ECC\ecc_p256_private_p8_clear.der -> build\lib.win32-3.7\Crypto\SelfTest\PublicKey\test_vectors\ECC
copying lib\Crypto\SelfTest\PublicKey\test_vectors\ECC\ecc_p256_private_p8_clear.pem -> build\lib.win32-3.7\Crypto\SelfTest\PublicKey\test_vectors\ECC
copying lib\Crypto\SelfTest\PublicKey\test_vectors\ECC\ecc_p256_public.der -> build\lib.win32-3.7\Crypto\SelfTest\PublicKey\test_vectors\ECC
copying lib\Crypto\SelfTest\PublicKey\test_vectors\ECC\ecc_p256_public.pem -> build\lib.win32-3.7\Crypto\SelfTest\PublicKey\test_vectors\ECC
copying lib\Crypto\SelfTest\PublicKey\test_vectors\ECC\ecc_p256_public_openssh.txt -> build\lib.win32-3.7\Crypto\SelfTest\PublicKey\test_vectors\ECC
copying lib\Crypto\SelfTest\PublicKey\test_vectors\ECC\ecc_p256_x509.der -> build\lib.win32-3.7\Crypto\SelfTest\PublicKey\test_vectors\ECC
copying lib\Crypto\SelfTest\PublicKey\test_vectors\ECC\ecc_p256_x509.pem -> build\lib.win32-3.7\Crypto\SelfTest\PublicKey\test_vectors\ECC
copying lib\Crypto\SelfTest\PublicKey\test_vectors\ECC\gen_ecc_p256.sh -> build\lib.win32-3.7\Crypto\SelfTest\PublicKey\test_vectors\ECC
copying lib\Crypto\SelfTest\PublicKey\test_vectors\ECC\openssl_version.txt -> build\lib.win32-3.7\Crypto\SelfTest\PublicKey\test_vectors\ECC
copying lib\Crypto\SelfTest\PublicKey\test_vectors\ECC\point-at-infinity.org-P256.txt -> build\lib.win32-3.7\Crypto\SelfTest\PublicKey\test_vectors\ECC
creating build\lib.win32-3.7\Crypto\SelfTest\Signature\test_vectors
creating build\lib.win32-3.7\Crypto\SelfTest\Signature\test_vectors\DSA
copying lib\Crypto\SelfTest\Signature\test_vectors\DSA\FIPS_186_3_SigGen.txt -> build\lib.win32-3.7\Crypto\SelfTest\Signature\test_vectors\DSA
copying lib\Crypto\SelfTest\Signature\test_vectors\DSA\FIPS_186_3_SigVer.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Signature\test_vectors\DSA
creating build\lib.win32-3.7\Crypto\SelfTest\Signature\test_vectors\ECDSA
copying lib\Crypto\SelfTest\Signature\test_vectors\ECDSA\README.txt -> build\lib.win32-3.7\Crypto\SelfTest\Signature\test_vectors\ECDSA
copying lib\Crypto\SelfTest\Signature\test_vectors\ECDSA\SigGen.txt -> build\lib.win32-3.7\Crypto\SelfTest\Signature\test_vectors\ECDSA
copying lib\Crypto\SelfTest\Signature\test_vectors\ECDSA\SigVer.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Signature\test_vectors\ECDSA
creating build\lib.win32-3.7\Crypto\SelfTest\Signature\test_vectors\PKCS1-v1.5
copying lib\Crypto\SelfTest\Signature\test_vectors\PKCS1-v1.5\SigGen15_186-2.txt -> build\lib.win32-3.7\Crypto\SelfTest\Signature\test_vectors\PKCS1-v1.5
copying lib\Crypto\SelfTest\Signature\test_vectors\PKCS1-v1.5\SigGen15_186-3.txt -> build\lib.win32-3.7\Crypto\SelfTest\Signature\test_vectors\PKCS1-v1.5
copying lib\Crypto\SelfTest\Signature\test_vectors\PKCS1-v1.5\SigVer15_186-3.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Signature\test_vectors\PKCS1-v1.5
creating build\lib.win32-3.7\Crypto\SelfTest\Signature\test_vectors\PKCS1-PSS
copying lib\Crypto\SelfTest\Signature\test_vectors\PKCS1-PSS\SigGenPSS_186-2.txt -> build\lib.win32-3.7\Crypto\SelfTest\Signature\test_vectors\PKCS1-PSS
copying lib\Crypto\SelfTest\Signature\test_vectors\PKCS1-PSS\SigGenPSS_186-3.txt -> build\lib.win32-3.7\Crypto\SelfTest\Signature\test_vectors\PKCS1-PSS
copying lib\Crypto\SelfTest\Signature\test_vectors\PKCS1-PSS\SigVerPSS_186-3.rsp -> build\lib.win32-3.7\Crypto\SelfTest\Signature\test_vectors\PKCS1-PSS
Skipping optional fixer: buffer
Skipping optional fixer: idioms
Skipping optional fixer: set_literal
Skipping optional fixer: ws_comma
running build_ext
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pycryptodome
Running setup.py clean for pycryptodome
Failed to build pycryptodome
ERROR: Could not build wheels for pycryptodome, which is required to install pyproject.toml-based projects

minipip returned with error code 1

image

@aivarannamaa
Copy link
Member

The logs tell me that you are trying to install pyrebase onto your MicroPython device. Is this what you wanted to do?

@Ransu242
Copy link
Author

Ransu242 commented May 14, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants