All Questions
62 questions
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....
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 ...
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 ...
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 ...
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 ...
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> ...
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\...
-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-...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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:
- ...
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 ...
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 ...
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 ...
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
...
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
...
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 ...
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 ...
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 ...
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 ...
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
?
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:
------ ...
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 ...
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/...
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 ...
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:
...
-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 ...
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 ...
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.
...
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 ...
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) ...
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, ...
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, ...
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,...
-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 ...
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 ...
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? ...
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 ...
-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 ...
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 ...
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.
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 ...
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
...
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, ...
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....