Top "Virtual-environment" questions

ResolvePackageNotFound: Create env using conda and yml file on MacOS

I want to create a virtual environment using conda and yml file. Command: conda env create -n ex3 -f env.…

conda virtual-environment
There is no activate when I am trying to run my virtual env

1) I installed virtualenv using pip. 2) I ran the command virtualenv venv 3) Then I ran source venv/bin/activate but it …

virtualenv virtual-environment
failed to create anaconda environment ResolvePackageNotFound

I've been trying to use this yml file to create an environment (I created the yml): name: testenv channels: - …

python anaconda conda virtual-environment
What is the difference between PyCharm Virtual Environment and Anaconda Environment?

When I create a new project in PyCharm, it creates a new Virtual Environment. I have read that when I …

python pycharm anaconda environment virtual-environment
Django Python - No connection could be made because the target machine actively refused it

I have a Django python server in a virtual environment at the root of my hard drive. In the command …

python django port80 virtual-environment
Python venv not creating virtual environment

I'm trying to create a virtual environment for my current Django project using python3 -m venv env however the command …

django python-3.x virtual-environment
Why conda cannot create environment with python=3.4 installed in it

I have miniconda 3 installation and want to create conda environment with Python 3.4. I used the command: conda create -n myenv …

python conda virtual-environment
Activating Python Virtual Environment in Atom

Don't have much expertise in programming. Only picked up Python last summer. I have installed both Atom and Conda on …

python package atom-editor conda virtual-environment
How do I fix this error "DistributionNotFound: The 'zipp>=0.5' distribution was not found and is required by importlib-metadata"?

I'm tying to create a virtual environment in my mac terminal and I get the following error. Could you please …

virtual-environment
Ubuntu terminal starts with the Anaconda base environment (how to correct that?)

I have downloaded and installed the Anaconda distribution for Ubuntu (18.04) from [https://www.anaconda.com/distribution/#download-section] conform instructions some …

python-3.x anaconda ubuntu-18.04 gnome-terminal virtual-environment