Skip to content

3.3.50

Pre-release
Pre-release
Compare
Choose a tag to compare
@cocktailpeanut cocktailpeanut released this 27 Jan 04:05

Mac Conda Environment Fix

Set

CONDA_ENVS_PATH: ~/pinokio/bin/miniconda/envs
CONDA_PKGS_DIRS: ~/pinokio/bin/miniconda/pkgs

Windows Visual Studio Refactor

  1. Handle cases where there are already multiple visual studio instances installed
  2. Handle cases where there are corrupt or paused installations of visual studio (build tools)
  3. Display a warning that if you get in an install loop, the best solution is to just open visual studio installer and uninstall broken installs

Linux CUDA & G++ Compatibility Fix

By default NVCC for CUDA121 requires G++ no greater than 12. But globally installed G++ may have higher versions and it would result in failure

More robust available port checking

is_port_running(port): To take into account ALL possible cases, instead of trying to create sockets to a url with a port, just simulate starting a server at the port, and if there's an exception, then it means the port doesn't work.