altinstall errorImportError: No module named paramiko“make” error when bundling a packgeError message after 'make'mnisten make fails with error makefile:2: recipe for target 'mnisten' failed make: *** [mnisten] Error 1Error in make install: “cannot copy file”Make Error wth ceresORCA INSTALLING ERRORError while trying to install nvidia driversGetting a “*** [all] Error 2” error when executing make
Can I run a new neutral wire to repair a broken circuit?
Avoiding the "not like other girls" trope?
How does a predictive coding aid in lossless compression?
Can my sorcerer use a spellbook only to collect spells and scribe scrolls, not cast?
What does “the session was packed” mean in this context?
Size of subfigure fitting its content (tikzpicture)
How do I handle a potential work/personal life conflict as the manager of one of my friends?
Why do bosons tend to occupy the same state?
What about the virus in 12 Monkeys?
Detention in 1997
What is a romance in Latin?
Is there a hemisphere-neutral way of specifying a season?
How do conventional missiles fly?
Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?
I would say: "You are another teacher", but she is a woman and I am a man
Why no variance term in Bayesian logistic regression?
How do I deal with an unproductive colleague in a small company?
Method Does Not Exist error message
ssTTsSTtRrriinInnnnNNNIiinngg
Assassin's bullet with mercury
Can a virus destroy the BIOS of a modern computer?
Do scales need to be in alphabetical order?
How seriously should I take size and weight limits of hand luggage?
Ambiguity in the definition of entropy
altinstall error
ImportError: No module named paramiko“make” error when bundling a packgeError message after 'make'mnisten make fails with error makefile:2: recipe for target 'mnisten' failed make: *** [mnisten] Error 1Error in make install: “cannot copy file”Make Error wth ceresORCA INSTALLING ERRORError while trying to install nvidia driversGetting a “*** [all] Error 2” error when executing make
Hello I have just install python as highlighted below there is an error for altinstall, should I use make install?
./configure
make
sudo make altinstall
or
./configure
make
sudo make install
I was following a tutorial and this was the error.
File "/home/plutes/Downloads/Python-3.6.6rc1/Lib/ensurepip/__init__.py", line 117, in _bootstrap
return _run_pip(args + [p[0] for p in _PROJECTS], additional_paths)
File "/home/plutes/Downloads/Python-3.6.6rc1/Lib/ensurepip/__init__.py", line 27, in _run_pip
import pip._internal
**zipimport.ZipImportError: can't decompress data; zlib not available
Makefile:1113: recipe for target 'altinstall' failed
make: *** [altinstall] Error 1**
plutes@plutes-Lenovo-G50-30:~/Downloads/Python-3.6.6rc1$ cd
plutes@plutes-Lenovo-G50-30:~$ python
python python3 python3.6m-config python3m
python2 python3.6 python3.7
python2.7 python3.6m python3.7m
plutes@plutes-Lenovo-G50-30:~$ python3.6
Python 3.6.6rc1 (default, Jun 17 2018, 21:36:49)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> help()
Welcome to Python 3.6's help utility!
as you can see it works, but I am unsure about future uses. thanks for any guidance.
plutes@plutes-Lenovo-G50-30:~$ python3.6
Python 3.6.6rc1 (default, Jun 17 2018, 21:36:49)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> print("Hello, World!")
Hello, World!
>>>
python make
add a comment |
Hello I have just install python as highlighted below there is an error for altinstall, should I use make install?
./configure
make
sudo make altinstall
or
./configure
make
sudo make install
I was following a tutorial and this was the error.
File "/home/plutes/Downloads/Python-3.6.6rc1/Lib/ensurepip/__init__.py", line 117, in _bootstrap
return _run_pip(args + [p[0] for p in _PROJECTS], additional_paths)
File "/home/plutes/Downloads/Python-3.6.6rc1/Lib/ensurepip/__init__.py", line 27, in _run_pip
import pip._internal
**zipimport.ZipImportError: can't decompress data; zlib not available
Makefile:1113: recipe for target 'altinstall' failed
make: *** [altinstall] Error 1**
plutes@plutes-Lenovo-G50-30:~/Downloads/Python-3.6.6rc1$ cd
plutes@plutes-Lenovo-G50-30:~$ python
python python3 python3.6m-config python3m
python2 python3.6 python3.7
python2.7 python3.6m python3.7m
plutes@plutes-Lenovo-G50-30:~$ python3.6
Python 3.6.6rc1 (default, Jun 17 2018, 21:36:49)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> help()
Welcome to Python 3.6's help utility!
as you can see it works, but I am unsure about future uses. thanks for any guidance.
plutes@plutes-Lenovo-G50-30:~$ python3.6
Python 3.6.6rc1 (default, Jun 17 2018, 21:36:49)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> print("Hello, World!")
Hello, World!
>>>
python make
add a comment |
Hello I have just install python as highlighted below there is an error for altinstall, should I use make install?
./configure
make
sudo make altinstall
or
./configure
make
sudo make install
I was following a tutorial and this was the error.
File "/home/plutes/Downloads/Python-3.6.6rc1/Lib/ensurepip/__init__.py", line 117, in _bootstrap
return _run_pip(args + [p[0] for p in _PROJECTS], additional_paths)
File "/home/plutes/Downloads/Python-3.6.6rc1/Lib/ensurepip/__init__.py", line 27, in _run_pip
import pip._internal
**zipimport.ZipImportError: can't decompress data; zlib not available
Makefile:1113: recipe for target 'altinstall' failed
make: *** [altinstall] Error 1**
plutes@plutes-Lenovo-G50-30:~/Downloads/Python-3.6.6rc1$ cd
plutes@plutes-Lenovo-G50-30:~$ python
python python3 python3.6m-config python3m
python2 python3.6 python3.7
python2.7 python3.6m python3.7m
plutes@plutes-Lenovo-G50-30:~$ python3.6
Python 3.6.6rc1 (default, Jun 17 2018, 21:36:49)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> help()
Welcome to Python 3.6's help utility!
as you can see it works, but I am unsure about future uses. thanks for any guidance.
plutes@plutes-Lenovo-G50-30:~$ python3.6
Python 3.6.6rc1 (default, Jun 17 2018, 21:36:49)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> print("Hello, World!")
Hello, World!
>>>
python make
Hello I have just install python as highlighted below there is an error for altinstall, should I use make install?
./configure
make
sudo make altinstall
or
./configure
make
sudo make install
I was following a tutorial and this was the error.
File "/home/plutes/Downloads/Python-3.6.6rc1/Lib/ensurepip/__init__.py", line 117, in _bootstrap
return _run_pip(args + [p[0] for p in _PROJECTS], additional_paths)
File "/home/plutes/Downloads/Python-3.6.6rc1/Lib/ensurepip/__init__.py", line 27, in _run_pip
import pip._internal
**zipimport.ZipImportError: can't decompress data; zlib not available
Makefile:1113: recipe for target 'altinstall' failed
make: *** [altinstall] Error 1**
plutes@plutes-Lenovo-G50-30:~/Downloads/Python-3.6.6rc1$ cd
plutes@plutes-Lenovo-G50-30:~$ python
python python3 python3.6m-config python3m
python2 python3.6 python3.7
python2.7 python3.6m python3.7m
plutes@plutes-Lenovo-G50-30:~$ python3.6
Python 3.6.6rc1 (default, Jun 17 2018, 21:36:49)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> help()
Welcome to Python 3.6's help utility!
as you can see it works, but I am unsure about future uses. thanks for any guidance.
plutes@plutes-Lenovo-G50-30:~$ python3.6
Python 3.6.6rc1 (default, Jun 17 2018, 21:36:49)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> print("Hello, World!")
Hello, World!
>>>
python make
python make
edited Oct 7 '18 at 12:03
abu_bua
4,14981630
4,14981630
asked Jun 17 '18 at 21:05
plutesciplutesci
6916
6916
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Use the following commands in this order:
./configure
make clean
make
sudo make install
add a comment |
Just in case somebody reads this thread, the issue is actually that a dependency is missing. In this case, zlib headers.
Basically, you must:
1.- Enable the deb-src http://archive.ubuntu.com/ubuntu/.
I.e echo "deb-src http://archive.ubuntu.com/ubuntu/ bionic main" >> /etc/apt/sources.list
2.- apt update
3.- Install python deps
apt-get build-dep python3.6
Now you can run "make altinstall"
You can read more details at https://bugs.python.org/issue36135.
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1047445%2faltinstall-error%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Use the following commands in this order:
./configure
make clean
make
sudo make install
add a comment |
Use the following commands in this order:
./configure
make clean
make
sudo make install
add a comment |
Use the following commands in this order:
./configure
make clean
make
sudo make install
Use the following commands in this order:
./configure
make clean
make
sudo make install
edited Oct 7 '18 at 12:03
abu_bua
4,14981630
4,14981630
answered Oct 7 '18 at 11:40
desertSniper87desertSniper87
1012
1012
add a comment |
add a comment |
Just in case somebody reads this thread, the issue is actually that a dependency is missing. In this case, zlib headers.
Basically, you must:
1.- Enable the deb-src http://archive.ubuntu.com/ubuntu/.
I.e echo "deb-src http://archive.ubuntu.com/ubuntu/ bionic main" >> /etc/apt/sources.list
2.- apt update
3.- Install python deps
apt-get build-dep python3.6
Now you can run "make altinstall"
You can read more details at https://bugs.python.org/issue36135.
New contributor
add a comment |
Just in case somebody reads this thread, the issue is actually that a dependency is missing. In this case, zlib headers.
Basically, you must:
1.- Enable the deb-src http://archive.ubuntu.com/ubuntu/.
I.e echo "deb-src http://archive.ubuntu.com/ubuntu/ bionic main" >> /etc/apt/sources.list
2.- apt update
3.- Install python deps
apt-get build-dep python3.6
Now you can run "make altinstall"
You can read more details at https://bugs.python.org/issue36135.
New contributor
add a comment |
Just in case somebody reads this thread, the issue is actually that a dependency is missing. In this case, zlib headers.
Basically, you must:
1.- Enable the deb-src http://archive.ubuntu.com/ubuntu/.
I.e echo "deb-src http://archive.ubuntu.com/ubuntu/ bionic main" >> /etc/apt/sources.list
2.- apt update
3.- Install python deps
apt-get build-dep python3.6
Now you can run "make altinstall"
You can read more details at https://bugs.python.org/issue36135.
New contributor
Just in case somebody reads this thread, the issue is actually that a dependency is missing. In this case, zlib headers.
Basically, you must:
1.- Enable the deb-src http://archive.ubuntu.com/ubuntu/.
I.e echo "deb-src http://archive.ubuntu.com/ubuntu/ bionic main" >> /etc/apt/sources.list
2.- apt update
3.- Install python deps
apt-get build-dep python3.6
Now you can run "make altinstall"
You can read more details at https://bugs.python.org/issue36135.
New contributor
New contributor
answered 1 hour ago
Jose FloresJose Flores
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1047445%2faltinstall-error%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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