Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 2.11 KB

notes.md

File metadata and controls

52 lines (40 loc) · 2.11 KB

Notes and Logs

November 2021

Nov 10th

  • Updated system to Windows 10 to prevent this. Seems to break HiSeq Control Software v2.2.68 which checks at launch if it is being run on Windows Vista.
  • Installed miniforge and created environment for pyseq2500
    • Need Microsoft C++ Build Tools. Installed with default settings.
    • Somehow scikit-learn is set to compile from scratch which took quite a while (~30 minutes).
  • pip install pyqt5-tools

Nov 12nd

conda create -n hiseq python=3.8
conda activate hiseq
pip install pyseq2500 --user
pip install wmi --user
pip install pyqt5-tools --user
pip uninstall pywin32
conda install pywin32

A lot of problems with win32api DLL. Probably from different versions

Nov 16th

Nov 17th

Bring back Windows 10 Users must enter password box in control userpasswords2

reg ADD “HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device” /v DevicePasswordLessBuildVersion /t REG_DWORD /d 0 /f

Deal with intermittent SSH connectivity issues

"remote.SSH.enableDynamicForwarding": false