trueToastedCode
trueToastedCode
> rnings.warn(f"file system plugins are not loaded: {e}") Replica of #1755 Hopefully it will get fixed soon. It's a MacOS issue... works on Linux/arm64
Workaround `pip uninstall -y bokeh && pip install bokeh==2.4.3`
> > Workaround > > `pip uninstall -y bokeh && pip install bokeh==2.4.3` > > And thats working with python 3.9? Yes.
> > > > Workaround > > > > `pip uninstall -y bokeh && pip install bokeh==2.4.3` > > > > > > > > > And thats working with...
Found a solution. It seems to be an Apple Silicon problem. Compiling lxml from source, fixes the issue: ``` pip uninstall lxml curl -L https://github.com/lxml/lxml/releases/download/lxml-4.9.1/lxml-4.9.1.tar.gz -o lxml-4.9.1.tar.gz tar -xvf lxml-4.9.1.tar.gz...
Sadly it seems so 😠He is certainly taking a break.
> downgrade selenium to 4.11.2. I think it actually works with this little change #1647.
> Does one of your indicators return an array of timestamps? Oh ok, thx, yes i had... Was using ``` def INDEX(): return mydf.index def init(self): super().init() self.idx = self.I(INDEX)...
> This should be fixed in `dev` branch. We need to wrap up some changes to financials handling then can pump out a release. That's good to hear... just switched...
> If you are already on arm64 then why are you trying to install arm64 emulator? i was compiling some artifical intelligence related binaries which didn't work on MacOS arm64...