-
## I tried to fix this for many many hours, without results. :disappointed:
### TLDR:
```Unable to import module 'handler.entry_point': Error importing numpy: you should not try to import numpy f…
-
```python
raceback (most recent call last):
File lithopstest.py", line 44, in
fexec.map(my_map_function, args)
File "/home/richard/miniconda3/envs/lithops/lib/python3.10/site-packages/l…
-
2023-05-02 18:42:13,290 [DEBUG] aws_lambda.py:716 -- Extracting runtime metadata from: sc-runtime
Traceback (most recent call last):
File "/home/ubuntu/arsenal/ShadowClone/env/bin/lithops", line 8…
-
Lithops [configures Python logging](https://github.com/lithops-cloud/lithops/blob/55392b0f875651568542e339985866903555d550/lithops/utils.py#L176-L227) itself, which can be handy, but equally can make …
-
I'm wondering how we can build virtualization pipelines as a map rather than a map-reduce process. The map paradigm would follow the structure below from [Earthmover's excellent blog post on serverles…
-
Im Getting this error file installing shadow clone...
```
(env) blackbox@groot:~/tools/ShadowClone$ lithops runtime build sc-runtime -f Dockerfile
2023-05-21 16:58:48,375 [INFO] config.py:134 -- …
-
I can't install naabu and I don't know what's missing:
```
89 | RUN apt-get install libpcap-dev -y
90 | >>> RUN go get -v github.com/projectdiscovery/naabu/v2/cmd/naabu
91 | #RUN go…
-
Hey guys,
After following your instructions carefully, i was trying to run the the first notebook, as i encountered the following exception from the 5th cell (first cell under "Setup" ):
"Exceptio…
-
# Installation Notes for Passerby Apple Silicon Users
You may have noticed that the build breaks at `lithops runtime build sc-runtime -f Dockerfile`. Documenting this information here so that other…
-
I have the following code that I am trying to run on a k8s cluster using lithops:
```python
from lithops import FunctionExecutor
from time import sleep
def map_fn(i):
sleep(3)
def red_…