Conda create is stuck at “solving package specifications”How can I safely create a nested directory?How to upgrade all Python packages with pip?Installing specific package versions with pipWay to create multiline comments in Python?How do I keep track of pip-installed packages in an Anaconda (Conda) environment?How to change default Anaconda python environmentCan't create a new python 3.5 env with the latest download of AnacondaConda environments not showing up in Jupyter NotebookInstalling package not found in condaError installing cvxopt using Conda
Metal bar on DMM PCB
Could a guilty Boris Johnson be used to cancel Brexit?
Does it cost a spell slot to cast a spell from a Ring of Spell Storing?
Did Darth Vader wear the same suit for 20+ years?
Why is Colorado so different politically from nearby states?
Incremental Ranges!
Humans meet a distant alien species. How do they standardize? - Units of Measure
How can Iron Man's suit withstand this?
Strange math syntax in old basic listing
Why is the relationship between frequency and pitch exponential?
Is the decompression of compressed and encrypted data without decryption also theoretically impossible?
Old black and white movie: glowing black rocks slowly turn you into stone upon touch
Why was it possible to cause an Apple //e to shut down with SHIFT and paddle button 2?
California: "For quality assurance, this phone call is being recorded"
Is it OK to bring delicacies from hometown as tokens of gratitude for an out-of-town interview?
Does any lore text explain why the planes of Acheron, Gehenna, and Carceri are the alignment they are?
GFCI Outlet in Bathroom, Lights not working
Computing the differentials in the Adams spectral sequence
Why were the Night's Watch required to be celibate?
What is the correct expression of 10/20, 20/30, 30/40 etc?
Can an old DSLR be upgraded to match modern smartphone image quality
How to decline physical affection from a child whose parents are pressuring them?
Does Peach's float negate shorthop knockback multipliers?
Is the capacitor drawn or wired wrongly?
Conda create is stuck at “solving package specifications”
How can I safely create a nested directory?How to upgrade all Python packages with pip?Installing specific package versions with pipWay to create multiline comments in Python?How do I keep track of pip-installed packages in an Anaconda (Conda) environment?How to change default Anaconda python environmentCan't create a new python 3.5 env with the latest download of AnacondaConda environments not showing up in Jupyter NotebookInstalling package not found in condaError installing cvxopt using Conda
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I'm trying to create a Python 2.7 virtual environment with Anaconda so I can download some packages that are not compatible with Python 3.4. I'm working in Conda version 4.2.13.
When I type the command conda create -n chemistry python=2.7 anaconda
the whole thing freezes at the solving package specifications
stage.
Does anyone know what causes this or how I can go about fixing it?
python python-3.x python-2.7 anaconda conda
add a comment |
I'm trying to create a Python 2.7 virtual environment with Anaconda so I can download some packages that are not compatible with Python 3.4. I'm working in Conda version 4.2.13.
When I type the command conda create -n chemistry python=2.7 anaconda
the whole thing freezes at the solving package specifications
stage.
Does anyone know what causes this or how I can go about fixing it?
python python-3.x python-2.7 anaconda conda
Do you really need theanaconda
package in there? Why not state explicitly the package you need to install and let Conda figure out the rest:conda create -n chemistry <channel>::<some_pkg_py27>
– merv
Mar 15 at 2:06
add a comment |
I'm trying to create a Python 2.7 virtual environment with Anaconda so I can download some packages that are not compatible with Python 3.4. I'm working in Conda version 4.2.13.
When I type the command conda create -n chemistry python=2.7 anaconda
the whole thing freezes at the solving package specifications
stage.
Does anyone know what causes this or how I can go about fixing it?
python python-3.x python-2.7 anaconda conda
I'm trying to create a Python 2.7 virtual environment with Anaconda so I can download some packages that are not compatible with Python 3.4. I'm working in Conda version 4.2.13.
When I type the command conda create -n chemistry python=2.7 anaconda
the whole thing freezes at the solving package specifications
stage.
Does anyone know what causes this or how I can go about fixing it?
python python-3.x python-2.7 anaconda conda
python python-3.x python-2.7 anaconda conda
edited Mar 15 at 2:02
merv
27.2k676115
27.2k676115
asked Sep 11 '18 at 20:54
chemdatafarmerchemdatafarmer
487
487
Do you really need theanaconda
package in there? Why not state explicitly the package you need to install and let Conda figure out the rest:conda create -n chemistry <channel>::<some_pkg_py27>
– merv
Mar 15 at 2:06
add a comment |
Do you really need theanaconda
package in there? Why not state explicitly the package you need to install and let Conda figure out the rest:conda create -n chemistry <channel>::<some_pkg_py27>
– merv
Mar 15 at 2:06
Do you really need the
anaconda
package in there? Why not state explicitly the package you need to install and let Conda figure out the rest: conda create -n chemistry <channel>::<some_pkg_py27>
– merv
Mar 15 at 2:06
Do you really need the
anaconda
package in there? Why not state explicitly the package you need to install and let Conda figure out the rest: conda create -n chemistry <channel>::<some_pkg_py27>
– merv
Mar 15 at 2:06
add a comment |
1 Answer
1
active
oldest
votes
Today I faced the same snag. It got fixed after updating my Anaconda Navigator.
Updating your Anaconda Navigator may fix your issue, too.
add a comment |
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',
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%2fstackoverflow.com%2fquestions%2f52284072%2fconda-create-is-stuck-at-solving-package-specifications%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Today I faced the same snag. It got fixed after updating my Anaconda Navigator.
Updating your Anaconda Navigator may fix your issue, too.
add a comment |
Today I faced the same snag. It got fixed after updating my Anaconda Navigator.
Updating your Anaconda Navigator may fix your issue, too.
add a comment |
Today I faced the same snag. It got fixed after updating my Anaconda Navigator.
Updating your Anaconda Navigator may fix your issue, too.
Today I faced the same snag. It got fixed after updating my Anaconda Navigator.
Updating your Anaconda Navigator may fix your issue, too.
edited Mar 24 at 12:42
double-beep
3,12551632
3,12551632
answered Mar 24 at 12:22
Bipul KumarBipul Kumar
141
141
add a comment |
add a comment |
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.
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%2fstackoverflow.com%2fquestions%2f52284072%2fconda-create-is-stuck-at-solving-package-specifications%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
Do you really need the
anaconda
package in there? Why not state explicitly the package you need to install and let Conda figure out the rest:conda create -n chemistry <channel>::<some_pkg_py27>
– merv
Mar 15 at 2:06