ashvardanian / tinysemver

Tiny Semantic Versioning (SemVer) library and GitHub CI, that doesn't depend on 300K lines of JavaScript code and fits in a single Python file
https://github.com/marketplace/actions/tinysemver
Apache License 2.0
17 stars 3 forks source link

ModuleNotFoundError: No module named 'tinysemver' #11

Closed Nipsuli closed 2 months ago

Nipsuli commented 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

ashvardanian commented 2 months ago

Can it be a configuration issue with your environment variables? @Nipsuli

ashvardanian commented 2 months ago

I have reproduced this, looking into it.