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? Answ…
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:UsersDella…
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 …
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 serverR…
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…
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…
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 th…
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. Ans…
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.…
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…