abey79 / vpype

The Swiss-Army-knife command-line tool for plotter vector graphics.
https://vpype.readthedocs.io/
MIT License
687 stars 61 forks source link

Windows: crash on start due to automatic seeding (if no -s provided) #18

Closed abey79 closed 4 years ago

abey79 commented 4 years ago
  File "c:\users\hhip\desktop\venv_trash\lib\site-packages\vpype_cli\cli.py", line 101, in cli
    seed = np.random.randint(2 ** 32)
  File "mtrand.pyx", line 741, in numpy.random.mtrand.RandomState.randint
  File "_bounded_integers.pyx", line 1350, in numpy.random._bounded_integers._rand_int32
ValueError: high is out of bounds for int32
abey79 commented 4 years ago

Fixed in 71cec44eaaf9016024c38cb6e2c8d127fe58f8f0