Martin Wunderlich

Results 7 issues of Martin Wunderlich

Hi Matt, Thanks a lot for your very helpful tutorial about creating a first slack bot in python (https://www.fullstackpython.com/blog/build-first-slack-bot-python.html). I have tried to follow the instructions, but the place for...

## Description When trying to use the Python version of SparkNLP, I am suddenly getting this error when using `import sparknlp`: `ModuleNotFoundError: No module named 'com.johnsnowlabs'` ## Expected Behavior There...

To get the import working, change line `from tensorflow.contrib.tensorboard.plugins import projector` to `from tensorboard.plugins import projector` in files model.py and save_embeds.py.

Hi, I am trying to install the heimcontrol application, but I keep getting large number of errors. My environment is: pi@raspberrypi:~/heimcontrol.js $ uname -a Linux raspberrypi 4.1.18-v7+ #846 SMP Thu...

"CTRL" in the following should be changed to "CMD" for Mac OS: To compare and show the diffs, press CTRL + k followed by CTRL + d. To clear the...

**Describe the bug** I am getting the following issue with Python 3.11.4 and haystack 1.19.0 (fresh install in Conda environment on Macbook M1 with Ventura) File ~/anaconda3/envs/transformers_new/lib/python3.11/site-packages/haystack/nodes/answer_generator/openai.py:5 2 import os...

stale
community-triage

I got the following error when trying to install the ICS python package with conda on an M1 macbook: ``` UnsatisfiableError: The following specifications were found to be incompatible with...