Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
43 views

Updating Conda in Ubuntu results in endless circle

Basically some update broke anaconda on my Linux machine. Any action with conda results in Collecting package metadata (current_repodata.json): failed WARNING conda.exceptions:...
Terranigmus's user avatar
0 votes
0 answers
15 views

code doesn't work in PyCharm, but work in remote executing

let us see the code firstly: .py files are organized as follows: A - __init__.py - B.py - C.py # where A is a python package, C is .py file and there is a D class in C.py file. The B.py file uses ...
mmmm's user avatar
  • 1
0 votes
0 answers
156 views

Anaconda installation abort

I am on Windows 11 22H2 version, my Anaconda installation is crushing at the license agreement page. Here is my windows-log about this issue (installation file was downloaded several times): - <...
Руслан Кравцов's user avatar
0 votes
2 answers
545 views

Python/Anaconda - Is running the environment python executable different than activating the environment?

I have a simple query. I have two ways of running a python script in my virtual anaconda environment. Alternative 1: conda activate my_env python3 my_python_script Alternative 2: ~/anaconda3/envs/...
Camilo's user avatar
  • 39
-3 votes
1 answer
655 views

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 ...
Arun Tripathi's user avatar