textX-LS icon indicating copy to clipboard operation
textX-LS copied to clipboard

pip requirements not installing right first time

Open bakeromso opened this issue 4 years ago • 0 comments

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.

bakeromso avatar Dec 24 '21 12:12 bakeromso