You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried installing co2mpas both with and without root privileges with pip install co2mpas. both times the same issue occurred after the PyYAML package.
Collecting PyYAML Downloading PyYAML-5.3.1.tar.gz (269 kB) |████████████████████████████████| 269 kB 1.3 MB/s ERROR: Could not find a version that satisfies the requirement wltp<1 (from co2mpas) (from versions: 0.0.7a0, 0.0.8a0, 0.0.8a2, 0.0.9a1, 0.0.9a3, 0.0.9a4, 0.0.9a5, 0.1.0a0, 0.1.0a1, 0.1.0a2, 0.1.0a3, 0.1.1a0, 0.1.2a0) ERROR: No matching distribution found for wltp<1 (from co2mpas)
The text was updated successfully, but these errors were encountered:
If you have to install co2mpas for type approval reasons, you have to use the official version of co2mpas. Otherwise, to solve that issue you can just install manually the missing wltp requirement with the following command:
I am using Mac OS Big Sur 11.0 Beta (20A5384c).
My bad, the OS Beta might be responsible, however the error message did not seem to be indicating that.
I tried installing co2mpas both with and without root privileges with
pip install co2mpas
. both times the same issue occurred after the PyYAML package.Collecting PyYAML Downloading PyYAML-5.3.1.tar.gz (269 kB) |████████████████████████████████| 269 kB 1.3 MB/s ERROR: Could not find a version that satisfies the requirement wltp<1 (from co2mpas) (from versions: 0.0.7a0, 0.0.8a0, 0.0.8a2, 0.0.9a1, 0.0.9a3, 0.0.9a4, 0.0.9a5, 0.1.0a0, 0.1.0a1, 0.1.0a2, 0.1.0a3, 0.1.1a0, 0.1.2a0) ERROR: No matching distribution found for wltp<1 (from co2mpas)
The text was updated successfully, but these errors were encountered: