Skip to content

Tag: conda

Multi-user Conda Workflow

Firstly, to mention what my goal is: To have a shared environment structure for 2+ users to access & use. Current setup: I have a Windows Server 2016 with full admin access that’s connected to the companies active directory. I’ve been using Python/Conda for a couple of years now but only for m…

No module named “Torch”

I successfully installed pytorch via conda: I also successfully installed pytorch via pip: But, it only works in a jupyter notebook. Whenever I try to execute a script from the console, I get the error message: No module named “torch” Answer Try to install PyTorch using pip: First create a Conda e…

ImportError: DLL load failed, while file is in working directory

I’m trying to import scanpy for use in jupyter notebook with miniconda3. However, when I try to import scanpy, it gives an ImportError about the hdf5extension dll. When I look in the directory of the package tables though, I can see two files named hdf5.dll and hdf5extension.cp37-win_amd64.pyd (https://…