Try to install youcompleteme plugin on vim error ./install.py no such file or directoryEnabling vim file type...

Manga about a female worker who got dragged into another world together with this high school girl and she was just told she's not needed anymore

How can I plot a Farey diagram?

Lied on resume at previous job

Does the average primeness of natural numbers tend to zero?

Why is the design of haulage companies so “special”?

Symmetry in quantum mechanics

Is there any use for defining additional entity types in a SOQL FROM clause?

Information to fellow intern about hiring?

How could a lack of term limits lead to a "dictatorship?"

Extreme, but not acceptable situation and I can't start the work tomorrow morning

Are objects structures and/or vice versa?

What does it exactly mean if a random variable follows a distribution

aging parents with no investments

Copycat chess is back

How can I fix this gap between bookcases I made?

Calculate Levenshtein distance between two strings in Python

Patience, young "Padovan"

Does bootstrapped regression allow for inference?

Are cabin dividers used to "hide" the flex of the airplane?

How would photo IDs work for shapeshifters?

Can a planet have a different gravitational pull depending on its location in orbit around its sun?

What is the command to reset a PC without deleting any files

How to deal with fear of taking dependencies

Why doesn't a const reference extend the life of a temporary object passed via a function?



Try to install youcompleteme plugin on vim error ./install.py no such file or directory


Enabling vim file type pluginVim plugin to enclose selected text in quotes/parenthesesHow to get version for a plugin inside Vim?Compiling VIM on LMDE: missing tlibVim: How to install plugin for a particular filetype?tgetent() not found while compiling vimVIM auto-complete plugin`vim` and `YouCompleteMe`Vim and Vundle errorYouCompleteMe gives continiously error in Vim






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















Try to install youcompleteme plugin on vim but I got error /.install.py [Errno 2] error no such file or directory.



I tried to follow the instructions https://github.com/Valloric/YouCompleteMe



cd ~/.vim/bundle/YouCompleteMe
./install.py --clang-completer


but I got error in the second command.
I had install python 3 and the version is python3.6
any suggestions?



Error that I got : python3: can't open file 'install.py': [Errno 2] No such file or directory
I executed this command :sudo apt install build-essential cmake python3-dev
and installed vundle
but when i executed this command



cd ~/.vim/bundle/YouCompleteMe
./install.py --clang-completer



I got error ins ./install.py, any suggestions?










share|improve this question









New contributor




devss is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • python3: can't open file 'install.py': [Errno 2] No such file or directory , this is the error i got

    – devss
    2 days ago













  • Does install.py even exist in the ~/.vim/bundle/YouCompleteMe directory? Have you looked?

    – n8te
    2 days ago











  • @n8te it doesnt exist. that the error i got it says cant open file "install.py" , no such file or directory. though i tried to execute python3 install.py

    – devss
    2 days ago











  • If it doesn't exist in the directory, you can't run it. That's what the error message is telling you--you're trying to run a file that isn't there. Did you download all the files from the github link you provided?

    – n8te
    2 days ago













  • yes, i tried to follow all the instructions. i installed python and cmake by execute "sudo apt install build-essential cmake python3-dev" but beside that error i got this error too "CMake Error: The source directory "/home/devina/.vim/bundle/YouCompleteMe/third_party/ycmd/cpp" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI."

    – devss
    2 days ago


















0















Try to install youcompleteme plugin on vim but I got error /.install.py [Errno 2] error no such file or directory.



I tried to follow the instructions https://github.com/Valloric/YouCompleteMe



cd ~/.vim/bundle/YouCompleteMe
./install.py --clang-completer


but I got error in the second command.
I had install python 3 and the version is python3.6
any suggestions?



Error that I got : python3: can't open file 'install.py': [Errno 2] No such file or directory
I executed this command :sudo apt install build-essential cmake python3-dev
and installed vundle
but when i executed this command



cd ~/.vim/bundle/YouCompleteMe
./install.py --clang-completer



I got error ins ./install.py, any suggestions?










share|improve this question









New contributor




devss is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • python3: can't open file 'install.py': [Errno 2] No such file or directory , this is the error i got

    – devss
    2 days ago













  • Does install.py even exist in the ~/.vim/bundle/YouCompleteMe directory? Have you looked?

    – n8te
    2 days ago











  • @n8te it doesnt exist. that the error i got it says cant open file "install.py" , no such file or directory. though i tried to execute python3 install.py

    – devss
    2 days ago











  • If it doesn't exist in the directory, you can't run it. That's what the error message is telling you--you're trying to run a file that isn't there. Did you download all the files from the github link you provided?

    – n8te
    2 days ago













  • yes, i tried to follow all the instructions. i installed python and cmake by execute "sudo apt install build-essential cmake python3-dev" but beside that error i got this error too "CMake Error: The source directory "/home/devina/.vim/bundle/YouCompleteMe/third_party/ycmd/cpp" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI."

    – devss
    2 days ago














0












0








0








Try to install youcompleteme plugin on vim but I got error /.install.py [Errno 2] error no such file or directory.



I tried to follow the instructions https://github.com/Valloric/YouCompleteMe



cd ~/.vim/bundle/YouCompleteMe
./install.py --clang-completer


but I got error in the second command.
I had install python 3 and the version is python3.6
any suggestions?



Error that I got : python3: can't open file 'install.py': [Errno 2] No such file or directory
I executed this command :sudo apt install build-essential cmake python3-dev
and installed vundle
but when i executed this command



cd ~/.vim/bundle/YouCompleteMe
./install.py --clang-completer



I got error ins ./install.py, any suggestions?










share|improve this question









New contributor




devss is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












Try to install youcompleteme plugin on vim but I got error /.install.py [Errno 2] error no such file or directory.



I tried to follow the instructions https://github.com/Valloric/YouCompleteMe



cd ~/.vim/bundle/YouCompleteMe
./install.py --clang-completer


but I got error in the second command.
I had install python 3 and the version is python3.6
any suggestions?



Error that I got : python3: can't open file 'install.py': [Errno 2] No such file or directory
I executed this command :sudo apt install build-essential cmake python3-dev
and installed vundle
but when i executed this command



cd ~/.vim/bundle/YouCompleteMe
./install.py --clang-completer



I got error ins ./install.py, any suggestions?







vim plugins c++






share|improve this question









New contributor




devss is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




devss is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 2 days ago









Rajesh S

4,4282724




4,4282724






New contributor




devss is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 days ago









devssdevss

11




11




New contributor




devss is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





devss is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






devss is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • python3: can't open file 'install.py': [Errno 2] No such file or directory , this is the error i got

    – devss
    2 days ago













  • Does install.py even exist in the ~/.vim/bundle/YouCompleteMe directory? Have you looked?

    – n8te
    2 days ago











  • @n8te it doesnt exist. that the error i got it says cant open file "install.py" , no such file or directory. though i tried to execute python3 install.py

    – devss
    2 days ago











  • If it doesn't exist in the directory, you can't run it. That's what the error message is telling you--you're trying to run a file that isn't there. Did you download all the files from the github link you provided?

    – n8te
    2 days ago













  • yes, i tried to follow all the instructions. i installed python and cmake by execute "sudo apt install build-essential cmake python3-dev" but beside that error i got this error too "CMake Error: The source directory "/home/devina/.vim/bundle/YouCompleteMe/third_party/ycmd/cpp" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI."

    – devss
    2 days ago



















  • python3: can't open file 'install.py': [Errno 2] No such file or directory , this is the error i got

    – devss
    2 days ago













  • Does install.py even exist in the ~/.vim/bundle/YouCompleteMe directory? Have you looked?

    – n8te
    2 days ago











  • @n8te it doesnt exist. that the error i got it says cant open file "install.py" , no such file or directory. though i tried to execute python3 install.py

    – devss
    2 days ago











  • If it doesn't exist in the directory, you can't run it. That's what the error message is telling you--you're trying to run a file that isn't there. Did you download all the files from the github link you provided?

    – n8te
    2 days ago













  • yes, i tried to follow all the instructions. i installed python and cmake by execute "sudo apt install build-essential cmake python3-dev" but beside that error i got this error too "CMake Error: The source directory "/home/devina/.vim/bundle/YouCompleteMe/third_party/ycmd/cpp" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI."

    – devss
    2 days ago

















python3: can't open file 'install.py': [Errno 2] No such file or directory , this is the error i got

– devss
2 days ago







python3: can't open file 'install.py': [Errno 2] No such file or directory , this is the error i got

– devss
2 days ago















Does install.py even exist in the ~/.vim/bundle/YouCompleteMe directory? Have you looked?

– n8te
2 days ago





Does install.py even exist in the ~/.vim/bundle/YouCompleteMe directory? Have you looked?

– n8te
2 days ago













@n8te it doesnt exist. that the error i got it says cant open file "install.py" , no such file or directory. though i tried to execute python3 install.py

– devss
2 days ago





@n8te it doesnt exist. that the error i got it says cant open file "install.py" , no such file or directory. though i tried to execute python3 install.py

– devss
2 days ago













If it doesn't exist in the directory, you can't run it. That's what the error message is telling you--you're trying to run a file that isn't there. Did you download all the files from the github link you provided?

– n8te
2 days ago







If it doesn't exist in the directory, you can't run it. That's what the error message is telling you--you're trying to run a file that isn't there. Did you download all the files from the github link you provided?

– n8te
2 days ago















yes, i tried to follow all the instructions. i installed python and cmake by execute "sudo apt install build-essential cmake python3-dev" but beside that error i got this error too "CMake Error: The source directory "/home/devina/.vim/bundle/YouCompleteMe/third_party/ycmd/cpp" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI."

– devss
2 days ago





yes, i tried to follow all the instructions. i installed python and cmake by execute "sudo apt install build-essential cmake python3-dev" but beside that error i got this error too "CMake Error: The source directory "/home/devina/.vim/bundle/YouCompleteMe/third_party/ycmd/cpp" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI."

– devss
2 days ago










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
});


}
});






devss is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1422146%2ftry-to-install-youcompleteme-plugin-on-vim-error-install-py-no-such-file-or-di%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








devss is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















devss is a new contributor. Be nice, and check out our Code of Conduct.













devss is a new contributor. Be nice, and check out our Code of Conduct.












devss is a new contributor. Be nice, and check out our Code of Conduct.
















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%2f1422146%2ftry-to-install-youcompleteme-plugin-on-vim-error-install-py-no-such-file-or-di%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

VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...