Wenbo Sui
Wenbo Sui
> Hi [@evenrose](https://github.com/evenrose) > > could you please share the whole error stack? It seems it's complaining that `name` is `None`, but we cannot see where it comes from. >...
> [@evenrose](https://github.com/evenrose), please could you try running this code snippet and paste the output? I suspect it's not finding a CIL library it needs, conda should take care of the...
> Did you activate the conda environment where you installed CIL, before running [@gfardell](https://github.com/gfardell) 's code? Yes.
> [@evenrose](https://github.com/evenrose) [@paskino](https://github.com/paskino) I'm assuming the environment is activated as `ctypes.cdll` can load the library, it's just `find_library` that's failing. This suggests the application can find it, just not the...
> [@evenrose](https://github.com/evenrose) [@paskino](https://github.com/paskino) I'm assuming the environment is activated as `ctypes.cdll` can load the library, it's just `find_library` that's failing. This suggests the application can find it, just not the...
This is due to the installation path of the conda environment. Under Windows 11, if conda is not installed in the default path with full read and write permissions, env...