@@ -35,7 +35,7 @@ You might need to use a certain installation of pip, according to the python ver
Please mind that you probably have to have administrator rights ('sudo pip ...' on linux/unix machines). Alternatively you may want to install the packages locally for your user (see the [--user](https://pip.pypa.io/en/stable/user_guide/#user-installs) option in the pip documentation).
>**Known problems in python 3.5.:**
At least in python 3.5.6, problems have been reported using ebas-io. The problem seems to be related to a bug in pytz (during unpickling datetime objects). If you experience the following exception, please consider upgrading your python version:
At least in python 3.5.6, problems have been reported using ebas-io. The problem seems to be related to a bug in pytz (during unpickling datetime objects). If you experience the following exception, please consider upgrading your python version:
```TypeError: an integer is required (got type str)```