- 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
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
- Installed
- Windows Management Engine 5.1
- PowerShell 7.2
- Chocolatey
- Node.js v15.8.0 (see this)
- OpenSSH-win32. Don't forget to open port 22 for
sshd
. Default password issbs123
. - VSCode Server
- Set
AllowTcpForwarding yes
in%ALLUSERSPROFILE%\ssh\sshd_config
. - See https://superuser.com/questions/1451241/command-to-copy-client-public-key-to-windows-openssh-sftp-ssh-server-authorized to set public key authentication.
- TL;DR Copy your
id_rsa.pub
to%ALLUSERSPROFILE%\ssh\administrators_authorized_keys
.
- TL;DR Copy your
- Set
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