E. Zilyaev
E. Zilyaev

Reputation: 53

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)

Upvotes: 1

Views: 1639

Answers (1)

E. Zilyaev
E. Zilyaev

Reputation: 53

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

Upvotes: 1

Related Questions