

I solved mine by importing the environment with Anaconda Navigator, it works.

Anaconda used to create a kernel by default. conda env create -f environment.yml -n p圓 Solving environment: failed ResolvePackageNotFound. We need to create a Python Kernel inside of our environment so that we can run our code. Then conda env create -f environment.yml -n p圓 Ac.
#Anaconda create environment failed install
When you install a package online, the package manager conda analyzes the package dependencies and install all the required packages for you. Remove SSL conda config -set sslverify false. Dependency.A package depends on other packages. This wasn't enough though, and we also had to manually remove the REQUESTSCABUNDLE environment variable that we were using to specify the path to the SSL certificate. Return self.request('GET', url, **kwargs)įile "/Users/fanwei/anaconda3/lib/python3.7/site-packages/requests/sessions.py", line 533, in requestįile "/Users/fanwei/anaconda3/lib/python3.7/site-packages/requests/sessions.py", line 686, in sendįile "/Users/fanwei/anaconda3/lib/python3.7/site-packages/requests/models.py", line 828, in content I installed miniconda3 on a different system, updated conda, installed pip. Short answer: copy the whole environment from another machine with the same OS. The Genome Analysis Toolkit (GATK) v4.1.4.1Ĭonda env create -n gatk -f gatkcondaenv.ymlĬollecting package metadata (repodata.json): failedįile "/Users/fanwei/anaconda3/lib/python3.7/site-packages/conda/core/subdir_data.py", line 110, in queryįile "/Users/fanwei/anaconda3/lib/python3.7/site-packages/conda/core/subdir_data.py", line 174, in loadįile "/Users/fanwei/anaconda3/lib/python3.7/site-packages/conda/core/subdir_data.py", line 248, in _loadįile "/Users/fanwei/anaconda3/lib/python3.7/site-packages/conda/core/subdir_data.py", line 485, in fetch_repodata_remote_requestįile "/Users/fanwei/anaconda3/lib/python3.7/site-packages/requests/sessions.py", line 546, in get The Conda environment feature is not supported by executors that use remote object storage as a work directory e.g.
#Anaconda create environment failed how to
I cannot successfully create the conda environment the following command `conda env create -n gatk -f gatkcondaenv.yml`, and have no idea how to fix it.
