【you may need to restart the kernel to use updated packages】

tags: Install  pycharm  python  jupyter

@PIP Insatll command is not installed in the third party library

you may need to restart the kernel to use updated packages

When the PIP Install command cannot be installed in the Jupyter, the third -party library can be installed and the following problems appear and the following problems appear:

You can try the following methods (I found some posts on the Internet, and found that I couldn't solve the problem fundamentally for me.

1. completely close Jupyter

  1. Jupyter's webpage, background, background,All offIf you use Anaconda, then the background of AnaConda will be exited.
  2. After exitreenterjupyter webpage
  3. usepip install Library name installation.

2. CMD command

  1. win+r Enter CMD into the terminal
  2. The command line is switched to the directory of the Jupyter itself of the Jupyter itself
    (Switch disk D:, enter the sub -directory: CD file folder name)
  3. Install with PIP Install Library Name

Third, use pycharm

This is the result of the use of other methods to try other methods, which is particularly troublesome, but I did not expect to be installed.

  1. Enter pycharm
  2. File --> settings
  3. Project project name -> Python Interpreter
  4. show all
  5. Switch to Python of Jupyter
  6. "+" -> Search Library Name-> Install

Fourth, change the network

If the bottom of the error appears
Inner Latey Code

//pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.

You can try to change the Internet, maybe downloading too slowly

Intelligent Recommendation

Use VM's CentOS7 version, restart you need to manually open the network

The title description is relatively simple, which is installed in the VM, and then opens the network, but after reboot, it is necessary to re-open, find some information, Under the file in the file, t...

You may not need Vue

note This article assumes that you have the relevant knowledge or practical experience of: [vue single file component] [vue rendering function] [jsx(Vue)] [pug] Babel and its related plugins VAR No do...

pip updates all packages that need to be updated

Create a new shell file such as upgrade.sh enter the following pip list -o get all packages to be updated format has two options, one is legacy and the other is columns The latter will have a header: ...

Oracle often uses statements that you may need to use sometimes

Written in front: The following are some of the statements that may need to be used in the work. Some of the statements that have been sorted out by various sorts are useful. If the query is incorrect...

More Recommendation

Use Scala Map's mapValues ​​with caution, you may need transform

Before stepping on the pit of mapValues, I believe most people would think that the logic of mapValues ​​is the same as all other map methods: apply a map function to all values ​​in the Map and retur...

Points you may need to pay attention to during the use of RestTemplate

When RestTemplate sets parameters in a get request, the parameters followed by the url must not be the param value after encode, because it will encode again A URL can be encoded multiple times, each ...

You may need to use return in JS, summarize and explain! ! !

return value The Return statement terminates the function execution and returns a specified value to the caller of the function (function name + () is equal to the return value of the function) If the...

ubuntu20.04 failed to uninstall virtualbox, "if your system is using efi secure boot you may need to sign the kernel"

ubuntu20.04 failed to uninstall virtualbox, the error message contains "if your system is using efi secure boot you may need to sign the kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) ...

If your system is using EFI Secure Boot you may need to sign the kernel modules

Ubuntu installed VirtualBox error Solution Enter BIOS Security Boot Set to Disable sudo /sbin/vboxconfig...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top