Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
43 views

Anaconda Build Channels

In the following requirements.txt, what does the addition non-pypi syntax mean? My MRE is what the package author suggests, installing this with conda create --name multid_features --file requirements....
Test's user avatar
  • 1,677
1 vote
1 answer
146 views

Problems with Environment creation with miniconda

I have some problems creating an environment for my code. The code requires a quite old Python version, but I am able to recreate the environment in my Ubuntu 22.04 LTS (Desktop). The problem arises ...
Neskelogth's user avatar
0 votes
0 answers
74 views

spyder installation, no pip, no conda activate

How do i install packages in spyder? I installed python on windows 10, default installation. I installed spyder, default installation. I tried pip install selenium in the spyder terminal :"No ...
Giuseppe Mercurio's user avatar
0 votes
1 answer
3k views

pip install error: command '/usr/bin/gcc' failed with exit code 1 after

I am trying to install a python package called job_stream https://wwoods.github.io/job_stream/#installation, on a Ubuntu 22.04 machine. I installed minidconda3, then installed boost using "conda ...
Mohammad Taha's user avatar
1 vote
0 answers
28 views

Pip list showing random packages when Changing python versions in conda env [duplicate]

Below are the step/chronology: I create a conda env using conda create --name xkcd and activated it using conda create xkcd I check my python version using python --version which comes out to be ...
newbie101's user avatar
  • 169
1 vote
0 answers
188 views

How to update the compatible tags in `pip` in `conda` environments?

I tried to install a custom package through pip in a conda environment for python 3.9 (created using miniconda by conda create -n py39 python=3.9). When I run pip install -i <custom index> ...
Lee's user avatar
  • 31
0 votes
0 answers
269 views

Getting "[WinError 5] Access is denied" error while trying to restore from YAML file

Getting error from the topic: Pip subprocess error: ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: 'C:\Users\Zanzibar\AppData\Local\Temp\pip-uninstall-4iailnro\...
keen's user avatar
  • 1
-2 votes
2 answers
3k views

I need help installing Avatarify Python

So I have a GeForce GTX 1660 Ti (6GB Dedicated graphics) running windows 11 pro but for some reason, Avataryfy Python gets stack at Solving Environment. openssl pkgs/main/win-64::openssl-...
Scott Bilson's user avatar
0 votes
0 answers
1k views

I'm having issues with installing tts-generation-webui

I'm new to using machine learning programs on Github, and decided to try my hand at machine learning by installing tts-generation-webui. I followed the instructions as intended, installing the program ...
Aholicha's user avatar
0 votes
1 answer
287 views

“Could not build wheels for pyunicorn” on MacOS using miniconda and pip – how to fix this problem?

I would like to install pyunicorn (https://www.pik-potsdam.de/~donges/pyunicorn/index.html) on my intel Macbook with the current BigSur version 11.7.8. I use miniconda conda 23.5.0 and pip pip 23.1.2 ...
Philipp's user avatar
  • 415
1 vote
1 answer
65 views

module not found error in Jupyter but works at command prompt

I have installed nb-black package using pip. It is working at the command prompt but not in Jupyter. # python3 Python 3.7.6 | packaged by conda-forge | (default, Mar 23 2020, 22:25:07) [GCC 7.3.0] on ...
shantanuo's user avatar
  • 32.1k
1 vote
1 answer
6k views

I am unable to install pytorch 1.7.1 using pip,conda

I am unable to install pytorch 1.7.1 using pip & conda statements given in pytorch's official website I need pytorch 1.7.1 and torchaudio 0.7.2 for a project, i tired installing it using the ...
falconx999's user avatar
0 votes
1 answer
632 views

how to fix the corrupted base environment

I accidentally install a lot of packages using pip install -r requirements.txt under base environment. Then I tried to pip uninstall, but it seems that the uninstalling process is unsuccessful. I am ...
user288609's user avatar
0 votes
1 answer
675 views

pip install tensorflow - no matching distribution

I am following TensorFlow's installation guide for Windows 10 & WSL2. But I get the following when I finally get to the point of installing TensorFlow, (base) root@SCEDWLWC164905:~# conda activate ...
DrBwts's user avatar
  • 3,649
1 vote
1 answer
362 views

Creating\Updating conda venv with yml file fails in pip dependencies part with gym[rom]

Im trying to create a virtual enviorment based on an enviorment.yml file with the command: "mamba env update -f environment.yml -n cs236781-hw". The yml file contains this part: - pip: - ...
Murad Ektilat's user avatar
0 votes
1 answer
70 views

conda venv as Jupyter kernel | conda lists of same venv are different

Goal: use conda venv as Jupyter kernel. I use the same conda venv as my kernel in the notebook. Yet, conda list is different. PyCharm (venv) me@me:~/PyCharm projects/project$ pip show ...
DanielBell99's user avatar
  • 1,897
0 votes
1 answer
18 views

I get ImportError whenever I try to install outside of site-packages

When I try: which -a pip I get bailin@LAPTOP-J4I3G886:~/miniconda3/bin$ which -a pip /home/bailin/.local/bin/pip /home/bailin/miniconda3/bin/pip /usr/bin/pip /bin/pip Should I get rid of ...
user20500764's user avatar
1 vote
1 answer
258 views

Python, PIP & Conda, install package in global env

I'm using Python for some projects. I want run some .py program with task scheduler Windows. The task scheduler is using the Global environnement (from Python) by default (which is fine for me). I've ...
Mayot's user avatar
  • 79
1 vote
1 answer
3k views

How to clean up anaconda base environment?

I have just reinstalled Miniconda. After that I ran pip list in base environment. The output is following: Package Version ---------------------- --------- brotlipy 0.7.0 ...
Renat Abdrakhmanov's user avatar
0 votes
1 answer
4k views

no such file or directory: .dbt

I created a virtual environent using anaconda. When I check the version inside my environment using pip3 —version it is Python 3.10.6. Then I installed dbt like this: pip3 install dbt-snowflake ...
x89's user avatar
  • 3,390
0 votes
1 answer
1k views

Cannot Import scikit-learn due to built incorrectly

I am using miniconda3 to create a virtual environment in linux aarch64 architecture. I install scikit-learn using the pip install scikit-learn. But when I import librosa in the python, I got the ...
Susan's user avatar
  • 529
2 votes
0 answers
149 views

Hash mismatch installing DeepDarts requirements

I tried to follow these installation instructions because I want to test DeepDarts for a Dart-Counter. It's my first time with Anaconda, also the first time with Python. After Step 4, I got this error ...
Thomas Fischer's user avatar
3 votes
1 answer
16k views

Taking forever and stuck tensorflow installation: Anaconda navigator

I am totally new to Anaconda. I go to 'uninstalled' page of anaconda navigator and search for tensorflow. I find it, click it and press apply button to install it. A pop up comes which says 'solving ...
knowledge_seeker's user avatar
1 vote
1 answer
733 views

pip in a (mini)conda environment installs packages in the global site-packages directory

As the answer to this question indicates, pip in a conda-env should install a package in the site-packages directory of env's python. In my case, however, pip (launched within the env) is trying to ...
massimopinto's user avatar
0 votes
1 answer
292 views

Is using pip from conda environment folder the same as using that pip executable directly?

Is running conda activate -n myenv pip install mypackage equivalent to running /opt/anaconda3/envs/myenv/bin/pip install mypackage ?
Rinat Veliakhmedov's user avatar
0 votes
1 answer
450 views

Installing PyICU on continuumio/miniconda3:4.9.2 image

Unfortunately when using the Docker base: continuumio/miniconda3:4.9.2 from https://hub.docker.com/r/continuumio/miniconda3 and running: pip install PyICU==2.4.2 I get this error: ------ ...
user15211408's user avatar
0 votes
1 answer
1k views

How can I activate conda venv in Dockerfile? (pip not found)

I'm trying to build a docker image like FROM ubuntu:latest RUN apt update && apt upgrade -y && \ apt install -y git wget libsuitesparse-dev gcc g++ swig && \ cd ...
Minsik Seo's user avatar
0 votes
1 answer
526 views

Error Creating Anaconda Custom Environment

I'm using a .yml file to create an environment on an external drive. My .yml file contains... name: pdal-env channels: — conda-forge dependencies: - --index-url https://anaconda.org/conda-forge/...
Jillinger's user avatar
  • 182
0 votes
1 answer
850 views

conda: pip fails in venv due to SSL verification problems - how to make it work as in base environment

If I create a virtual environment using venv and run pip I get WARNING: pip is configured with locations that require TLS/SSL,... although it works in the base environment. If the base and virtual ...
Stefan's user avatar
  • 382
6 votes
6 answers
3k views

Can't install parquet via pip nor conda on macOS "Big Sur"

I'm trying install parquet either via pip or conda. Command I used for pip: (for my main python install) pip install parquet Per comment, tried: pip install parquet --no-cache-dir Gives error: ...
Mark Bennett's user avatar
  • 1,462
-1 votes
1 answer
279 views

question about virtual environments from conda to virtualenv

I have been working on a project in python that its inside an environment created at a linux machine. I recently got a new pc and i tried freebsd so i decided to see if i can port the settings, since ...
user avatar
5 votes
5 answers
6k views

PIP install rasa-x takes forever

I am intalling Rasa X in a Python 3.7 conda environment on Windows 10. pip version is 20.3.3. pip3 install rasa-x --extra-index-url https://pypi.rasa.com/simple It have been going on for 5-6 hours and ...
MartinHN's user avatar
  • 19.8k
3 votes
1 answer
3k views

conda install -n base --revision 1 doesn't clean up pypi packages

I attempted cleaning up my base (mini)conda environment by installing revision 1 of the base environment. $ conda install -n base --revision 1 For reference, here is what revision 1 means in my case. ...
borosdenes's user avatar
1 vote
0 answers
911 views

Miniconda virtualenvs activation 'source activate' vs. 'conda activate'

Installed miniconda created my first virtualenv called ai37 (python 3.7) created my 2nd virtualenv called da35 (python 3.5) Will it be an issue that I created a new env called da35 without first ...
Lino Martinez's user avatar
1 vote
1 answer
594 views

why (miniconda) pip install in .local

pip install is installing packages in my user's .local directory, a behaviour that I would like to avoid. Here is my setup: (base) MYUSER@MYMACHINE:~$ which pip /home/MYUSER/miniconda3/bin/pip (base) ...
Wfarah's user avatar
  • 90
2 votes
2 answers
860 views

Conda packages in .local

I am using miniconda to create several environments, all of which with Python 3.7. I found that for each env, the installed packages go to .local path, which means for different envs of Python 3.7, ...
Zhao's user avatar
  • 2,173
0 votes
0 answers
133 views

Mark package as manually installed in anaconda virtualenv (miniconda)

I've had to install a package with pip in a conda environment to get it to work for my application (link). The package works fine. However, every time I modify the virtual environment in any way, ...
nvergontbij's user avatar
3 votes
1 answer
3k views

Does miniconda installation affect standard python installation?

I had first installed python using the standard python distribution available on their official website and I would be using pip to install all necessary packages. However, now I wish to use miniconda,...
Harshita Kanal's user avatar
-1 votes
1 answer
691 views

why couldnot I install "seaborn" and "pandas" in ubuntu?

in my code, there are import seaborn and they give me no module named seaborn when I use pip install seaborn it gives me Requirement already satisfied but I still couldnot import seaborn so I ...
tanglai's user avatar
  • 161
0 votes
1 answer
1k views

python dependency error while installing a package

Whenever I install a python package I get this error. I am using Intel development python in Miniconda environment. The package is getting installed but always this dependency error arises. The ...
G.MAHESH's user avatar
  • 140
0 votes
2 answers
489 views

module not found error Bio in miniconda environment

I installed bio python as pip install biopython as well as conda install -c conda-forge biopython. I see in site-packages. for some reason there is Bio dependency. How do I resolve this dependency? ...
lpt's user avatar
  • 975
5 votes
3 answers
1k views

Which python package owns a binary?

I'm having problems with ~/.local/share/miniconda3/envs/nndl/bin/tput - it produces output different to my system version, breaking some ANSI colouring. I'm trying to track down the package which ...
Tom Hale's user avatar
  • 46.5k
-1 votes
1 answer
896 views

ModuleNotFoundError: No module named 'rnn_base'

I am trying to run this python code but I will get the following error: import rnn_base as rnn ModuleNotFoundError: No module named 'rnn_base' the problem is none of conda install rnn_base or pip ...
Reza Amya's user avatar
  • 1,724
46 votes
6 answers
25k views

Specific reasons to favor pip or conda for installing Python packages

I use miniconda as my default python installation. How can I choose between using Conda and Pip to install a package? That is, what objective factors would suggest using one or the other for a ...
Dustin Michels's user avatar
10 votes
3 answers
12k views

conda equivalent of pip install

If I have a directory with setup.py, in pip, I can pip install . in the directory to install the package. What if I am using conda? conda install . makes conda to find a package named dot.
youkaichao's user avatar
  • 2,344
0 votes
2 answers
357 views

No module named django, but django is installed - miniconda has interfered with path?

So to clarify, I had already got Django to work. The main thing I had done between installing Django and having this problem is that I installed miniconda3 and MySQLdb. I'm running Python 3.7.1, pip ...
Weirdali's user avatar
  • 453
3 votes
0 answers
500 views

CondaValueError during pip install while building Docker image

I'm trying to build a Docker image from a Python project that uses an environment built with conda. Here's my current Dockerfile: FROM continuumio/miniconda SHELL ["/bin/bash", "-c"] ADD . /service ...
Mike S's user avatar
  • 1,593
2 votes
4 answers
9k views

How to install and use scikit-learn in Python

Note upfront: I tried following suggestions in other threads, but so far, haven't found anything that helps (1, 2) I received a pandas file that I would like to run on my machine. In the beginning, ...
Berbatov's user avatar
  • 1,063
0 votes
1 answer
1k views

How to fix a broken pip in anaconda without removing dependent packages?

When I try to install something with pip I get the message You are using pip version 18.0, however version 18.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command....
Soerendip's user avatar
  • 9,061