Skip to content

Commit

Permalink
add 32/64 bits report
Browse files Browse the repository at this point in the history
  • Loading branch information
gojomo authored Jul 29, 2020
1 parent 344c4ab commit bc95bcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Please provide the output of:
```python
import platform; print(platform.platform())
import sys; print("Python", sys.version)
import struct; print("Bits", 8 * struct.calcsize("P"))
import numpy; print("NumPy", numpy.__version__)
import scipy; print("SciPy", scipy.__version__)
import gensim; print("gensim", gensim.__version__)
Expand Down

0 comments on commit bc95bcb

Please sign in to comment.