Windows 10 Command Prompt pip install












0















I am a fairly new to using the command prompt, and this may also be a pip issue, however, I am getting an issue where my command prompt will not finish a task from a "pip install some-package". The image linked is what my command prompt displays. If anyone can clarify whether this is a pip or Windows 10 issue please let me know.



Below is what my command prompt shows:




(firstVenv) C:UserssteinDocumentsCapstoneWebSitedjangoPractfirstVenv>pip install python-nvd3
Collecting python-nvd3
Downloading https://files.pythonhosted.org/packages/0b/aa/97165daa6e319409c5c2582e62736a7353bda3c90d90fdcb0b11e116dd2d/python-nvd3-0.15.0.tar.gz
Collecting python-slugify>=1.2.5 (from python-nvd3)
Downloading https://files.pythonhosted.org/packages/1f/9c/8b07d625e9c9df567986d887f0375075abb1923e49d074a7803cd1527dae/python-slugify-2.0.1.tar.gz
Collecting Jinja2>=2.8 (from python-nvd3)
Using cached https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl
Collecting Unidecode>=0.04.16 (from python-slugify>=1.2.5->python-nvd3)
Downloading https://files.pythonhosted.org/packages/31/39/53096f9217b057cb049fe872b7fc7ce799a1a89b76cf917d9639e7a558b5/Unidecode-1.0.23-py2.py3-none-any.whl (237kB)
100% |████████████████████████████████| 245kB 691kB/s
Collecting MarkupSafe>=0.23 (from Jinja2>=2.8->python-nvd3)
Using cached https://files.pythonhosted.org/packages/e9/e9/4e6394de81f28fcd331298110714980ad4978d9d0d6649c54bd88bf1cd43/MarkupSafe-1.1.0-cp37-cp37m-win32.whl
Installing collected packages: Unidecode, python-slugify, MarkupSafe, Jinja2, python-nvd3
Running setup.py install for python-slugify ... done
Running setup.py install for python-nvd3 ... done
Successfully installed Jinja2-2.10 MarkupSafe-1.1.0 Unidecode-1.0.23 python-nvd3-0.15.0 python-slugify-2.0.1




My command prompt, no matter how much time passes, pip will not close the install task. Below is what the command prompt after Ctrl + c is pressed:




Traceback (most recent call last):
File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_vendorlockfilelinklockfile.py", line 31, in acquire
os.link(self.unique_name, self.lock_file)
OSError: [WinError 50] The request is not supported: 'C:UserssteinAppDataLocalpipCacheLAPTOP-5OJ7V2CV-1758.95001404552144' -> 'C:UserssteinAppDataLocalpipCacheselfcheck.json.lock'




During handling of the above exception, another exception occurred:



Traceback (most recent call last): File "C:UserssteinAppDataLocalProgramsPythonPython37-32librunpy.py", line 193, in _run_module_as_main
"main", mod_spec) File "C:UserssteinAppDataLocalProgramsPythonPython37-32librunpy.py", line 85, in _run_code
exec(code, run_globals) File "C:UserssteinDocumentsCapstoneWebSitedjangoPractfirstVenvScriptspip.exe__main__.py", line 9, in File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_internal__init__.py", line 78, in main
return command.main(cmd_args) File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_internalclibase_command.py", line 228, in main
pip_version_check(session, options) File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_internalutilsoutdated.py", line 140, in pip_version_check
state.save(pypi_version, current_time) File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_internalutilsoutdated.py", line 62, in save
with lockfile.LockFile(self.statefile_path): File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_vendorlockfile__init__.py", line 197, in enter
self.acquire() File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_vendorlockfilelinklockfile.py", line 50, in acquire
time.sleep(timeout is not None and timeout / 10 or 0.1) KeyboardInterrupt










share|improve this question

























  • Please post your text as text, not images.

    – Scott
    Jan 28 at 2:46
















0















I am a fairly new to using the command prompt, and this may also be a pip issue, however, I am getting an issue where my command prompt will not finish a task from a "pip install some-package". The image linked is what my command prompt displays. If anyone can clarify whether this is a pip or Windows 10 issue please let me know.



Below is what my command prompt shows:




(firstVenv) C:UserssteinDocumentsCapstoneWebSitedjangoPractfirstVenv>pip install python-nvd3
Collecting python-nvd3
Downloading https://files.pythonhosted.org/packages/0b/aa/97165daa6e319409c5c2582e62736a7353bda3c90d90fdcb0b11e116dd2d/python-nvd3-0.15.0.tar.gz
Collecting python-slugify>=1.2.5 (from python-nvd3)
Downloading https://files.pythonhosted.org/packages/1f/9c/8b07d625e9c9df567986d887f0375075abb1923e49d074a7803cd1527dae/python-slugify-2.0.1.tar.gz
Collecting Jinja2>=2.8 (from python-nvd3)
Using cached https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl
Collecting Unidecode>=0.04.16 (from python-slugify>=1.2.5->python-nvd3)
Downloading https://files.pythonhosted.org/packages/31/39/53096f9217b057cb049fe872b7fc7ce799a1a89b76cf917d9639e7a558b5/Unidecode-1.0.23-py2.py3-none-any.whl (237kB)
100% |████████████████████████████████| 245kB 691kB/s
Collecting MarkupSafe>=0.23 (from Jinja2>=2.8->python-nvd3)
Using cached https://files.pythonhosted.org/packages/e9/e9/4e6394de81f28fcd331298110714980ad4978d9d0d6649c54bd88bf1cd43/MarkupSafe-1.1.0-cp37-cp37m-win32.whl
Installing collected packages: Unidecode, python-slugify, MarkupSafe, Jinja2, python-nvd3
Running setup.py install for python-slugify ... done
Running setup.py install for python-nvd3 ... done
Successfully installed Jinja2-2.10 MarkupSafe-1.1.0 Unidecode-1.0.23 python-nvd3-0.15.0 python-slugify-2.0.1




My command prompt, no matter how much time passes, pip will not close the install task. Below is what the command prompt after Ctrl + c is pressed:




Traceback (most recent call last):
File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_vendorlockfilelinklockfile.py", line 31, in acquire
os.link(self.unique_name, self.lock_file)
OSError: [WinError 50] The request is not supported: 'C:UserssteinAppDataLocalpipCacheLAPTOP-5OJ7V2CV-1758.95001404552144' -> 'C:UserssteinAppDataLocalpipCacheselfcheck.json.lock'




During handling of the above exception, another exception occurred:



Traceback (most recent call last): File "C:UserssteinAppDataLocalProgramsPythonPython37-32librunpy.py", line 193, in _run_module_as_main
"main", mod_spec) File "C:UserssteinAppDataLocalProgramsPythonPython37-32librunpy.py", line 85, in _run_code
exec(code, run_globals) File "C:UserssteinDocumentsCapstoneWebSitedjangoPractfirstVenvScriptspip.exe__main__.py", line 9, in File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_internal__init__.py", line 78, in main
return command.main(cmd_args) File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_internalclibase_command.py", line 228, in main
pip_version_check(session, options) File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_internalutilsoutdated.py", line 140, in pip_version_check
state.save(pypi_version, current_time) File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_internalutilsoutdated.py", line 62, in save
with lockfile.LockFile(self.statefile_path): File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_vendorlockfile__init__.py", line 197, in enter
self.acquire() File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_vendorlockfilelinklockfile.py", line 50, in acquire
time.sleep(timeout is not None and timeout / 10 or 0.1) KeyboardInterrupt










share|improve this question

























  • Please post your text as text, not images.

    – Scott
    Jan 28 at 2:46














0












0








0








I am a fairly new to using the command prompt, and this may also be a pip issue, however, I am getting an issue where my command prompt will not finish a task from a "pip install some-package". The image linked is what my command prompt displays. If anyone can clarify whether this is a pip or Windows 10 issue please let me know.



Below is what my command prompt shows:




(firstVenv) C:UserssteinDocumentsCapstoneWebSitedjangoPractfirstVenv>pip install python-nvd3
Collecting python-nvd3
Downloading https://files.pythonhosted.org/packages/0b/aa/97165daa6e319409c5c2582e62736a7353bda3c90d90fdcb0b11e116dd2d/python-nvd3-0.15.0.tar.gz
Collecting python-slugify>=1.2.5 (from python-nvd3)
Downloading https://files.pythonhosted.org/packages/1f/9c/8b07d625e9c9df567986d887f0375075abb1923e49d074a7803cd1527dae/python-slugify-2.0.1.tar.gz
Collecting Jinja2>=2.8 (from python-nvd3)
Using cached https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl
Collecting Unidecode>=0.04.16 (from python-slugify>=1.2.5->python-nvd3)
Downloading https://files.pythonhosted.org/packages/31/39/53096f9217b057cb049fe872b7fc7ce799a1a89b76cf917d9639e7a558b5/Unidecode-1.0.23-py2.py3-none-any.whl (237kB)
100% |████████████████████████████████| 245kB 691kB/s
Collecting MarkupSafe>=0.23 (from Jinja2>=2.8->python-nvd3)
Using cached https://files.pythonhosted.org/packages/e9/e9/4e6394de81f28fcd331298110714980ad4978d9d0d6649c54bd88bf1cd43/MarkupSafe-1.1.0-cp37-cp37m-win32.whl
Installing collected packages: Unidecode, python-slugify, MarkupSafe, Jinja2, python-nvd3
Running setup.py install for python-slugify ... done
Running setup.py install for python-nvd3 ... done
Successfully installed Jinja2-2.10 MarkupSafe-1.1.0 Unidecode-1.0.23 python-nvd3-0.15.0 python-slugify-2.0.1




My command prompt, no matter how much time passes, pip will not close the install task. Below is what the command prompt after Ctrl + c is pressed:




Traceback (most recent call last):
File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_vendorlockfilelinklockfile.py", line 31, in acquire
os.link(self.unique_name, self.lock_file)
OSError: [WinError 50] The request is not supported: 'C:UserssteinAppDataLocalpipCacheLAPTOP-5OJ7V2CV-1758.95001404552144' -> 'C:UserssteinAppDataLocalpipCacheselfcheck.json.lock'




During handling of the above exception, another exception occurred:



Traceback (most recent call last): File "C:UserssteinAppDataLocalProgramsPythonPython37-32librunpy.py", line 193, in _run_module_as_main
"main", mod_spec) File "C:UserssteinAppDataLocalProgramsPythonPython37-32librunpy.py", line 85, in _run_code
exec(code, run_globals) File "C:UserssteinDocumentsCapstoneWebSitedjangoPractfirstVenvScriptspip.exe__main__.py", line 9, in File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_internal__init__.py", line 78, in main
return command.main(cmd_args) File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_internalclibase_command.py", line 228, in main
pip_version_check(session, options) File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_internalutilsoutdated.py", line 140, in pip_version_check
state.save(pypi_version, current_time) File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_internalutilsoutdated.py", line 62, in save
with lockfile.LockFile(self.statefile_path): File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_vendorlockfile__init__.py", line 197, in enter
self.acquire() File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_vendorlockfilelinklockfile.py", line 50, in acquire
time.sleep(timeout is not None and timeout / 10 or 0.1) KeyboardInterrupt










share|improve this question
















I am a fairly new to using the command prompt, and this may also be a pip issue, however, I am getting an issue where my command prompt will not finish a task from a "pip install some-package". The image linked is what my command prompt displays. If anyone can clarify whether this is a pip or Windows 10 issue please let me know.



Below is what my command prompt shows:




(firstVenv) C:UserssteinDocumentsCapstoneWebSitedjangoPractfirstVenv>pip install python-nvd3
Collecting python-nvd3
Downloading https://files.pythonhosted.org/packages/0b/aa/97165daa6e319409c5c2582e62736a7353bda3c90d90fdcb0b11e116dd2d/python-nvd3-0.15.0.tar.gz
Collecting python-slugify>=1.2.5 (from python-nvd3)
Downloading https://files.pythonhosted.org/packages/1f/9c/8b07d625e9c9df567986d887f0375075abb1923e49d074a7803cd1527dae/python-slugify-2.0.1.tar.gz
Collecting Jinja2>=2.8 (from python-nvd3)
Using cached https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl
Collecting Unidecode>=0.04.16 (from python-slugify>=1.2.5->python-nvd3)
Downloading https://files.pythonhosted.org/packages/31/39/53096f9217b057cb049fe872b7fc7ce799a1a89b76cf917d9639e7a558b5/Unidecode-1.0.23-py2.py3-none-any.whl (237kB)
100% |████████████████████████████████| 245kB 691kB/s
Collecting MarkupSafe>=0.23 (from Jinja2>=2.8->python-nvd3)
Using cached https://files.pythonhosted.org/packages/e9/e9/4e6394de81f28fcd331298110714980ad4978d9d0d6649c54bd88bf1cd43/MarkupSafe-1.1.0-cp37-cp37m-win32.whl
Installing collected packages: Unidecode, python-slugify, MarkupSafe, Jinja2, python-nvd3
Running setup.py install for python-slugify ... done
Running setup.py install for python-nvd3 ... done
Successfully installed Jinja2-2.10 MarkupSafe-1.1.0 Unidecode-1.0.23 python-nvd3-0.15.0 python-slugify-2.0.1




My command prompt, no matter how much time passes, pip will not close the install task. Below is what the command prompt after Ctrl + c is pressed:




Traceback (most recent call last):
File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_vendorlockfilelinklockfile.py", line 31, in acquire
os.link(self.unique_name, self.lock_file)
OSError: [WinError 50] The request is not supported: 'C:UserssteinAppDataLocalpipCacheLAPTOP-5OJ7V2CV-1758.95001404552144' -> 'C:UserssteinAppDataLocalpipCacheselfcheck.json.lock'




During handling of the above exception, another exception occurred:



Traceback (most recent call last): File "C:UserssteinAppDataLocalProgramsPythonPython37-32librunpy.py", line 193, in _run_module_as_main
"main", mod_spec) File "C:UserssteinAppDataLocalProgramsPythonPython37-32librunpy.py", line 85, in _run_code
exec(code, run_globals) File "C:UserssteinDocumentsCapstoneWebSitedjangoPractfirstVenvScriptspip.exe__main__.py", line 9, in File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_internal__init__.py", line 78, in main
return command.main(cmd_args) File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_internalclibase_command.py", line 228, in main
pip_version_check(session, options) File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_internalutilsoutdated.py", line 140, in pip_version_check
state.save(pypi_version, current_time) File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_internalutilsoutdated.py", line 62, in save
with lockfile.LockFile(self.statefile_path): File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_vendorlockfile__init__.py", line 197, in enter
self.acquire() File "c:userssteindocumentscapstonewebsitedjangopractfirstvenvlibsite-packagespip_vendorlockfilelinklockfile.py", line 50, in acquire
time.sleep(timeout is not None and timeout / 10 or 0.1) KeyboardInterrupt







windows-10 command-line python pip






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 28 at 3:34







Saturn254

















asked Jan 28 at 2:37









Saturn254Saturn254

11




11













  • Please post your text as text, not images.

    – Scott
    Jan 28 at 2:46



















  • Please post your text as text, not images.

    – Scott
    Jan 28 at 2:46

















Please post your text as text, not images.

– Scott
Jan 28 at 2:46





Please post your text as text, not images.

– Scott
Jan 28 at 2:46










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1399089%2fwindows-10-command-prompt-pip-install%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1399089%2fwindows-10-command-prompt-pip-install%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Plaza Victoria

In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...