Closed Nipsuli closed 2 months ago
Running the example:
pip install tinysemver tinysemver --dry-run --verbose
results in:
Traceback (most recent call last): File "/Users/***/bin/tinysemver", line 5, in <module> from tinysemver import main ModuleNotFoundError: No module named 'tinysemver'
Running on M1 mac with MacOS 14.5 (23F79) python --version Python 3.12.4
Can it be a configuration issue with your environment variables? @Nipsuli
I have reproduced this, looking into it.
Running the example:
results in:
Running on M1 mac with MacOS 14.5 (23F79) python --version Python 3.12.4