Closed psteinb closed 1 month ago
Just stumbled upon this while testing an environment:
import mnist1d print("mnist1d installed, ", mnist1d.__version__)
which gave
Traceback (most recent call last): File "somewhere/00_intro2ml_envcheck.py", line 45, in <module> print("mnist1d installed, ", mnist1d.__version__) ^^^^^^^^^^^^^^^^^^^ AttributeError: module 'mnist1d' has no attribute '__version__'
Would be great to add this.
I just added a fix to this effect. Will try and add it to the pip package eventually too
Sounds great! Thanks.
Just stumbled upon this while testing an environment:
which gave
Would be great to add this.