textX-LS
textX-LS copied to clipboard
pip requirements not installing right first time
Following the installation steps, after I run
pip install -r requirements.txt
I get the error ``` ERROR: Failed building wheel for coverage
Luckily this error is fixed by running the pip command once more and everything seems to be installed correctly.
I tried in a new venv with wheel at the top of requirements.txt, but the same error occurred.