I am using the software you developed for some time now, and today I suddenly realized that the version has been updated to 2.4, but in README.md, the pip download command is still: pip install SUPPA==2.3
I checked your update to README.md and found that this line was changed, but nothing actually changed. While wondering if this is due to a clerical error, I tried the command: pip install SUPPA==2.4 and got the following error:
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement SUPPA==2.4 (from versions: 2.2, 2.2.1, 2.2.2, 2.3)
ERROR: No matching distribution found for SUPPA==2.4
Does this mean that the latest version is still 2.3 or should I just copy the latest version 2.4 from github?
Hi, Eduardo
I am using the software you developed for some time now, and today I suddenly realized that the version has been updated to 2.4, but in README.md, the pip download command is still: pip install SUPPA==2.3
I checked your update to README.md and found that this line was changed, but nothing actually changed. While wondering if this is due to a clerical error, I tried the command: pip install SUPPA==2.4 and got the following error:
Defaulting to user installation because normal site-packages is not writeable ERROR: Could not find a version that satisfies the requirement SUPPA==2.4 (from versions: 2.2, 2.2.1, 2.2.2, 2.3) ERROR: No matching distribution found for SUPPA==2.4
Does this mean that the latest version is still 2.3 or should I just copy the latest version 2.4 from github?
Best, happypiggy