Skip to content
Advertisement

Tag: anaconda

Using python 3.6 in new Anaconda Environment

I am creating a new anaconda environment(my first) in Anaconda Navigator. The libraries I intend to use require python 3.6 but from the python packages drop-down list(see screenshot below) I’m only seeing python 3.8. How can I install python 3.6 to anaconda so that it appears in the drop-down list? Answer To create an environment from the start To install

Jupyter notebook does not launch (ImportError: DLL load failed while importing)

Recently my jupyter notebook stopped launching. When I try the command jupyter notebook from anaconda prompt but it gives error Traceback (most recent call last): File “C:UsersDellanaconda3Scriptsjupyter-notebook-script.py”, line 6, in from notebook.notebookapp import main File “C:UsersDellanaconda3libsite-packagesnotebooknotebookapp.py”, line 51, in from zmq.eventloop import ioloop File “C:UsersDellanaconda3libsite-packageszmq_init_.py”, line 50, in from zmq import backend File “C:UsersDellanaconda3libsite-packageszmqbackend_init_.py”, line 40, in reraise(*exc_info) File “C:UsersDellanaconda3libsite-packageszmqutilssixcerpt.py”,

Cannot connect to localhost:63342 when using matplotlib in PyCharm’s Python scientific plotting

My PyCharm’s scientific plotting mode doesn’t work on localhost (not remote). It reports: My matplotlib with the show plots in tool window in Tools -> Python Scientific unchecked (plot in original window instead of in SciView) worked normally. Changing a few options such as debugging server’s port and python’s interpreter (anaconda3 (Python 3.7) and pure version of Python 3.8.3) does

PyCall can’t find scipy in Julia

I’m currently rewriting a bunch of matlab code into julia. These codes envolves a lot of math and, particularly, interpolation functions for a 3D mesh. It is easy to deal with this in matlab: all I need to do is to use interp3 function. Once I coundn’t find any simple way to do similar in Julia, I’m trying to use

Running numpy using anaconda and VS Code

I am trying to get VScode to work with anaconda but having issues with numpy. I have managed to get VScode to use the right python environment From VScode (ctrl+shift+P, type Python:Select Interpreter and select the appropriate option). However, when I type “import numpy” in to my script, I get the following error message: I have successfully called the ‘import

Update anaconda failed – Entry point not found

I have just tried to update my anaconda environment to the latest version and I am now receiving errors. I opened the conda environment as an admin, and the commands issued were: First command finished fine. Second command produced error: I have found a reference to this sort of error that requires me to copy a file libssl-1-1-x64.dll from Anaconda3/Library/bin

Advertisement