anaconda Questions

6

Solved

EDIT Using VSCode, I had an issue while debugging in a virtual environment that have different packages which are not installed in the base environment. After activating the environment with the c...
Chafin asked 2/1, 2019 at 15:35

2

Solved

I was trying to install "causal_conv1d" using: pip install --no-cache-dir -t /scratch/ahmed/lib causal_conv1d==1.0.0 The error I got is: Collecting causal_conv1d==1.0.0 Downloading caus...
Scrap asked 10/6 at 18:39

6

Solved

I have recently started a new project in PyCharm, finally utilizing anaconda environments. However, after trying to make my first commit through PyCharm, it appears to be using my native python, no...
Adenocarcinoma asked 24/6, 2019 at 20:37

7

I am trying tensorflow course from Udacity which uses google colab to write/run the code. But I want to run the code on my local machine and hence have created a new environment to run the code , ...
Francesco asked 7/7, 2019 at 9:41

2

Solved

I'm trying to set a conda environment using a requirements.txt file that a coworker shared with me. My coworker uses Python in a Mac without Anaconda, and I'm using it in a Windows machine with Ana...
Lower asked 12/8, 2020 at 15:35

5

Solved

When I try to Activate "conda activate tensorflow_cpu" conda activate tensorflow_cpu Error : Failed to create temp directory "C:\Users\user\AppData\Local\Temp\conda-\"
Ethanol asked 21/3, 2020 at 15:48

5

Solved

My VSCode is using a locally installed anaconda environment, at the default directory, which places it in Program Files. Because of this I'm unable to install flake8 through VSCode, I get a permiss...
Disquieting asked 12/1, 2019 at 13:52

5

Solved

I am new to conda and mac (i mostly use Ubuntu and pip). Is there a conda shell on mac (I guess I read somewhere that there is none). If that is the case, how am I suppose to run command like: co...
Broca asked 4/2, 2020 at 5:5

11

Solved

I have the anaconda package and run Spyder. Here is my system information: anaconda 2018.12 py37_0 Python 3.7.1 pip 18.1 Dell Inspiron 13 7000 64-bit I am unable to install anything with pip ...
Chabazite asked 28/1, 2019 at 2:21

4

I have a program coded in Python 2 that I need to run and I would like to run it in spyder via anaconda software. The issue is that to run the program via the terminal I had to previously add in my...
Heehaw asked 13/2, 2020 at 14:23

12

Solved

I use an out-of-the-box Anaconda installation to work with Python. Now I have read that it is possible to also "include" the R world within this installation and to use the IR kernel within the Jup...
Ardie asked 10/1, 2016 at 13:25

2

Solved

Currently using AWS to run some tests on a machine learning project. I would like to run Python scripts without internet (via root) because the internet bandwidth is extremely limited. I try to run...
Burl asked 16/4, 2016 at 2:16

2

So I'm just beginning my programming/coding journey. I've downloaded Anaconda and made a shortcut for Jupyter Notebook on my desktop. I tried using my first file the other day, and I'm not sure whe...
Extortionary asked 15/8, 2021 at 8:59

13

Solved

I am trying to run python from the windows command prompt (windows 10). So the result is the typical one when the path environment variable is not configured c:\windows\system32>python 'python...
Comic asked 1/12, 2015 at 21:19

28

I am running OSX Catalina. After downloading Anaconda, I'm having trouble downloading external packages. I tried in both the GUI and the terminal, but the process keeps getting stuck at "Solvi...
Rosannrosanna asked 4/9, 2020 at 3:37

11

I would like to create a conda environment on a machine that has no network connection. What I've done so far is: On a machine that is connected to the internet: conda create -n python3 python=3....
Vaginismus asked 30/7, 2015 at 16:54

3

I am using conda since one year, since several weeks, whenever I want to install a package using conda install -c anaconda <package_name>, for any package, it is just stuck at the Solving env...
Levkas asked 24/6, 2022 at 11:57

10

I have the following conda environment under Linux: $ conda info -e # conda environments: # py33 /u21/coyotito/.anaconda/envs/py33 root * /u21/coyotito/.anaconda And py33 is created with this co...
Andriette asked 20/4, 2016 at 3:15

14

Solved

When trying to deploy a Kivy App using PyInstaller, I am getting Permission Denied errors even when using and Administrator CMD. The folder has all open editing options for every user. Python has f...
Partitive asked 10/8, 2018 at 2:46

44

I'm trying to install OpenCV for Python through Anaconda, but I can't seem to figure this out. I tried conda install opencv conda install cv2 I also tried searching conda search cv No cigar....
Heartbreaker asked 16/4, 2014 at 20:23

15

I am trying to install Anaconda V 3.7 on Windows 10 - 64 bit system. Download was successful.In installation step extraction of packages also completed. After that it gets stuck at one point where ...
Mosera asked 2/4, 2020 at 14:48

9

Solved

I just installed Anaconda, in my Surface Pro 3, with Windows 10, using the provided installer for 64-bit. When I try to launch "jupyter notebook" I always get the following message: Microsoft Wi...
Crucify asked 7/1, 2017 at 10:15

7

Error: ImportError: DLL load failed while importing _ctypes : The specified module could not be found Need: How to resolve this error? And launch jupyter notebook and use pip from the specific envi...
Edsel asked 23/8, 2022 at 12:12

6

Solved

When I want to install modules to Anaconda, I run conda install. However, now I have a .tar.gz file and want to install this. How to do?
Sickle asked 18/7, 2017 at 1:36

4

Solved

If I do conda info pandas I can see all of the packages available. I updated my pandas to the latest this morning, but I need to revert to a prior version now. I tried conda update pandas 0.1...
Gnosis asked 31/5, 2014 at 20:10

© 2022 - 2024 — McMap. All rights reserved.