Open DykVanDyke opened 1 year ago
same issue here
I used python39
:
python39 -m venv venv
venv\Scripts\activate.bat
pip install -e .
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Obtaining file:///D:/srcr/gd_language-check
Preparing metadata (setup.py) ... done
Installing collected packages: language-check
Running setup.py develop for language-check
Successfully installed language-check-1.1
WARNING: You are using pip version 22.0.4; however, version 23.3.2 is available.
You should consider upgrading via the 'D:\srcr\gd_language-check\venv\Scripts\python.exe -m pip install --upgrade pip' command.
I guess you maybe should check the network environment. It says HTTP Error 403
. Or use an older version of python.
Hello,
I could'nt install this package using the pip standard option (see bellow error), but it worked by downloading the sources and using the local install option from pip like so:
python -m pip install -e .
My machine settings are the following:
It could be nice to newbies in Python (like myself) to correct the issue.
The error when installing the package using standart pip options: