tensorflow-gpu error: Could not install packages due to an EnvironmentError: [Errno 2] No such file or...











up vote
0
down vote

favorite












Trying to install tensorflow-gpu version 1.8.



Already installed NVIDIA,CUDA and cudnn.
I'm using windows 10 and python 3.
created an environment.



When trying:



pip install tensorflow-gpu==1.8


I get:




Collecting tensorflow-gpu==1.8 Using cached
https://files.pythonhosted.org/packages/42/a8/4c96a2b4f88f5d6dfd70313ebf38de1fe4d49ba9bf2ef34dc12dd198ab9a/tensorflow_gpu-1.8.0-cp36-cp36m-win_amd64.whl
Requirement already satisfied: gast>=0.2.0 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(0.2.0) Requirement already satisfied: protobuf>=3.4.0 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(3.5.2) Requirement already satisfied: wheel>=0.26 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(0.32.1) Requirement already satisfied: termcolor>=1.1.0 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(1.1.0) Requirement already satisfied: absl-py>=0.1.6 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(0.5.0) Requirement already satisfied: astor>=0.6.0 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(0.7.1) Collecting tensorboard<1.9.0,>=1.8.0 (from
tensorflow-gpu==1.8) Using cached
https://files.pythonhosted.org/packages/59/a6/0ae6092b7542cfedba6b2a1c9b8dceaf278238c39484f3ba03b03f07803c/tensorboard-1.8.0-py3-none-any.whl
Requirement already satisfied: grpcio>=1.8.6 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(1.12.1) Requirement already satisfied: six>=1.10.0 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(1.11.0) Requirement already satisfied: numpy>=1.13.3 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(1.15.2) Requirement already satisfied: setuptools in
c:userssaritanaconda3libsite-packages (from
protobuf>=3.4.0->tensorflow-gpu==1.8) (39.1.0) Requirement already
satisfied: html5lib==0.9999999 in
c:userssaritanaconda3libsite-packages (from
tensorboard<1.9.0,>=1.8.0->tensorflow-gpu==1.8) (0.9999999)
Requirement already satisfied: werkzeug>=0.11.10 in
c:userssaritanaconda3libsite-packages (from
tensorboard<1.9.0,>=1.8.0->tensorflow-gpu==1.8) (0.14.1) Requirement
already satisfied: markdown>=2.6.8 in
c:userssaritanaconda3libsite-packages (from
tensorboard<1.9.0,>=1.8.0->tensorflow-gpu==1.8) (2.6.8) Requirement
already satisfied: bleach==1.5.0 in
c:userssaritanaconda3libsite-packages (from
tensorboard<1.9.0,>=1.8.0->tensorflow-gpu==1.8) (1.5.0)
Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory:
'c:userssaritanaconda3libsite-packagestensorflow-1.11.0.dist-infoMETADATA'




Couldn't find a solution for that. Be happy to get some help










share|improve this question
























  • Are you trying the install in anaconda environment?
    – kvish
    Nov 12 at 22:10










  • yes, i'm installing according to a guide and that's one of the requirements
    – שרית מלייב
    Nov 13 at 7:14










  • if you are using anaconda environment, you would run in to problems using pip Refer to this guide to do the installation with conda!
    – kvish
    Nov 13 at 14:06















up vote
0
down vote

favorite












Trying to install tensorflow-gpu version 1.8.



Already installed NVIDIA,CUDA and cudnn.
I'm using windows 10 and python 3.
created an environment.



When trying:



pip install tensorflow-gpu==1.8


I get:




Collecting tensorflow-gpu==1.8 Using cached
https://files.pythonhosted.org/packages/42/a8/4c96a2b4f88f5d6dfd70313ebf38de1fe4d49ba9bf2ef34dc12dd198ab9a/tensorflow_gpu-1.8.0-cp36-cp36m-win_amd64.whl
Requirement already satisfied: gast>=0.2.0 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(0.2.0) Requirement already satisfied: protobuf>=3.4.0 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(3.5.2) Requirement already satisfied: wheel>=0.26 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(0.32.1) Requirement already satisfied: termcolor>=1.1.0 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(1.1.0) Requirement already satisfied: absl-py>=0.1.6 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(0.5.0) Requirement already satisfied: astor>=0.6.0 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(0.7.1) Collecting tensorboard<1.9.0,>=1.8.0 (from
tensorflow-gpu==1.8) Using cached
https://files.pythonhosted.org/packages/59/a6/0ae6092b7542cfedba6b2a1c9b8dceaf278238c39484f3ba03b03f07803c/tensorboard-1.8.0-py3-none-any.whl
Requirement already satisfied: grpcio>=1.8.6 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(1.12.1) Requirement already satisfied: six>=1.10.0 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(1.11.0) Requirement already satisfied: numpy>=1.13.3 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(1.15.2) Requirement already satisfied: setuptools in
c:userssaritanaconda3libsite-packages (from
protobuf>=3.4.0->tensorflow-gpu==1.8) (39.1.0) Requirement already
satisfied: html5lib==0.9999999 in
c:userssaritanaconda3libsite-packages (from
tensorboard<1.9.0,>=1.8.0->tensorflow-gpu==1.8) (0.9999999)
Requirement already satisfied: werkzeug>=0.11.10 in
c:userssaritanaconda3libsite-packages (from
tensorboard<1.9.0,>=1.8.0->tensorflow-gpu==1.8) (0.14.1) Requirement
already satisfied: markdown>=2.6.8 in
c:userssaritanaconda3libsite-packages (from
tensorboard<1.9.0,>=1.8.0->tensorflow-gpu==1.8) (2.6.8) Requirement
already satisfied: bleach==1.5.0 in
c:userssaritanaconda3libsite-packages (from
tensorboard<1.9.0,>=1.8.0->tensorflow-gpu==1.8) (1.5.0)
Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory:
'c:userssaritanaconda3libsite-packagestensorflow-1.11.0.dist-infoMETADATA'




Couldn't find a solution for that. Be happy to get some help










share|improve this question
























  • Are you trying the install in anaconda environment?
    – kvish
    Nov 12 at 22:10










  • yes, i'm installing according to a guide and that's one of the requirements
    – שרית מלייב
    Nov 13 at 7:14










  • if you are using anaconda environment, you would run in to problems using pip Refer to this guide to do the installation with conda!
    – kvish
    Nov 13 at 14:06













up vote
0
down vote

favorite









up vote
0
down vote

favorite











Trying to install tensorflow-gpu version 1.8.



Already installed NVIDIA,CUDA and cudnn.
I'm using windows 10 and python 3.
created an environment.



When trying:



pip install tensorflow-gpu==1.8


I get:




Collecting tensorflow-gpu==1.8 Using cached
https://files.pythonhosted.org/packages/42/a8/4c96a2b4f88f5d6dfd70313ebf38de1fe4d49ba9bf2ef34dc12dd198ab9a/tensorflow_gpu-1.8.0-cp36-cp36m-win_amd64.whl
Requirement already satisfied: gast>=0.2.0 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(0.2.0) Requirement already satisfied: protobuf>=3.4.0 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(3.5.2) Requirement already satisfied: wheel>=0.26 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(0.32.1) Requirement already satisfied: termcolor>=1.1.0 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(1.1.0) Requirement already satisfied: absl-py>=0.1.6 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(0.5.0) Requirement already satisfied: astor>=0.6.0 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(0.7.1) Collecting tensorboard<1.9.0,>=1.8.0 (from
tensorflow-gpu==1.8) Using cached
https://files.pythonhosted.org/packages/59/a6/0ae6092b7542cfedba6b2a1c9b8dceaf278238c39484f3ba03b03f07803c/tensorboard-1.8.0-py3-none-any.whl
Requirement already satisfied: grpcio>=1.8.6 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(1.12.1) Requirement already satisfied: six>=1.10.0 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(1.11.0) Requirement already satisfied: numpy>=1.13.3 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(1.15.2) Requirement already satisfied: setuptools in
c:userssaritanaconda3libsite-packages (from
protobuf>=3.4.0->tensorflow-gpu==1.8) (39.1.0) Requirement already
satisfied: html5lib==0.9999999 in
c:userssaritanaconda3libsite-packages (from
tensorboard<1.9.0,>=1.8.0->tensorflow-gpu==1.8) (0.9999999)
Requirement already satisfied: werkzeug>=0.11.10 in
c:userssaritanaconda3libsite-packages (from
tensorboard<1.9.0,>=1.8.0->tensorflow-gpu==1.8) (0.14.1) Requirement
already satisfied: markdown>=2.6.8 in
c:userssaritanaconda3libsite-packages (from
tensorboard<1.9.0,>=1.8.0->tensorflow-gpu==1.8) (2.6.8) Requirement
already satisfied: bleach==1.5.0 in
c:userssaritanaconda3libsite-packages (from
tensorboard<1.9.0,>=1.8.0->tensorflow-gpu==1.8) (1.5.0)
Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory:
'c:userssaritanaconda3libsite-packagestensorflow-1.11.0.dist-infoMETADATA'




Couldn't find a solution for that. Be happy to get some help










share|improve this question















Trying to install tensorflow-gpu version 1.8.



Already installed NVIDIA,CUDA and cudnn.
I'm using windows 10 and python 3.
created an environment.



When trying:



pip install tensorflow-gpu==1.8


I get:




Collecting tensorflow-gpu==1.8 Using cached
https://files.pythonhosted.org/packages/42/a8/4c96a2b4f88f5d6dfd70313ebf38de1fe4d49ba9bf2ef34dc12dd198ab9a/tensorflow_gpu-1.8.0-cp36-cp36m-win_amd64.whl
Requirement already satisfied: gast>=0.2.0 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(0.2.0) Requirement already satisfied: protobuf>=3.4.0 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(3.5.2) Requirement already satisfied: wheel>=0.26 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(0.32.1) Requirement already satisfied: termcolor>=1.1.0 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(1.1.0) Requirement already satisfied: absl-py>=0.1.6 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(0.5.0) Requirement already satisfied: astor>=0.6.0 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(0.7.1) Collecting tensorboard<1.9.0,>=1.8.0 (from
tensorflow-gpu==1.8) Using cached
https://files.pythonhosted.org/packages/59/a6/0ae6092b7542cfedba6b2a1c9b8dceaf278238c39484f3ba03b03f07803c/tensorboard-1.8.0-py3-none-any.whl
Requirement already satisfied: grpcio>=1.8.6 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(1.12.1) Requirement already satisfied: six>=1.10.0 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(1.11.0) Requirement already satisfied: numpy>=1.13.3 in
c:userssaritanaconda3libsite-packages (from tensorflow-gpu==1.8)
(1.15.2) Requirement already satisfied: setuptools in
c:userssaritanaconda3libsite-packages (from
protobuf>=3.4.0->tensorflow-gpu==1.8) (39.1.0) Requirement already
satisfied: html5lib==0.9999999 in
c:userssaritanaconda3libsite-packages (from
tensorboard<1.9.0,>=1.8.0->tensorflow-gpu==1.8) (0.9999999)
Requirement already satisfied: werkzeug>=0.11.10 in
c:userssaritanaconda3libsite-packages (from
tensorboard<1.9.0,>=1.8.0->tensorflow-gpu==1.8) (0.14.1) Requirement
already satisfied: markdown>=2.6.8 in
c:userssaritanaconda3libsite-packages (from
tensorboard<1.9.0,>=1.8.0->tensorflow-gpu==1.8) (2.6.8) Requirement
already satisfied: bleach==1.5.0 in
c:userssaritanaconda3libsite-packages (from
tensorboard<1.9.0,>=1.8.0->tensorflow-gpu==1.8) (1.5.0)
Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory:
'c:userssaritanaconda3libsite-packagestensorflow-1.11.0.dist-infoMETADATA'




Couldn't find a solution for that. Be happy to get some help







tensorflow gpu






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 11 at 18:30









Daniel Larsson

549419




549419










asked Nov 11 at 14:09









שרית מלייב

1




1












  • Are you trying the install in anaconda environment?
    – kvish
    Nov 12 at 22:10










  • yes, i'm installing according to a guide and that's one of the requirements
    – שרית מלייב
    Nov 13 at 7:14










  • if you are using anaconda environment, you would run in to problems using pip Refer to this guide to do the installation with conda!
    – kvish
    Nov 13 at 14:06


















  • Are you trying the install in anaconda environment?
    – kvish
    Nov 12 at 22:10










  • yes, i'm installing according to a guide and that's one of the requirements
    – שרית מלייב
    Nov 13 at 7:14










  • if you are using anaconda environment, you would run in to problems using pip Refer to this guide to do the installation with conda!
    – kvish
    Nov 13 at 14:06
















Are you trying the install in anaconda environment?
– kvish
Nov 12 at 22:10




Are you trying the install in anaconda environment?
– kvish
Nov 12 at 22:10












yes, i'm installing according to a guide and that's one of the requirements
– שרית מלייב
Nov 13 at 7:14




yes, i'm installing according to a guide and that's one of the requirements
– שרית מלייב
Nov 13 at 7:14












if you are using anaconda environment, you would run in to problems using pip Refer to this guide to do the installation with conda!
– kvish
Nov 13 at 14:06




if you are using anaconda environment, you would run in to problems using pip Refer to this guide to do the installation with conda!
– kvish
Nov 13 at 14:06

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
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',
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%2fstackoverflow.com%2fquestions%2f53249556%2ftensorflow-gpu-error-could-not-install-packages-due-to-an-environmenterror-er%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • 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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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%2fstackoverflow.com%2fquestions%2f53249556%2ftensorflow-gpu-error-could-not-install-packages-due-to-an-environmenterror-er%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

Xamarin.iOS Cant Deploy on Iphone

Glorious Revolution

Dulmage-Mendelsohn matrix decomposition in Python