Can't run pip from virtualenv - Segmentation fault (core dumped)Error installing scrapy in virtualenv using pipShould I use only pip in virtualenv?how to install python third modules into virtualenv?pip install virtualenv, error on ubuntu 15.04Python - pip pip2 pip3 pip3.5 packages are installed but cannot be imported in any Python sessionCreate a copy of virtualenv locally without pip installPython 2 Ubuntu default, pip, and virtualenvpython virtualenv: pip not workingPip Error while installing: virtualenv, django and upgrading pipError While Installing IBM Watson TTS
How to make sure I'm assertive enough in contact with subordinates?
Is this Paypal Github SDK reference really a dangerous site?
A vote on the Brexit backstop
Can I challenge the interviewer to give me a proper technical feedback?
If nine coins are tossed, what is the probability that the number of heads is even?
Should we avoid writing fiction about historical events without extensive research?
What is better: yes / no radio, or simple checkbox?
Tabular environment - text vertically positions itself by bottom of tikz picture in adjacent cell
How does learning spells work when leveling a multiclass character?
Boss Telling direct supervisor I snitched
What would be the most expensive material to an intergalactic society?
Inorganic chemistry handbook with reaction lists
Why restrict private health insurance?
Why does this boat have a landing pad? (SpaceX's GO Searcher) Any plans for propulsive capsule landings?
Should I file my taxes? No income, unemployed, but paid 2k in student loan interest
What is the orbit and expected lifetime of Crew Dragon trunk?
Who has more? Ireland or Iceland?
How to distinguish easily different soldier of ww2?
Draw this image in the TIKZ package
How do you make a gun that shoots melee weapons and/or swords?
ESPP--any reason not to go all in?
Will the concrete slab in a partially heated shed conduct a lot of heat to the unconditioned area?
Averaging over columns while ignoring zero entries
Is it a Cyclops number? "Nobody" knows!
Can't run pip from virtualenv - Segmentation fault (core dumped)
Error installing scrapy in virtualenv using pipShould I use only pip in virtualenv?how to install python third modules into virtualenv?pip install virtualenv, error on ubuntu 15.04Python - pip pip2 pip3 pip3.5 packages are installed but cannot be imported in any Python sessionCreate a copy of virtualenv locally without pip installPython 2 Ubuntu default, pip, and virtualenvpython virtualenv: pip not workingPip Error while installing: virtualenv, django and upgrading pipError While Installing IBM Watson TTS
I'm trying to use pip to install various requirements in my virtualenv, but I can't get around the error Segementation fault (core dumped)
. That error seems to indicate memory access problems, but I don't understand how or why that would happen in a venv.
soverton@osr-ubuntu-2:~/Documents/eroi-erp$ pipenv --python 3.7.2
Warning: Python 3.7.2 was not found on your system…
Would you like us to install CPython 3.7.2 with pyenv? [Y/n]: Y
Error: invalid input
Would you like us to install CPython 3.7.2 with pyenv? [Y/n]: Y
Installing CPython 3.7.2 with pyenv (this may take a few minutes)…
✔ Success!
Downloading Python-3.7.2.tar.xz...
-> https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tar.xz
Installing Python-3.7.2...
Installed Python-3.7.2 to /home/soverton/.pyenv/versions/3.7.2
Creating a virtualenv for this project…
Pipfile: /home/soverton/Pipfile
Using /home/soverton/.pyenv/versions/3.7.2/bin/python3.7m (3.7.2) to create virtualenv…
⠧ Creating virtual environment...Using base prefix '/home/soverton/.pyenv/versions/3.7.2'
Overwriting /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/lib/python3.7/orig-prefix.txt with new content
New python executable in /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/bin/python3.7m
Not overwriting existing python script /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/bin/python (you must use /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/bin/python3.7m)
Command /home/soverton/.loca...ZmsRb/bin/python3.7m -m pip config list had error code -11
Installing setuptools, pip, wheel...
done.
Running virtualenv with interpreter /home/soverton/.pyenv/versions/3.7.2/bin/python3.7m
✔ Successfully created virtual environment!
Virtualenv location: /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb
Creating a Pipfile for this project…
soverton@osr-ubuntu-2:~/Documents/eroi-erp$ pipenv shell
Launching subshell in virtual environment…
. /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/bin/activate
soverton@osr-ubuntu-2:~$ . /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/bin/activate
(soverton) soverton@osr-ubuntu-2:~/Documents/eroi-erp$ pip install django
Segmentation fault (core dumped)
(soverton) soverton@osr-ubuntu-2:~/Documents/eroi-erp$ pip
Segmentation fault (core dumped)
(soverton) soverton@osr-ubuntu-2:~/Documents/eroi-erp$ pip3
Segmentation fault (core dumped)
python3 pip virtualenv
add a comment |
I'm trying to use pip to install various requirements in my virtualenv, but I can't get around the error Segementation fault (core dumped)
. That error seems to indicate memory access problems, but I don't understand how or why that would happen in a venv.
soverton@osr-ubuntu-2:~/Documents/eroi-erp$ pipenv --python 3.7.2
Warning: Python 3.7.2 was not found on your system…
Would you like us to install CPython 3.7.2 with pyenv? [Y/n]: Y
Error: invalid input
Would you like us to install CPython 3.7.2 with pyenv? [Y/n]: Y
Installing CPython 3.7.2 with pyenv (this may take a few minutes)…
✔ Success!
Downloading Python-3.7.2.tar.xz...
-> https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tar.xz
Installing Python-3.7.2...
Installed Python-3.7.2 to /home/soverton/.pyenv/versions/3.7.2
Creating a virtualenv for this project…
Pipfile: /home/soverton/Pipfile
Using /home/soverton/.pyenv/versions/3.7.2/bin/python3.7m (3.7.2) to create virtualenv…
⠧ Creating virtual environment...Using base prefix '/home/soverton/.pyenv/versions/3.7.2'
Overwriting /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/lib/python3.7/orig-prefix.txt with new content
New python executable in /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/bin/python3.7m
Not overwriting existing python script /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/bin/python (you must use /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/bin/python3.7m)
Command /home/soverton/.loca...ZmsRb/bin/python3.7m -m pip config list had error code -11
Installing setuptools, pip, wheel...
done.
Running virtualenv with interpreter /home/soverton/.pyenv/versions/3.7.2/bin/python3.7m
✔ Successfully created virtual environment!
Virtualenv location: /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb
Creating a Pipfile for this project…
soverton@osr-ubuntu-2:~/Documents/eroi-erp$ pipenv shell
Launching subshell in virtual environment…
. /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/bin/activate
soverton@osr-ubuntu-2:~$ . /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/bin/activate
(soverton) soverton@osr-ubuntu-2:~/Documents/eroi-erp$ pip install django
Segmentation fault (core dumped)
(soverton) soverton@osr-ubuntu-2:~/Documents/eroi-erp$ pip
Segmentation fault (core dumped)
(soverton) soverton@osr-ubuntu-2:~/Documents/eroi-erp$ pip3
Segmentation fault (core dumped)
python3 pip virtualenv
Are you sure you are running the pip that you intend to run? try to issue the command: which pip.
– Eddie Dunn
9 hours ago
It looks like it's running pip from the venv:(soverton) soverton@osr-ubuntu-2:~/Documents/eroi-erp$ which pip /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/bin/pip
– Shaun Overton
9 hours ago
Also, I confirmed that user soverton has read-write permissions on that folder
– Shaun Overton
9 hours ago
add a comment |
I'm trying to use pip to install various requirements in my virtualenv, but I can't get around the error Segementation fault (core dumped)
. That error seems to indicate memory access problems, but I don't understand how or why that would happen in a venv.
soverton@osr-ubuntu-2:~/Documents/eroi-erp$ pipenv --python 3.7.2
Warning: Python 3.7.2 was not found on your system…
Would you like us to install CPython 3.7.2 with pyenv? [Y/n]: Y
Error: invalid input
Would you like us to install CPython 3.7.2 with pyenv? [Y/n]: Y
Installing CPython 3.7.2 with pyenv (this may take a few minutes)…
✔ Success!
Downloading Python-3.7.2.tar.xz...
-> https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tar.xz
Installing Python-3.7.2...
Installed Python-3.7.2 to /home/soverton/.pyenv/versions/3.7.2
Creating a virtualenv for this project…
Pipfile: /home/soverton/Pipfile
Using /home/soverton/.pyenv/versions/3.7.2/bin/python3.7m (3.7.2) to create virtualenv…
⠧ Creating virtual environment...Using base prefix '/home/soverton/.pyenv/versions/3.7.2'
Overwriting /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/lib/python3.7/orig-prefix.txt with new content
New python executable in /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/bin/python3.7m
Not overwriting existing python script /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/bin/python (you must use /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/bin/python3.7m)
Command /home/soverton/.loca...ZmsRb/bin/python3.7m -m pip config list had error code -11
Installing setuptools, pip, wheel...
done.
Running virtualenv with interpreter /home/soverton/.pyenv/versions/3.7.2/bin/python3.7m
✔ Successfully created virtual environment!
Virtualenv location: /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb
Creating a Pipfile for this project…
soverton@osr-ubuntu-2:~/Documents/eroi-erp$ pipenv shell
Launching subshell in virtual environment…
. /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/bin/activate
soverton@osr-ubuntu-2:~$ . /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/bin/activate
(soverton) soverton@osr-ubuntu-2:~/Documents/eroi-erp$ pip install django
Segmentation fault (core dumped)
(soverton) soverton@osr-ubuntu-2:~/Documents/eroi-erp$ pip
Segmentation fault (core dumped)
(soverton) soverton@osr-ubuntu-2:~/Documents/eroi-erp$ pip3
Segmentation fault (core dumped)
python3 pip virtualenv
I'm trying to use pip to install various requirements in my virtualenv, but I can't get around the error Segementation fault (core dumped)
. That error seems to indicate memory access problems, but I don't understand how or why that would happen in a venv.
soverton@osr-ubuntu-2:~/Documents/eroi-erp$ pipenv --python 3.7.2
Warning: Python 3.7.2 was not found on your system…
Would you like us to install CPython 3.7.2 with pyenv? [Y/n]: Y
Error: invalid input
Would you like us to install CPython 3.7.2 with pyenv? [Y/n]: Y
Installing CPython 3.7.2 with pyenv (this may take a few minutes)…
✔ Success!
Downloading Python-3.7.2.tar.xz...
-> https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tar.xz
Installing Python-3.7.2...
Installed Python-3.7.2 to /home/soverton/.pyenv/versions/3.7.2
Creating a virtualenv for this project…
Pipfile: /home/soverton/Pipfile
Using /home/soverton/.pyenv/versions/3.7.2/bin/python3.7m (3.7.2) to create virtualenv…
⠧ Creating virtual environment...Using base prefix '/home/soverton/.pyenv/versions/3.7.2'
Overwriting /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/lib/python3.7/orig-prefix.txt with new content
New python executable in /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/bin/python3.7m
Not overwriting existing python script /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/bin/python (you must use /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/bin/python3.7m)
Command /home/soverton/.loca...ZmsRb/bin/python3.7m -m pip config list had error code -11
Installing setuptools, pip, wheel...
done.
Running virtualenv with interpreter /home/soverton/.pyenv/versions/3.7.2/bin/python3.7m
✔ Successfully created virtual environment!
Virtualenv location: /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb
Creating a Pipfile for this project…
soverton@osr-ubuntu-2:~/Documents/eroi-erp$ pipenv shell
Launching subshell in virtual environment…
. /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/bin/activate
soverton@osr-ubuntu-2:~$ . /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/bin/activate
(soverton) soverton@osr-ubuntu-2:~/Documents/eroi-erp$ pip install django
Segmentation fault (core dumped)
(soverton) soverton@osr-ubuntu-2:~/Documents/eroi-erp$ pip
Segmentation fault (core dumped)
(soverton) soverton@osr-ubuntu-2:~/Documents/eroi-erp$ pip3
Segmentation fault (core dumped)
python3 pip virtualenv
python3 pip virtualenv
asked 9 hours ago
Shaun OvertonShaun Overton
6918
6918
Are you sure you are running the pip that you intend to run? try to issue the command: which pip.
– Eddie Dunn
9 hours ago
It looks like it's running pip from the venv:(soverton) soverton@osr-ubuntu-2:~/Documents/eroi-erp$ which pip /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/bin/pip
– Shaun Overton
9 hours ago
Also, I confirmed that user soverton has read-write permissions on that folder
– Shaun Overton
9 hours ago
add a comment |
Are you sure you are running the pip that you intend to run? try to issue the command: which pip.
– Eddie Dunn
9 hours ago
It looks like it's running pip from the venv:(soverton) soverton@osr-ubuntu-2:~/Documents/eroi-erp$ which pip /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/bin/pip
– Shaun Overton
9 hours ago
Also, I confirmed that user soverton has read-write permissions on that folder
– Shaun Overton
9 hours ago
Are you sure you are running the pip that you intend to run? try to issue the command: which pip.
– Eddie Dunn
9 hours ago
Are you sure you are running the pip that you intend to run? try to issue the command: which pip.
– Eddie Dunn
9 hours ago
It looks like it's running pip from the venv:
(soverton) soverton@osr-ubuntu-2:~/Documents/eroi-erp$ which pip /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/bin/pip
– Shaun Overton
9 hours ago
It looks like it's running pip from the venv:
(soverton) soverton@osr-ubuntu-2:~/Documents/eroi-erp$ which pip /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/bin/pip
– Shaun Overton
9 hours ago
Also, I confirmed that user soverton has read-write permissions on that folder
– Shaun Overton
9 hours ago
Also, I confirmed that user soverton has read-write permissions on that folder
– Shaun Overton
9 hours ago
add a comment |
0
active
oldest
votes
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%2f1124110%2fcant-run-pip-from-virtualenv-segmentation-fault-core-dumped%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
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%2f1124110%2fcant-run-pip-from-virtualenv-segmentation-fault-core-dumped%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
Are you sure you are running the pip that you intend to run? try to issue the command: which pip.
– Eddie Dunn
9 hours ago
It looks like it's running pip from the venv:
(soverton) soverton@osr-ubuntu-2:~/Documents/eroi-erp$ which pip /home/soverton/.local/share/virtualenvs/soverton-mUoZmsRb/bin/pip
– Shaun Overton
9 hours ago
Also, I confirmed that user soverton has read-write permissions on that folder
– Shaun Overton
9 hours ago