Niclas Garan
Niclas Garan
Just in case this adds information, debugging doesn't work for me any more either. I have experimented a little: Creating a new environment with `conda new -n newEnv spyder=5.1.5` results...
Don’t know why this was closed, I have the exact same problem since changing the ip Range of my network. Before that, it worked without issue. I can mount the...
Same issue for me with some `scipy.optimize` modules imported via `PyCall` from the Julia-managed conda environment. While the above solution of preloading the more recent library works as a local...
As mentioned [here](https://forum.kodi.tv/showthread.php?tid=369512&pid=3112805#pid3112805), in my case the problem was that network share browsing didn’t work and directly adding the source only works if I don’t use symlinks.
> What should I do in the /etc/exports? `"/nfs/" *(ro,all_squash,sync,no_wdelay,insecure_locks,insecure,no_subtree_check,anonuid=501,anongid=100` Works for me on my NAS, with `` actually being a symlink to the actual file location on the hard...
Has there been an attempt to use pgfplot's own error bar style instead of creating additional plots and paths? I haven't looked into how these plots are parsed in detail...
I can confirm this is still an error under Windows 10 because the default encoding to write to a file is `cp1252`, which apparently doesn't support this character. I would...
Kodi runs as part of LibreELEC on a Raspberry PI 4. How does your `/etc/exports` on the source looks like? Can you access the shares from somewhere else in your...
And > Can you access the shares from somewhere else in your network to ensure that everything is working on the server side? what exactly is the error? You don’t...
You can also have a look at my pull request. I implemented the translation of container objects into proper pgfplots error bar styles.