| T O P I C    R E V I E W | 
              
              
                | engelbert | 
                Posted - 03/26/2022 : 07:12:31  i am trying to install geigerlog on windows10. i have installed python 3.10.4 succesfully.
  by testing it in a transferwindows C:\Users\Uw naam>python -V --> responce is Python 3.10.4
  When i install pip. The responce is: 'python3 is not recognized as an internal or external command operable program or batch file.
  evenso with: C:\Users\Uw Naam>Python3 -m pip install --user -U setuptools etc.
  who knows the answer.
 
 
  | 
              
              
                | 2   L A T E S T    R E P L I E S    (Newest First) | 
              
              
                | EmfDev | 
                Posted - 03/28/2022 : 09:47:05  Thank you for the information @engelbert. | 
              
              
                | engelbert | 
                Posted - 03/27/2022 : 04:08:29  I come back to my previous post. I managed to install geigerlog on windows 10 along with python 3.10.4. In the user manual "Geigerlog Manual Version 1.3" it is stated that you have to install geigerlog (in windows10) by downloading/checking the packages:   python3 -m pip install --user -U pip   python3 -m pip install --user -U setuptools   python3 -m pip install --user -U pyqt5   python3 -m pip install --user -U pyqt5-sip   python3 -m pip install --user -U matplotlib   python3 -m pip install --user -U numpy   python3 -m pip install --user -U scipy   python3 -m pip install --user -U pyserial   python3 -m pip install --user -U paho-mqtt   python3 -m pip install --user -U sounddevice   python3 -m pip install --user -U soundfile   python3 -m pip install --user -U pip-check
  all these packages must start with   py and not with python3 That is why I have now succeeded. All I need to do now is to get the correct settings.
  python3 only applies to linux, for the mac is unknown to me.
 
  |