conda

Cannot activate Conda environment from subprocess

女生的网名这么多〃 提交于 2020-12-31 01:40:28
问题 I am building an Electron app (running an Angular application) which acts as the User Interface for a python program underneath. The python program uses anaconda for package management (I am using miniconda for development). When the app boots up, it checks whether the required conda environment exists, and if not, creates it. The following code is part of a Service which is responsible for managing the python program. public doEnvironmentSetup() { let stdOutSub = new Subject<string>(); let

Anaconda Navigator does not update packages

假如想象 提交于 2020-12-29 10:44:29
问题 I'm trying to update my environment through Anaconda Navigator. But it fails to update some packages. As you can see, the Apply button is inactive and there is a message saying "Package is already installed" but the package is still in Updatable page. Also, Spyder tells me to update nbconvert at each start. I tried: conda update conda conda update anaconda-navigator conda update navigator-updater conda update --all -y But still these packages are in Updatable list. This is the conda info

Use package from Github in Conda Virtual Environment

社会主义新天地 提交于 2020-12-29 06:59:25
问题 Setup Conda virtual environment Coding in a Jupyter notebook Python version 3.6 I have Googled, searched through the Conda help, github help on this site as wel as found closely relevant questions, that just don't answer mine: Conda install package from github including requirements.txt Conda: installing local development package into single conda environment That first one comes close though. Basically my question comes down to: For my code to work i need to import this repo: https://github

RemoveError: 'requests' is a dependency of conda and cannot be removed from conda's operating environment

醉酒当歌 提交于 2020-12-28 10:12:22
问题 Having trouble installing a third party library and I have not seen this error before using Windows 10 with Anaconda installed: C:\Users\XYZ>conda env create -f python3.6-environment-windows.yml Collecting package metadata: done Solving environment: done Downloading and Extracting Packages certifi-2018.1.18 | 144 KB | ############################################################################ | 100% mkl-2018.0.1 | 155.2 MB | ###################################################################

RemoveError: 'requests' is a dependency of conda and cannot be removed from conda's operating environment

寵の児 提交于 2020-12-28 10:06:26
问题 Having trouble installing a third party library and I have not seen this error before using Windows 10 with Anaconda installed: C:\Users\XYZ>conda env create -f python3.6-environment-windows.yml Collecting package metadata: done Solving environment: done Downloading and Extracting Packages certifi-2018.1.18 | 144 KB | ############################################################################ | 100% mkl-2018.0.1 | 155.2 MB | ###################################################################

RemoveError: 'requests' is a dependency of conda and cannot be removed from conda's operating environment

喜你入骨 提交于 2020-12-28 10:01:20
问题 Having trouble installing a third party library and I have not seen this error before using Windows 10 with Anaconda installed: C:\Users\XYZ>conda env create -f python3.6-environment-windows.yml Collecting package metadata: done Solving environment: done Downloading and Extracting Packages certifi-2018.1.18 | 144 KB | ############################################################################ | 100% mkl-2018.0.1 | 155.2 MB | ###################################################################

How to install Julia in an anaconda environment?

a 夏天 提交于 2020-12-28 09:44:27
问题 One of the main features of Anaconda is that it is language agnostic as stated in their blog: You can create environments of any binary dependency tree (different versions of Python, R, Julia, etc.). Recently I switched from using virtualenv to Anaconda in Python, so I was curious to try Julia in an Anaconda environment. However, I couldn't find instructions explicit enough to install Julia successfully. First, I tried naively conda create -n julia-test julia . Obviously, it didn't work. Then

How to install Julia in an anaconda environment?

让人想犯罪 __ 提交于 2020-12-28 09:43:45
问题 One of the main features of Anaconda is that it is language agnostic as stated in their blog: You can create environments of any binary dependency tree (different versions of Python, R, Julia, etc.). Recently I switched from using virtualenv to Anaconda in Python, so I was curious to try Julia in an Anaconda environment. However, I couldn't find instructions explicit enough to install Julia successfully. First, I tried naively conda create -n julia-test julia . Obviously, it didn't work. Then

How to install Julia in an anaconda environment?

こ雲淡風輕ζ 提交于 2020-12-28 09:42:49
问题 One of the main features of Anaconda is that it is language agnostic as stated in their blog: You can create environments of any binary dependency tree (different versions of Python, R, Julia, etc.). Recently I switched from using virtualenv to Anaconda in Python, so I was curious to try Julia in an Anaconda environment. However, I couldn't find instructions explicit enough to install Julia successfully. First, I tried naively conda create -n julia-test julia . Obviously, it didn't work. Then

How to install Julia in an anaconda environment?

安稳与你 提交于 2020-12-28 09:42:29
问题 One of the main features of Anaconda is that it is language agnostic as stated in their blog: You can create environments of any binary dependency tree (different versions of Python, R, Julia, etc.). Recently I switched from using virtualenv to Anaconda in Python, so I was curious to try Julia in an Anaconda environment. However, I couldn't find instructions explicit enough to install Julia successfully. First, I tried naively conda create -n julia-test julia . Obviously, it didn't work. Then