Open fredrikpaues opened 1 year ago
Hi Fredrik. Thanks for reporting this issue.
I am not able to replicate this issue. Is your build system set to Conda, and are you activating the environment via Conda: Activate Environment
prior to running your build?
I installed the Conda package using Package Control with Sublime Text 4126 on my work machine, but can't get it to work.
Anaconda was installed by my system administrator for all users on my machine under
C:\ProgramData\Anaconda3
.First, the Conda package wouldn't list my environments, but I fixed that by overwriting the default package setting
"environment_directory"
with"C:\\ProgramData\\Anaconda3\\envs"
(under Preferences / Package Settings / Conda / Settings).But I can't get it to build my files. When open Anaconda Prompt and run
where python
, I getC:\ProgramData\Anaconda3\python.exe
, which I enter in the package settings as"C:\\ProgramData\\Anaconda3\\python.exe"
.All in all, my custom package settings are
When I try to build, I get the following error message: