Sublime Forum

Problems with Python conda (miniconda) environments

#1

Hello,

I am facing a strange problem with ST3 and my conda environments.
I am running Win7 and Python3 installed with the miniconda installer.
I created some conda environments and some according ST3 build systems.
All builds run.
However, I realized that when building with my conda envs, pandas dataframes are not printed to the ST3 console (no matter what python version that environment uses). When I build from my conda root environment (where I also installed pandas into) they are printed to ST3 console.
When I start the script manually from Windows cmd and activate the different envs, the dataframes are printed with all environments. So, it seems it is a ST3 problem, not a conda problem.

Can anybody help me/give me some advice on how to track down and solve this problem?

0 Likes