textX / textX-LS

Language server for domain specific languages based on textX
MIT License
38 stars 7 forks source link

pip requirements not installing right first time #55

Open bakeromso opened 2 years ago

bakeromso commented 2 years ago

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.