Код: Выделить всё
python
Python 3.13.0 (main, Oct 7 2024, 05:02:14) [Clang 16.0.0 (clang-1600.0.26.4)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from pyprimesieve import primes
>>> primes(14)
[2, 3, 5, 7, 11, 13]
>>> primes(20)
zsh: segmentation fault python
Код: Выделить всё
pyprimesieve-0.1.6.dist-info/
pyprimesieve.cpython-313-darwin.so*
Код: Выделить всё
home = /opt/homebrew/opt/python@3.13/bin
include-system-site-packages = false
version = 3.13.0
executable = /opt/homebrew/Cellar/python@3.13/3.13.0_1/Frameworks/Python.framework/Versions/3.13/bin/python3.13
command = /opt/homebrew/opt/python@3.13/bin/python3.13 -m venv /Users/rlipsett/Dropbox/Math/EulerProject/.venv
Подробнее здесь: https://stackoverflow.com/questions/792 ... primesieve
Мобильная версия