conda tag

74 questions


1 answers
110 views
0
Python 3 installed in Anaconda is not recognized by Brackets

I would like to move Python 3 in Brackets.The operating system is MacOS Sirena.We have deployed the Brackets Builder Extended plug-in, but the Python 3 introduced in Anaconda is not recognized by Brac...


1 answers
93 views
0
I'm studying machine learning RNN.What is the error message?

I am a beginner in machine learning.I'm studying machine learning RNN. history=ins_model.fit(x,t,epochs=20,batch_size=batch_size,validation_split=0.1)When I added and executed the above code, PyCharm ...


1 answers
101 views
0
ImportError: cannot import name 'rcParams' Error Running Python Program

I was able to display a program that reads the array with spyder and displays it as a diagram, so I wanted to zoom in with the mouse and look at it from various angles, so when I opened it with Anacon...

2 years ago

1 answers
77 views
0
"UnicodeDecodeError: 'utf-8' codec can't decode byte 0x83" appears when performing pip install on Win+Python 3.6.

Run Environment:Python 3, PyCharmI re-entered Anaconda because I needed a library relationship.PyCharm gets up when you run the code to cut out the acoustic feature according to the Readme.md of the m...


1 answers
101 views
0
I want to install Anaconda and do machine learning using Tensorflow, but I can't install it because I get an error saying Permission denied.

Prerequisites/What you want to achieveI want to study the machine learning model of image recognition, so I want to install Anaconda and study in my own way using Tensorflow and Keras.Therefore, we in...


2 answers
110 views
0
ImportError: cannot import name 'DependencyWarning' when trying to install a package called pybitflyer

Prerequisites/What you want to achieveI am trying to install a package called pybitflyer in python 3.6.3 (anaconda3).(Reference) We created a package pybitflyer that allows you to use the bitFlyer Lig...

2 years ago

1 answers
149 views
0
cv2.error:OpenCV(4.5.2)error:(-215:Assertion failed)!_src.empty() in function 'cv::cvtColor'

This error occurred while implementing Mask-RCNN.I am sorry for the poor writing, but I look forward to hearing from you.error messages: cv2.error: OpenCV(4.5.2) error:(-215: Assertion failed)!_src.em...


1 answers
78 views
0
Unable to import webdriver with selenium

If you run from selenium import webdriver after installing selenium, you will see the following error:Traceback (most recent call last): File <stdin>, line 1, in <module> File/opt/anaconda...


1 answers
101 views
0
Change the Python Version in anaconda

I tried to match the local and remote python versions to publish the application on the web, but it didn't work.I am using python 3.9.7 which comes with anaconda, but I would like to match the version...

2 years ago

1 answers
126 views
0
Switching Python Virtual Environments

I'm a beginner at Python, and I'm currently mainly learning languages.We used anaconda 4.1.1 (Python 3.5.2) to create a Python environment.I heard Python 3.6 is out, so I'm going to study the environm...

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.