This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Description
Describe the bug
I cant install it by pip:

when I want to clone the qtpylib package from github :
To Reproduce
git clone https://github.com/ranaroussi/qtpylib.git
Screenshots

Desktop (please complete the following information):
Additional context
long paths disabled by git and also manually from 👍
Go to Computer Configuration → Administrative Templates → System → Filesystem in gpedit.msc , open Enable Win32 long paths and set it to Enabled.
After that git config --system core.longpaths true or edit gitconfig (you must run as administrator).