Andreas Motl

Results 1480 comments of Andreas Motl

Hi again, coming from GH-68, @papoteur-mga just submitted GH-70, in order to conclude the migration to Python 3. Thank you so much! However, when looking at the [changes since version...

Dear @aghster, USPTO PatFT and AppFT servers have been decommissioned recently, see #61. With kind regards, Andreas.

> What else is needed. Would you like to do some more testing? I just added a corresponding documentation section with fe6aaa7277a, and I think it will be fine now...

Hi @wetterfrosch, I responded to your report over at GH-163, where we are looking at unlocking support for Shelly devices. With kind regards, Andreas.

``` kotori@elbanco:~$ /opt/kotori/bin/python Python 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import pandas >>> pandas.__version__ '1.2.5'...

- https://github.com/pandas-dev/pandas/issues/27385#issuecomment-511240287 tells us it may be an issue with ggplot, see https://github.com/yhat/ggpy/issues/662. - https://github.com/Nuitka/Nuitka/issues/831#issuecomment-707306016 may have a different solution.

It looks like https://github.com/yhat/ggpy/issues/662#issuecomment-526826798 summarizes the solution. The correct way should be: - Change `pandas.tslib.Timestamp` to `pandas.Timestamp`. - Change `from pandas.lib import Timestamp` to `from pandas import Timestamp`.

```python kotori@elbanco:~$ /opt/kotori/bin/python Python 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import ggplot Traceback (most recent...

It looks like there is no newer release of ggplot available. The most recent one _is_ 0.11.5, released on Sep 29, 2016. -- https://pypi.org/project/ggplot/