I want to run the module in github on Python.

Asked 2 years ago, Updated 2 years ago, 45 views

in cmd If I do pip install git+git://github.com/VincentLeroux/Laser.git, there is an error, how do I install the module??

ERROR: Error [WinError 2] The specified file could not be found while executing command git clone -q git://github.com/VincentLeroux/Laser.git 'C:\Users\JH\AppData\Local\Temp\pip-req-build-z626js1i' ERROR: Cannot find command 'git' - do you have 'git' installed and in your PATH?

python github

2022-09-21 17:44

1 Answers

Installation

pip install git+https://github.com/VincentLeroux/Laser.git

Delete

pip uninstall laser


2022-09-21 17:44

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.