Questions tagged [miniconda]

Minimal installation package for the python package manager [conda], which includes only conda and all its dependencies (in contrast to [anaconda] which is the "enterprise" distibution of conda)

953 questions
-2
votes
0 answers

How to use "anaconda-navigator" in miniconda3(it install in usb flash drive)?

1:I install miniconda3 in my usb flash drive "D:\miniconda3" 2:How con I to use "anaconda-navigator" in miniconda3 and in my usb flash drive and run it OK ? I try install it in my miniconda3,but it change my windows set , than my miniconda3 is issu.
-2
votes
2 answers

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-1.1.1t-h2bbff1b_0 pip …
-2
votes
1 answer

How to use Python and libraries with Conda in Atom?

I make use of miniconda for data science projects. For this its normal to make use of Jupyter Notebook. However I want to make some python projects using the IDE Atom. I managed to link to "python.exe" in the miniconda3 folder with Atom. However now…
Mattlehem
  • 13
  • 2
-3
votes
1 answer

problem in installing packages in miniconda 3

discription of the problem can be seen in the pictureI am using miniconda3 and it shows that no modules have been installed when I am accessing the module from Jupiter notebook. I have installed the modules from miniconda prompt by pip install…
-3
votes
1 answer

anaconda build can't use patch?

after anaconda build submit . I got an Error in the building page: 98 Did not find 'patch' in: /opt/miniconda/envs/_build/bin:/opt/miniconda/bin:/home/binstar/env/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-3
votes
2 answers

couldn't able to import pandas in django project in conda environment

I am trying to do web app using django which uses pandas to read very large csv file. I've follows these steps: Installed miniconda and activated conda environment. Installed pandas and django in this environment. Created a new django project in…
Deepak m
  • 291
  • 3
  • 8
-4
votes
0 answers

Python Machine Learning, Miniconda, Jupyter Notebook

I had installed miniconda and created an conda environment wherein, by typing commands on anaconda prompt I would invoke jupyter notebook and work on there (for my online python Machine learning & Data Science online course -ZTM). Very recently, my…
1 2 3
63
64