anaconda3 Questions
2
I am trying to enable multithreading/multiprocessing in an Anaconda installation of Numpy. My test program is the following:
import os
import numpy as np
from timeit import timeit
size = 1024
A = ...
3
Solved
I have VSCode in Windows 11. I have WSL (Ubuntu 22.04) and launch VSCode from the terminal like code . from the project folder. When I open the built-in terminal it shows two conda (Anaconda) envir...
Sympathize asked 2/11, 2023 at 15:31
10
I updated anaconda using Anaconda Command Prompt.
After update whenever I run any command ex: conda info or conda list I get the below error
module 'brotli' has no attribute 'error'
I would Rea...
3
I am using the latest Anaconda Navigator (for Python 3.9), and I know how to make a new environment with Python 3.11 in Anaconda. However, whenever I create a new environment, there are hardly any ...
Jervis asked 23/1, 2023 at 23:35
3
Solved
I have installed conda using miniforge. Since my mac has a m1 chip, i had to install conda using Miniforge3-MacOSX-arm64.sh, inorder to get tensorflow working. unfortunately this version (minforge/...
Southport asked 5/5, 2021 at 4:42
1
When I try to install with conda (I am using Windows 10) it shows an error saying that it runs without .conda
Prompt output:
zstandard could not be imported. Running without .conda support.
And I h...
7
I have a file called test.py with the following code:
import pytest
@pytest.mark.webtest
def test_http_request():
pass
class TestClass:
def test_method(self):
pass
pytest -s test.py passed ...
Vanitavanity asked 23/3, 2020 at 0:16
4
Solved
When I run:
from sklearn import datasets
I get the error:
ModuleNotFoundError: No module named 'sklearn'
How can I solve this?
Surrebuttal asked 29/8, 2020 at 17:0
1
I have already intalled Anaconda 3.When I run Jupyter Notebook and save something. The next problem appears:
C:\ProgramData\Anaconda3\lib\site-packages\nbformat_init_.py:128: MissingIDFieldWarning...
Saxena asked 3/3, 2023 at 22:41
2
Solved
** Conda Fails to Create a new env: stuck at "Executing transaction"**
I am working with a MacOS, BigSur 11.6, and have updated conda and mamba
conda update --all
conda update mamba
and, ...
Deuteragonist asked 15/9, 2021 at 4:33
5
Solved
I have tried to install Facebook Prophet in Anaconda on Ubuntu following the instructions at:
https://facebook.github.io/prophet/docs/installation.html#installation-in-python.
In Anaconda Navigat...
Jay asked 21/4, 2020 at 21:55
11
Solved
Conda env is activated using source activate env_name.
How can I activate the environment in pycharm ?
3
I have one error: ModuleNotFoundError: No module named '_sysconfigdata_x86_64_conda_linux_gnu'
Using comand: pip3 install --editable ./BindingSitesFromFragments
Pukka asked 5/7, 2021 at 19:30
3
Solved
Is there a way to specify the architecture/platform when creating a new conda environment? Alternatively, how does conda detect its current architecture/platform when its run?
What I'm aiming to do...
3
Solved
**env:**ubuntu16.04 anaconda3 python3.7.8 cuda10.0 gcc5.5
command:
conda activate myenv
python
import cv2
error:
Traceback (most recent call last):
File "", line 1, in
File "/home/...
Minded asked 3/11, 2020 at 13:47
1
Solved
I tried to install lightgbm with gpu in anaconda. I used pip in anaconda directly with --install-option='--gpu'. it's built successfully and lib_lightgbm.so links to libstdc++.so under /lib64.
as a...
6
Solved
I am trying to set up a conda environment with python 3.10 installed. For some reason, no install commands for additional packages are working. For example, if I run conda install pandas, I get the...
2
POST UPDATED to include ldd output see update:
In a clean install of conda following these steps, but having issues. I have done in several linux instances and Macbook pc this same procedure flawle...
3
Solved
I have installed pytorch with conda and transformers with pip.
I can import transformers without a problem but when I try to import pipeline from transformers I get an exception:
from transformer...
Luettaluevano asked 20/5, 2020 at 12:20
4
Solved
I open the terminal.
jupyter labextension install @jupyterlab/github
An error occured.
ValueError: Please install nodejs >=10.0.0 before continuing. nodejs may be installed using conda or direct...
Outcry asked 11/7, 2020 at 12:48
1
Solved
I'm trying to run a SageMaker kernel with Python 3.8 in SageMaker Studio, and the notebook appears to use a separate distribution of Python 3.7. The running app is indicated as tensorflow-2.6-cpu-p...
Geoponic asked 26/12, 2021 at 11:42
1
I am trying to alias for Python in my ~/.bashrc file. I am entering this command to tell Git Bash where to find the Python executable file:
python --version winpty
...from within my [Git Bash] and...
1
I have anaconda 3.8 on windows 10. I created python3.9 virtual environment and set poetry config virtualenvs.in-project true. But when I do poetry install it doesnt create the .envn folder inside t...
Derange asked 8/9, 2021 at 20:27
2
I am trying to download anaconda3 terminal version for a 64bit mac OS Catalina to use for python 3.7, and i keep running into the error:
Unpacking payload ...
concurrent.futures.process._RemoteTrac...
Runt asked 28/11, 2020 at 3:28
3
Solved
Unable to install Anaconda3-2019.10-Linux-x86_64 in my RHEL machine; Getting the error -> conda.exe: error while loading shared libraries: libz.so.1: failed to map segment from shared object: Opera...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.