简体   繁体   中英

pip install jupyterlab fails in a Python 3.8 environment, Windows

I am trying to install jupyterlab on a Windows Machine, the installation fails with the below exception, I am using python 3.8.

C:\Users\ezily>pip install jupyterlab

> Could not find a version that satisfies the requirement pywin32>=1.0; sys_platform == "win32" (from jupyter-core>=4.6.1->notebook>=4.3.1->jupyterlab) (from versions: )
No matching distribution found for pywin32>=1.0; sys_platform == "win32" (from jupyter-core>=4.6.1->notebook>=4.3.1->jupyterlab)

I had to install 3.7.6>= Python version. Jupyterlab was downloaded successfully

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM