GQ Electronics Technical Support Forum Active Users: / Visits Today:
Highest Active Users:
GQ Electronics Technical Support Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 GQ Electronics Forums
 2.GQ Geiger Muller Counter
 Installing GeigerLog on Mac
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Opsimath

USA
2 Posts

Posted - 11/15/2024 :  15:23:15  Show Profile  Reply with Quote
I the new owner of a GMC-800 and I want to use the software GeigerLog. I installed Python3 with no issues. When I run ./GeigerLog.sh setup, I get errors and warnings. I'm have a MacBook Pro running Sequoia 15.0.1. Can anyone help? Here is the output.

m@Marcos-MacBook-Pro geigerlog % ./GeigerLog.sh setup

############################################ GeigerLog Startup #############################################
Checking for Working Directory
Current Directory: /Users/m/Downloads/geigerlog-v1.5.0/geigerlog
Found file 'geigerlog.py'; taking this as GeigerLog working directory!
Checking for Virtual Environment
GeigerLog Auto-Setup
A Virtual Environment does exist as '__venvGL1_5_0'.
Using Virtual Environment '__venvGL1_5_0'
Checking for computer type
This is a Mac computer
Checking System
Computer type: Mac
Python version: 3.13.0
Python executable: /Users/m/Downloads/geigerlog-v1.5.0/geigerlog/__venvGL1_5_0/bin/python3
Virtual Environment: Yes, running within venv: '__venvGL1_5_0'
sys.base_prefix: /Library/Frameworks/Python.framework/Versions/3.13
sys.prefix: /Users/m/Downloads/geigerlog-v1.5.0/geigerlog/__venvGL1_5_0

Updating modules 'Pip' and 'setuptools' to their latest version

Module Status:
Module: pip
Installing with Command: ['/Users/m/Downloads/geigerlog-v1.5.0/geigerlog/__venvGL1_5_0/bin/python3', '-m', 'pip', 'install', '-U', 'pip']
: /Users/m/Downloads/geigerlog-v1.5.0/geigerlog/__venvGL1_5_0/bin/python3 -m pip install -U pip
pipout: Requirement already satisfied: pip in ./__venvGL1_5_0/lib/python3.13/site-packages (24.3.1)
pipout:
Sussessful

Module: setuptools
Installing with Command: ['/Users/m/Downloads/geigerlog-v1.5.0/geigerlog/__venvGL1_5_0/bin/python3', '-m', 'pip', 'install', '-U', 'setuptools']
: /Users/m/Downloads/geigerlog-v1.5.0/geigerlog/__venvGL1_5_0/bin/python3 -m pip install -U setuptools
pipout: Requirement already satisfied: setuptools in ./__venvGL1_5_0/lib/python3.13/site-packages (75.5.0)
pipout:
Sussessful

Checking Module Installation:
Module Status:
Module: pip Installed Version: 24.3.1 Min Version: 23.3.2 : Ok
Module: setuptools Installed Version: 75.5.0 Min Version: 69.0.3 : Ok
Module: PyQt5 Installed Version: None Min Version: 5.15.2 : MISSING
Module: PyQt5-sip Installed Version: None Min Version: 12.8.1 : MISSING
Module: matplotlib Installed Version: None Min Version: 3.8.3 : MISSING
Module: numpy Installed Version: None Min Version: 1.26.2 : MISSING
Module: scipy Installed Version: None Min Version: 1.10.1 : MISSING
Module: soundfile Installed Version: 0.12.1 Min Version: 0.12.1 : Ok
Module: sounddevice Installed Version: 0.4.6 Min Version: 0.4.6 : Ok
Module: pyserial Installed Version: 3.5 Min Version: 3.5 : Ok
Module: paho-mqtt Installed Version: 1.6.1 Min Version: 1.6.1 : Ok
Module: psutil Installed Version: None Min Version: 5.8.0 : MISSING
Module: ntplib Installed Version: 0.3.4 Min Version: 0.3.4 : Ok
Module: py-cpuinfo Installed Version: 9.0.0 Min Version: 9.0.0 : Ok
Module: bmm150 Installed Version: 0.2.2 Min Version: 0.2.2 : Ok
Module: LabJackPython Installed Version: 2.1.0 Min Version: 2.1.0 : Ok
Module: pip-check Installed Version: 2.8.1 Min Version: 2.8.1 : Ok
Some modules need installation or update:
Module: PyQt5 Forcing Version: 5.15.2
Installing with Command: ['/Users/m/Downloads/geigerlog-v1.5.0/geigerlog/__venvGL1_5_0/bin/python3', '-m', 'pip', 'install', 'PyQt5==5.15.2']
: /Users/m/Downloads/geigerlog-v1.5.0/geigerlog/__venvGL1_5_0/bin/python3 -m pip install PyQt5==5.15.2
pipout: Collecting PyQt5==5.15.2
pipout: Using cached PyQt5-5.15.2.tar.gz (3.3 MB)
pipout: Installing build dependencies: started
pipout: Installing build dependencies: finished with status 'done'
pipout: Getting requirements to build wheel: started
pipout: Getting requirements to build wheel: finished with status 'done'
pipout: Preparing metadata (pyproject.toml): started
pipout: Preparing metadata (pyproject.toml): finished with status 'error'
pipout:
ERROR or WARNING on pip-install
piperr: error: subprocess-exited-with-error
piperr:
piperr: × Preparing metadata (pyproject.toml) did not run successfully.
piperr: #9474; exit code: 1
piperr: #9584;#9472;> [32 lines of output]
piperr: pyproject.toml: line 7: using '[tool.sip.metadata]' to specify the project metadata is deprecated and will be removed in SIP v7.0.0, use '[project]' instead
piperr: Traceback (most recent call last):
piperr: File "/Users/m/Downloads/geigerlog-v1.5.0/geigerlog/__venvGL1_5_0/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
piperr: main()
piperr: ~~~~^^
piperr: File "/Users/m/Downloads/geigerlog-v1.5.0/geigerlog/__venvGL1_5_0/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
piperr: json_out['return_val'] = hook(**hook_input['kwargs'])
piperr: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
piperr: File "/Users/m/Downloads/geigerlog-v1.5.0/geigerlog/__venvGL1_5_0/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 152, in prepare_metadata_for_build_wheel
piperr: whl_basename = backend.build_wheel(metadata_directory, config_settings)
piperr: File "/private/var/folders/62/pjnc78m1081772wcnld1hhb40000gn/T/pip-build-env-tmwyyc2w/overlay/lib/python3.13/site-packages/sipbuild/api.py", line 28, in build_wheel
piperr: project = AbstractProject.bootstrap('wheel',
piperr: arguments=_convert_config_settings(config_settings))
piperr: File "/private/var/folders/62/pjnc78m1081772wcnld1hhb40000gn/T/pip-build-env-tmwyyc2w/overlay/lib/python3.13/site-packages/sipbuild/abstract_project.py", line 74, in bootstrap
piperr: project.setup(pyproject, tool, tool_description)
piperr: ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
piperr: File "/private/var/folders/62/pjnc78m1081772wcnld1hhb40000gn/T/pip-build-env-tmwyyc2w/overlay/lib/python3.13/site-packages/sipbuild/project.py", line 608, in setup
piperr: self.apply_user_defaults(tool)
piperr: ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
piperr: File "/private/var/folders/62/pjnc78m1081772wcnld1hhb40000gn/T/pip-install-vf0et_6x/pyqt5_728ede7303d14642a618c11e695082c9/project.py", line 63, in apply_user_defaults
piperr: super().apply_user_defaults(tool)
piperr: ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
piperr: File "/private/var/folders/62/pjnc78m1081772wcnld1hhb40000gn/T/pip-build-env-tmwyyc2w/overlay/lib/python3.13/site-packages/pyqtbuild/project.py", line 51, in apply_user_defaults
piperr: super().apply_user_defaults(tool)
piperr: ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
piperr: File "/private/var/folders/62/pjnc78m1081772wcnld1hhb40000gn/T/pip-build-env-tmwyyc2w/overlay/lib/python3.13/site-packages/sipbuild/project.py", line 237, in apply_user_defaults
piperr: self.builder.apply_user_defaults(tool)
piperr: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
piperr: File "/private/var/folders/62/pjnc78m1081772wcnld1hhb40000gn/T/pip-build-env-tmwyyc2w/overlay/lib/python3.13/site-packages/pyqtbuild/builder.py", line 50, in apply_user_defaults
piperr: raise PyProjectOptionException('qmake',
piperr: "specify a working qmake or add it to PATH")
piperr: sipbuild.pyproject.PyProjectOptionException
piperr: [end of output]
piperr:
piperr: note: This error originates from a subprocess, and is likely not a problem with pip.
piperr: error: metadata-generation-failed
piperr:
piperr: × Encountered error while generating package metadata.
piperr: #9584;#9472;> See above for output.
piperr:
piperr: note: This is an issue with the package mentioned above, not pip.
piperr: hint: See above for details.
piperr:
FAILURE

Module: PyQt5-sip Forcing Version: 12.8.1
Installing with Command: ['/Users/m/Downloads/geigerlog-v1.5.0/geigerlog/__venvGL1_5_0/bin/python3', '-m', 'pip', 'install', 'PyQt5-sip==12.8.1']
: /Users/m/Downloads/geigerlog-v1.5.0/geigerlog/__venvGL1_5_0/bin/python3 -m pip install PyQt5-sip==12.8.1
pipout: Collecting PyQt5-sip==12.8.1
pipout: Using cached PyQt5_sip-12.8.1.tar.gz (102 kB)
pipout: Installing build dependencies: started
pipout: Installing build dependencies: finished with status 'done'
pipout: Getting requirements to build wheel: started
pipout: Getting requirements to build wheel: finished with status 'done'
pipout: Preparing metadata (pyproject.toml): started
pipout: Preparing metadata (pyproject.toml): finished with status 'done'
pipout: Building wheels for collected packages: PyQt5-sip
pipout: Building wheel for PyQt5-sip (pyproject.toml): started
pipout: Building wheel for PyQt5-sip (pyproject.toml): finished with status 'error'
pipout: Failed to build PyQt5-sip
pipout:
ERROR or WARNING on pip-install
piperr: error: subprocess-exited-with-error
piperr:
piperr: × Building wheel for PyQt5-sip (pyproject.toml) did not run successfully.
piperr: #9474; exit code: 1
piperr: #9584;#9472;> [10 lines of output]
piperr: running bdist_wheel
piperr: running build
piperr: running build_ext
piperr: building 'PyQt5.sip' extension
piperr: creating build/temp.macosx-10.13-universal2-cpython-313
piperr: clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -O3 -Wall -arch arm64 -arch x86_64 -I/Users/m/Downloads/geigerlog-v1.5.0/geigerlog/__venvGL1_5_0/include -I/Library/Frameworks/Python.framework/Versions/3.13/include/python3.13 -c apiversions.c -o build/temp.macosx-10.13-universal2-cpython-313/apiversions.o
piperr: xcode-select: note: No developer tools were found, requesting install.
piperr: If developer tools are located at a non-default location on disk, use `sudo xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools, and cancel the installation dialog.
piperr: See `man xcode-select` for more details.
piperr: error: command '/usr/bin/clang' failed with exit code 1
piperr: [end of output]
piperr:
piperr: note: This error originates from a subprocess, and is likely not a problem with pip.
piperr: ERROR: Failed building wheel for PyQt5-sip
piperr: ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (PyQt5-sip)
piperr:
FAILURE

Module: matplotlib Forcing Version: 3.8.3
Installing with Command: ['/Users/m/Downloads/geigerlog-v1.5.0/geigerlog/__venvGL1_5_0/bin/python3', '-m', 'pip', 'install', 'matplotlib==3.8.3']
: /Users/m/Downloads/geigerlog-v1.5.0/geigerlog/__venvGL1_5_0/bin/python3 -m pip install matplotlib==3.8.3
pipout: Collecting matplotlib==3.8.3
pipout: Using cached matplotlib-3.8.3.tar.gz (35.9 MB)
pipout: Installing build dependencies: started
pipout: Installing build dependencies: finished with status 'done'
pipout: Getting requirements to build wheel: started
pipout: Getting requirements to build wheel: finished with status 'done'
pipout: Preparing metadata (pyproject.toml): started
pipout: Preparing metadata (pyproject.toml): finished with status 'done'
pipout: Collecting contourpy>=1.0.1 (from matplotlib==3.8.3)
pipout: Using cached contourpy-1.3.1-cp313-cp313-macosx_11_0_arm64.whl.metadata (5.4 kB)
pipout: Collecting cycler>=0.10 (from matplotlib==3.8.3)
pipout: Using cached cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
pipout: Collecting fonttools>=4.22.0 (from matplotlib==3.8.3)
pipout: Using cached fonttools-4.55.0-cp313-cp313-macosx_10_13_universal2.whl.metadata (164 kB)
pipout: Collecting kiwisolver>=1.3.1 (from matplotlib==3.8.3)
pipout: Using cached kiwisolver-1.4.7-cp313-cp313-macosx_11_0_arm64.whl.metadata (6.3 kB)
pipout: Collecting numpy<2,>=1.21 (from matplotlib==3.8.3)
pipout: Using cached numpy-1.26.4.tar.gz (15.8 MB)
pipout: Installing build dependencies: started
pipout: Installing build dependencies: finished with status 'done'
pipout: Getting requirements to build wheel: started
pipout: Getting requirements to build wheel: finished with status 'done'
pipout: Installing backend dependencies: started
pipout: Installing backend dependencies: finished with status 'done'
pipout: Preparing metadata (pyproject.toml): started
pipout: Preparing metadata (pyproject.toml): finished with status 'error'
pipout:
ERROR or WARNING on pip-install
piperr: error: subprocess-exited-with-error
piperr:
piperr: × Preparing metadata (pyproject.toml) did not run successfully.
piperr: #9474; exit code: 1
piperr: #9584;#9472;> [17 lines of output]
piperr: + /Users/m/Downloads/geigerlog-v1.5.0/geigerlog/__venvGL1_5_0/bin/python3 /private/var/folders/62/pjnc78m1081772wcnld1hhb40000gn/T/pip-install-gvft8_bx/numpy_b7efcab1fbcd4395a3a045a91e6ecbbc/vendored-meson/meson/meson.py setup /private/var/folders/62/pjnc78m1081772wcnld1hhb40000gn/T/pip-install-gvft8_bx/numpy_b7efcab1fbcd4395a3a045a91e6ecbbc /private/var/folders/62/pjnc78m1081772wcnld1hhb40000gn/T/pip-install-gvft8_bx/numpy_b7efcab1fbcd4395a3a045a91e6ecbbc/.mesonpy-34p0otwj -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --native-file=/private/var/folders/62/pjnc78m1081772wcnld1hhb40000gn/T/pip-install-gvft8_bx/numpy_b7efcab1fbcd4395a3a045a91e6ecbbc/.mesonpy-34p0otwj/meson-python-native-file.ini
piperr: The Meson build system
piperr: Version: 1.2.99
piperr: Source dir: /private/var/folders/62/pjnc78m1081772wcnld1hhb40000gn/T/pip-install-gvft8_bx/numpy_b7efcab1fbcd4395a3a045a91e6ecbbc
piperr: Build dir: /private/var/folders/62/pjnc78m1081772wcnld1hhb40000gn/T/pip-install-gvft8_bx/numpy_b7efcab1fbcd4395a3a045a91e6ecbbc/.mesonpy-34p0otwj
piperr: Build type: native build
piperr: Project name: NumPy
piperr: Project version: 1.26.4
piperr:
piperr: ../meson.build:1:0: ERROR: Unknown compiler(s): [['cc'], ['gcc'], ['clang'], ['nvc'], ['pgcc'], ['icc'], ['icx']]
piperr: The following exception(s) were encountered:
piperr: Running `nvc --version` gave "[Errno 2] No such file or directory: 'nvc'"
piperr: Running `pgcc --version` gave "[Errno 2] No such file or directory: 'pgcc'"
piperr: Running `icc --version` gave "[Errno 2] No such file or directory: 'icc'"
piperr: Running `icx --version` gave "[Errno 2] No such file or directory: 'icx'"
piperr:
piperr: A full log can be found at /private/var/folders/62/pjnc78m1081772wcnld1hhb40000gn/T/pip-install-gvft8_bx/numpy_b7efcab1fbcd4395a3a045a91e6ecbbc/.mesonpy-34p0otwj/meson-logs/meson-log.txt
piperr: [end of output]
piperr:
piperr: note: This error originates from a subprocess, and is likely not a problem with pip.
piperr: error: metadata-generation-failed
piperr:
piperr: × Encountered error while generating package metadata.
piperr: #9584;#9472;> See above for output.
piperr:
piperr: note: This is an issue with the package mentioned above, not pip.
piperr: hint: See above for details.
piperr:
FAILURE

Module: numpy Forcing Version: 1.26.2
Installing with Command: ['/Users/m/Downloads/geigerlog-v1.5.0/geigerlog/__venvGL1_5_0/bin/python3', '-m', 'pip', 'install', 'numpy==1.26.2']
: /Users/m/Downloads/geigerlog-v1.5.0/geigerlog/__venvGL1_5_0/bin/python3 -m pip install numpy==1.26.2
pipout: Collecting numpy==1.26.2
pipout: Using cached numpy-1.26.2.tar.gz (15.7 MB)
pipout: Installing build dependencies: started
pipout: Installing build dependencies: finished with status 'done'
pipout: Getting requirements to build wheel: started
pipout: Getting requirements to build wheel: finished with status 'done'
pipout: Installing backend dependencies: started
pipout: Installing backend dependencies: finished with status 'done'
pipout: Preparing metadata (pyproject.toml): started
pipout: Preparing metadata (pyproject.toml): finished with status 'error'
pipout:
ERROR or WARNING on pip-install
piperr: error: subprocess-exited-with-error
piperr:
piperr: × Preparing metadata (pyproject.toml) did not run successfully.
piperr: #9474; exit code: 1
piperr: #9584;#9472;> [17 lines of output]
piperr: + /Users/m/Downloads/geigerlog-v1.5.0/geigerlog/__venvGL1_5_0/bin/python3 /private/var/folders/62/pjnc78m1081772wcnld1hhb40000gn/T/pip-install-y8xolpda/numpy_3cc7d61b3c7847129cc6bf89a98039b9/vendored-meson/meson/meson.py setup /private/var/folders/62/pjnc78m1081772wcnld1hhb40000gn/T/pip-install-y8xolpda/numpy_3cc7d61b3c7847129cc6bf89a98039b9 /private/var/folders/62/pjnc78m1081772wcnld1hhb40000gn/T/pip-install-y8xolpda/numpy_3cc7d61b3c7847129cc6bf89a98039b9/.mesonpy-sgkmvz58/build -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --native-file=/private/var/folders/62/pjnc78m1081772wcnld1hhb40000gn/T/pip-install-y8xolpda/numpy_3cc7d61b3c7847129cc6bf89a98039b9/.mesonpy-sgkmvz58/build/meson-python-native-file.ini
piperr: The Meson build system
piperr: Version: 1.2.99
piperr: Source dir: /private/var/folders/62/pjnc78m1081772wcnld1hhb40000gn/T/pip-install-y8xolpda/numpy_3cc7d61b3c7847129cc6bf89a98039b9
piperr: Build dir: /private/var/folders/62/pjnc78m1081772wcnld1hhb40000gn/T/pip-install-y8xolpda/numpy_3cc7d61b3c7847129cc6bf89a98039b9/.mesonpy-sgkmvz58/build
piperr: Build type: native build
piperr: Project name: NumPy
piperr: Project version: 1.26.2
piperr:
piperr: ../../meson.build:1:0: ERROR: Unknown compiler(s): [['cc'], ['gcc'], ['clang'], ['nvc'], ['pgcc'], ['icc'], ['icx']]
piperr: The following exception(s) were encountered:
piperr: Running `nvc --version` gave "[Errno 2] No such file or directory: 'nvc'"
piperr: Running `pgcc --version` gave "[Errno 2] No such file or directory: 'pgcc'"
piperr: Running `icc --version` gave "[Errno 2] No such file or directory: 'icc'"
piperr: Running `icx --version` gave "[Errno 2] No such file or directory: 'icx'"
piperr:
piperr: A full log can be found at /private/var/folders/62/pjnc78m1081772wcnld1hhb40000gn/T/pip-install-y8xolpda/numpy_3cc7d61b3c7847129cc6bf89a98039b9/.mesonpy-sgkmvz58/build/meson-logs/meson-log.txt
piperr: [end of output]
piperr:
piperr: note: This error originates from a subprocess, and is likely not a problem with pip.
piperr: error: metadata-generation-failed
piperr:
piperr: × Encountered error while generating package metadata.
piperr: #9584;#9472;> See above for output.
piperr:
piperr: note: This is an issue with the package mentioned above, not pip.
piperr: hint: See above for details.
piperr:
FAILURE

Module: scipy Forcing Version: 1.10.1
Installing with Command: ['/Users/m/Downloads/geigerlog-v1.5.0/geigerlog/__venvGL1_5_0/bin/python3', '-m', 'pip', 'install', 'scipy==1.10.1']
: /Users/m/Downloads/geigerlog-v1.5.0/geigerlog/__venvGL1_5_0/bin/python3 -m pip install scipy==1.10.1
pipout:
ERROR or WARNING on pip-install
piperr: ERROR: Ignored the following yanked versions: 1.14.0rc1
piperr: ERROR: Ignored the following versions that require a different python version: 1.10.0 Requires-Python <3.12,>=3.8; 1.10.0rc1 Requires-Python <3.12,>=3.8; 1.10.0rc2 Requires-Python <3.12,>=3.8; 1.10.1 Requires-Python <3.12,>=3.8; 1.11.0 Requires-Python <3.13,>=3.9; 1.11.0rc1 Requires-Python <3.13,>=3.9; 1.11.0rc2 Requires-Python <3.13,>=3.9; 1.11.1 Requires-Python <3.13,>=3.9; 1.11.2 Requires-Python <3.13,>=3.9; 1.11.3 Requires-Python <3.13,>=3.9; 1.6.2 Requires-Python >=3.7,<3.10; 1.6.3 Requires-Python >=3.7,<3.10; 1.7.0 Requires-Python >=3.7,<3.10; 1.7.1 Requires-Python >=3.7,<3.10; 1.7.2 Requires-Python >=3.7,<3.11; 1.7.3 Requires-Python >=3.7,<3.11; 1.8.0 Requires-Python >=3.8,<3.11; 1.8.0rc1 Requires-Python >=3.8,<3.11; 1.8.0rc2 Requires-Python >=3.8,<3.11; 1.8.0rc3 Requires-Python >=3.8,<3.11; 1.8.0rc4 Requires-Python >=3.8,<3.11; 1.8.1 Requires-Python >=3.8,<3.11; 1.9.0 Requires-Python >=3.8,<3.12; 1.9.0rc1 Requires-Python >=3.8,<3.12; 1.9.0rc2 Requires-Python >=3.8,<3.12; 1.9.0rc3 Requires-Python >=3.8,<3.12; 1.9.1 Requires-Python >=3.8,<3.12
piperr: ERROR: Could not find a version that satisfies the requirement scipy==1.10.1 (from versions: 0.8.0, 0.9.0, 0.10.0, 0.10.1, 0.11.0, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 0.13.2, 0.13.3, 0.14.0, 0.14.1, 0.15.0, 0.15.1, 0.16.0, 0.16.1, 0.17.0, 0.17.1, 0.18.0, 0.18.1, 0.19.0, 0.19.1, 1.0.0, 1.0.1, 1.1.0, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.4.0, 1.4.1, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.6.0, 1.6.1, 1.9.2, 1.9.3, 1.11.4, 1.12.0rc1, 1.12.0rc2, 1.12.0, 1.13.0rc1, 1.13.0, 1.13.1, 1.14.0rc2, 1.14.0, 1.14.1)
piperr: ERROR: No matching distribution found for scipy==1.10.1
piperr:
FAILURE

Module: psutil Forcing Version: 5.8.0
Installing with Command: ['/Users/m/Downloads/geigerlog-v1.5.0/geigerlog/__venvGL1_5_0/bin/python3', '-m', 'pip', 'install', 'psutil==5.8.0']
: /Users/m/Downloads/geigerlog-v1.5.0/geigerlog/__venvGL1_5_0/bin/python3 -m pip install psutil==5.8.0
pipout: Collecting psutil==5.8.0
pipout: Using cached psutil-5.8.0.tar.gz (470 kB)
pipout: Installing build dependencies: started
pipout: Installing build dependencies: finished with status 'done'
pipout: Getting requirements to build wheel: started
pipout: Getting requirements to build wheel: finished with status 'done'
pipout: Preparing metadata (pyproject.toml): started
pipout: Preparing metadata (pyproject.toml): finished with status 'done'
pipout: Building wheels for collected packages: psutil
pipout: Building wheel for psutil (pyproject.toml): started
pipout: Building wheel for psutil (pyproject.toml): finished with status 'error'
pipout: Failed to build psutil
pipout:
ERROR or WARNING on pip-install
piperr: error: subprocess-exited-with-error
piperr:
piperr: × Building wheel for psutil (pyproject.toml) did not run successfully.
piperr: #9474; exit code: 1
piperr: #9584;#9472;> [42 lines of output]
piperr: running bdist_wheel
piperr: running build
piperr: running build_py
piperr: creating build/lib.macosx-10.13-universal2-cpython-313/psutil
piperr: copying psutil/_pswindows.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil
piperr: copying psutil/_common.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil
piperr: copying psutil/__init__.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil
piperr: copying psutil/_psosx.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil
piperr: copying psutil/_psbsd.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil
piperr: copying psutil/_psaix.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil
piperr: copying psutil/_pslinux.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil
piperr: copying psutil/_compat.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil
piperr: copying psutil/_psposix.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil
piperr: copying psutil/_pssunos.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil
piperr: creating build/lib.macosx-10.13-universal2-cpython-313/psutil/tests
piperr: copying psutil/tests/test_contracts.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil/tests
piperr: copying psutil/tests/test_connections.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil/tests
piperr: copying psutil/tests/runner.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil/tests
piperr: copying psutil/tests/test_unicode.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil/tests
piperr: copying psutil/tests/test_misc.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil/tests
piperr: copying psutil/tests/test_posix.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil/tests
piperr: copying psutil/tests/test_linux.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil/tests
piperr: copying psutil/tests/test_sunos.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil/tests
piperr: copying psutil/tests/__init__.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil/tests
piperr: copying psutil/tests/test_aix.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil/tests
piperr: copying psutil/tests/test_process.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil/tests
piperr: copying psutil/tests/test_bsd.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil/tests
piperr: copying psutil/tests/test_system.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil/tests
piperr: copying psutil/tests/test_osx.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil/tests
piperr: copying psutil/tests/test_memleaks.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil/tests
piperr: copying psutil/tests/test_windows.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil/tests
piperr: copying psutil/tests/__main__.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil/tests
piperr: copying psutil/tests/test_testutils.py -> build/lib.macosx-10.13-universal2-cpython-313/psutil/tests
piperr: running build_ext
piperr: building 'psutil._psutil_osx' extension
piperr: creating build/temp.macosx-10.13-universal2-cpython-313/psutil
piperr: creating build/temp.macosx-10.13-universal2-cpython-313/psutil/arch/osx
piperr: clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -O3 -Wall -arch arm64 -arch x86_64 -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=580 -DPSUTIL_OSX=1 -I/Users/m/Downloads/geigerlog-v1.5.0/geigerlog/__venvGL1_5_0/include -I/Library/Frameworks/Python.framework/Versions/3.13/include/python3.13 -c psutil/_psutil_common.c -o build/temp.macosx-10.13-universal2-cpython-313/psutil/_psutil_common.o
piperr: xcode-select: note: No developer tools were found, requesting install.
piperr: If developer tools are located at a non-default location on disk, use `sudo xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools, and cancel the installation dialog.
piperr: See `man xcode-select` for more details.
piperr: error: command '/usr/bin/clang' failed with exit code 1
piperr: [end of output]
piperr:
piperr: note: This error originates from a subprocess, and is likely not a problem with pip.
piperr: ERROR: Failed building wheel for psutil
piperr: ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (psutil)
piperr:
FAILURE

Installation or update had errors; cannot continue!
Please, verify installation manually.
This GeigerLog tool 'PipCheck.sh' or 'PipCheck.bat' may be of help.
Reply #1

ullix

Germany
1171 Posts

Posted - 11/15/2024 :  23:45:30  Show Profile  Reply with Quote
@Opsimath:

I suggest to download the latest development version of GeigerLog from this site:
https://sourceforge.net/p/geigerlog/discussion/devel2/

As of today this version is pre16, but use whatever the latest is.

If this still does not work, then file a ticket at
https://sourceforge.net/p/geigerlog/tickets/

Attach any output as text files.
Go to Top of Page
Reply #2

Opsimath

USA
2 Posts

Posted - 11/16/2024 :  06:43:43  Show Profile  Reply with Quote
First and foremost, thank you for the prompt reply and I am grateful that such a software tool is made available for public use.

I will do as you suggest and respond with the results. Thank you again.
Go to Top of Page
Reply #3

EmfDev

2250 Posts

Posted - 11/19/2024 :  17:57:48  Show Profile  Reply with Quote
I also had issues with the Geigerlog V1.5. Try to use V1.4
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
GQ Electronics Technical Support Forum © Copyright since 2011 Go To Top Of Page
Generated in 0.14 sec. Snitz's Forums 2000