1. ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)
Solution:
Turn off ssl verification and execute the following command
conda config –set ssl_verify false
Turn off ssl verification and execute the following command
conda config –set ssl_verify false
2. After installing miniconda3 on ARM-Linux system, conda create -n clock python=3.5.2 can’t find python
Fetching package metadata:…
Error: No packages found in current Linux-armv7l channels matching: python 3.5.2*
You can search for this package on anaconda.org with
anaconda search -t conda python 3.5.2*
You may need to install the anaconda-client command-line client with
conda install anaconda-client
Solution:
Increase the source of the Raspberry Pi
conda config –add channels rpi
conda create –name py36 python=3.6
3. Incorrect installation of nb_conda_kernels with conda in python virtual environment
conda install nb_conda_kernels
ImportError: cannot import name ‘secure_write’
Solution:
pip install –upgrade jupyter_client
Similar Posts:
- How to Solve Anaconda Error: PackageNotFoundError: Package not found: ” Package missing in current win-64 channels
- How to Solve PackagesNotFoundError: The following packages are not available from current channels
- Anaconda establishes a new environment, and condahttpererror: http 000 connection failed for URL… Solution process appears
- Solve the problem of HTTP 000 connection failed for URL in Anaconda
- python=2.7-not available from current channels [How to Solve]
- [Solved] Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
- Anaconda “unable to locate program input point OpenSSL_ sk_ new_ Reserve is used in dynamic link library anaconda3 / library / bin / libssl-1_ On 1-x64.dll & qu
- Tensorflow Warning: cona The environment is inconsistent, please check the package plan carefully
- Solution to error reporting of CONDA virtual environment due to system environment variables
- Error reporting of importing tensorflow package from pycharm