Created
December 15, 2020 19:22
-
-
Save Magicking/fd6761f4d0d178b6247509b25d06afdd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS C:\Users\Smith\Documents\codes\batchDeposit> pip3 install -U mythx-cli | |
Collecting mythx-cli | |
Using cached mythx_cli-0.6.22-py2.py3-none-any.whl (48 kB) | |
Collecting py-solc-x==1.0.0 | |
Using cached py_solc_x-1.0.0-py3-none-any.whl (15 kB) | |
Requirement already satisfied, skipping upgrade: Jinja2==2.11.2 in c:\python39\lib\site-packages (from mythx-cli) (2.11.2) | |
Requirement already satisfied, skipping upgrade: PyYAML==5.3.1 in c:\python39\lib\site-packages (from mythx-cli) (5.3.1) | |
Collecting pythx==1.6.1 | |
Using cached pythx-1.6.1-py2.py3-none-any.whl (39 kB) | |
Collecting htmlmin==0.1.12 | |
Using cached htmlmin-0.1.12.tar.gz (19 kB) | |
Requirement already satisfied, skipping upgrade: tabulate==0.8.7 in c:\python39\lib\site-packages (from mythx-cli) (0.8.7) | |
Requirement already satisfied, skipping upgrade: Click==7.1.2 in c:\python39\lib\site-packages (from mythx-cli) (7.1.2) | |
Collecting requests<3,>=2.19.0 | |
Using cached requests-2.25.0-py2.py3-none-any.whl (61 kB) | |
Collecting semantic-version<3,>=2.8.1 | |
Using cached semantic_version-2.8.5-py2.py3-none-any.whl (15 kB) | |
Requirement already satisfied, skipping upgrade: MarkupSafe>=0.23 in c:\python39\lib\site-packages (from Jinja2==2.11.2->mythx-cli) (1.1.1) | |
Collecting inflection==0.5.0 | |
Using cached inflection-0.5.0-py2.py3-none-any.whl (5.8 kB) | |
Collecting PyJWT<1.8.0,>=1.7.0 | |
Using cached PyJWT-1.7.1-py2.py3-none-any.whl (18 kB) | |
Collecting mythx-models==1.9.1 | |
Using cached mythx_models-1.9.1-py2.py3-none-any.whl (82 kB) | |
Collecting python-dateutil<2.9.0,>=2.8.0 | |
Using cached python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) | |
Collecting idna<3,>=2.5 | |
Using cached idna-2.10-py2.py3-none-any.whl (58 kB) | |
Requirement already satisfied, skipping upgrade: chardet<4,>=3.0.2 in c:\python39\lib\site-packages (from requests<3,>=2.19.0->py-solc-x==1.0.0->mythx-cli) (3.0.4) | |
Collecting certifi>=2017.4.17 | |
Using cached certifi-2020.12.5-py2.py3-none-any.whl (147 kB) | |
Collecting urllib3<1.27,>=1.21.1 | |
Using cached urllib3-1.26.2-py2.py3-none-any.whl (136 kB) | |
Collecting jsonschema<4.0.0 | |
Using cached jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) | |
Collecting six>=1.5 | |
Using cached six-1.15.0-py2.py3-none-any.whl (10 kB) | |
Collecting attrs>=17.4.0 | |
Using cached attrs-20.3.0-py2.py3-none-any.whl (49 kB) | |
Collecting pyrsistent>=0.14.0 | |
Using cached pyrsistent-0.17.3.tar.gz (106 kB) | |
Requirement already satisfied, skipping upgrade: setuptools in c:\python39\lib\site-packages (from jsonschema<4.0.0->mythx-models==1.9.1->pythx==1.6.1->mythx-cli) (49.2.1) | |
Using legacy 'setup.py install' for htmlmin, since package 'wheel' is not installed. | |
Using legacy 'setup.py install' for pyrsistent, since package 'wheel' is not installed. | |
Installing collected packages: idna, certifi, urllib3, requests, semantic-version, py-solc-x, inflection, PyJWT, attrs, pyrsistent, six, jsonschema, python-dateutil, mythx-models, pythx, htmlmin, mythx-cli | |
WARNING: Failed to write executable - trying to use .deleteme logic | |
ERROR: Could not install packages due to an EnvironmentError: [WinError 2] Le fichier spécifié est introuvable: 'c:\\python39\\Scripts\\pyjwt.exe' -> 'c:\\python39\\Scripts\\pyjwt.exe.deleteme' | |
WARNING: You are using pip version 20.2.3; however, version 20.3.1 is available. | |
You should consider upgrading via the 'c:\python39\python.exe -m pip install --upgrade pip' command. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment