(Please take the time and describe the problem you're having before you propose a solution.)
I stuck on installation becasue a error en requirements.txt
Exactly on:
python -m pip install -r requirements.txt
1 .python -m pip install -r requirements.txt
The full error:
Could not find a version that satisfies the requirement cairosvg==2.1.3 (from -r requirements.txt (line 16)) (from versions: 2.0.0rc1.linux-x86_64, 2.1.3.linux-x86_64, 0.1, 0.1.1, 0.1.2, 0.2, 0.3, 0.3.1, 0.4, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.5, 1.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.0.9, 1.0.10, 1.0.11, 1.0.12,1.0.13, 1.0.14, 1.0.15, 1.0.16, 1.0.17, 1.0.18, 1.0.19, 1.0.20, 1.0.21, 1.0.22, 2.0.0rc2, 2.0.0rc3, 2.0.0rc4, 2.0.0rc5, 2.0.0rc6, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.1.0, 2.1.1, 2.1.2)
No matching distribution found for cairosvg==2.1.3 (from -r requirements.txt (line 16))
Resolved, i use now:
python3 -m pip install -r requirements.txt
and works
Most helpful comment
Resolved, i use now:
python3 -m pip install -r requirements.txtand works