Skip to content
Advertisement

Tag: anaconda

conda prefix (-p) still create a .conda directory on home

I’m using conda prefix to specify the directory to create my conda environment since my home directory has a small storage quota. But I noticed that conda still creating a .conda directory in my home directory which is quite large. I’m running the following command. The .conda dir in my home directory has: environments.txt file with the symbolic link to

No Spyder-Terminal on Spyder 5.0.5 (MacOS)

I tried to install spyder terminal on my spyder. Steps oI followed (in iPython Console): Then: And I get an error message that says: I thought that it was because of the enviroment, so I tried to create a new conda enviroment with the spyder terminal module. I do as follows (in my terminal): Then: And finally: And I get

Conda Installation python -v returns traceback

I just installed Anaconda onto my computer, but when I run python -v, a bunch of import stastements that look like a stacktrace gets spit out onto my terminal. Any idea what might’ve gone wrong and how I can fix it? Answer if you run python –help you will see that: you are probably looking for: notice the uppercase V

Change “conda activate” command in terminal? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 1 year ago. Improve this question Can I change the command conda activate env_name to activate the environment? Instead, I want to give my custom command. Is that possible? Answer You

Jupyter Notebook in VS Code is not working

I’m using Ubuntu, installed Vs Code and anaconda. I’ve also installed python extension in VS Code, which brings Jupyter Notebook extension. Now, whenever I’m trying to run code from the Jupyter extension, its throwing error as if it requires ipykernel. Now, my conda ‘base’ environment has already ipykernel. Why cant Jupyter extension look for ipykernel from the current activated environment?

ImportError: DLL load failed: The specified module could not be found in VS code Jupyter notebook with anaconda environment

I have anaconda installed and I have changed the interpreter on the top right to my anaconda environment. When imported a library I am getting the following error I have added the following variables in PATH I have added the following variables in Preferences:Settings(JSON) None of the solutions worked. Answer Posting the answer if anyone is stuck on the same

Newbie Python, PyCharm and Anaconda issues

I’m a newbie following tutorials online. I’m having real troubles with PyCharm, Python and Anaconda. Two questions: (1) when I ‘pip install x’ in CMD, they only seem to install in Anaconda site packages, not the Python one. Do I need to install in both to have access in both? (2) I thought the reason to have Anaconda was because

Advertisement