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
Tag: anaconda
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”,
Labelimg crashes when attempting to export YOLO training samples
I’m pretty new to Python and labeling data for deep learning. I have installed Labelimg program in order to label a custom dataset, but it keeps crashing when I create YOLO training samples. Each time I open the program and specify the image directory, I can browse through the images, but when I create my bounding boxes and try to
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
I am unable to check the files available in the directory
I am trying to read the csv files in the current directory. In-order to do that, I want to check all the files present in my current directory. I have tried doing it with check_output function. However, i received this error and I’m unable to figure out how to deal with it. This is the code I have tried: this
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
Python Relative Import in Jupyter Notebook
Let’s say I have the following structure: In, code.ipynb, I simply want to access a function inside functions.py and tried this: I get the error: I have checked a bunch of similar posts but not yet figured this out… I am running jupyter notebook from a conda env and my python version is 3.7.6. Answer In your notebook do:
This application failed to start because no Qt platform plugin could be initialized
I am stuck trying to run a very simple Python script, getting this error: The script code is: However this Notebook code works in JupyterLab: I am on macOS, using Anaconda and JupyterLab. I would appreciate any help with this issue. Thanks! Answer For me, it worked by using a opencv-python version prior to 4.2 version that just got released.
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