Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Back to post

Revisions 4

4 months ago
Building wheel for multidict (pyproject.toml) ... error
Building wheel for multidict (pyproject.toml) ... error
> gcc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -fcf-protection -fexceptions -fcf-protection -fexceptions -fcf-protection -fexceptions -fPIC -I/usr/include/python3.12 -c multidict/_multidict.c -o build/temp.linux-x86_64-cpython-312/multidict/_multidict.o -O2 -std=c99 -Wall -Wsign-compare -Wconversion -fno-strict-aliasing -pedantic > multidict/_multidict.c:1:10: fatal error: Python.h: No such file or directory > 1 | #include "Python.h" > | ^~~~~~~~~~ > compilation terminated. > error: command '/usr/bin/gcc' failed with exit code 1 > [end of output] > > note: This error originates from a subprocess, and is likely not a problem with pip. > ERROR: Failed building wheel for multidict > ----------- depends on your **operating system**, wanted to point out i was on **Linux**, I had a problem with multidicts, same basic error but for a different application - i found your post and wanted to add this incase anyone else stumbles upon it and finds some relevance for any time spent. using this command worked for me and i was able to run the command again with success. fixed it ``` sudo dnf install python3-devel ``` or fixed it ``` sudo apt-get install python3-devel ``` hope it helped - alex
depends on your **operating system**, wanted to point out i was on **Linux**, I had a problem with multidicts, same basic error but for a different application - i found your post and wanted to add this incase anyone else stumbles upon it and finds some relevance for any time spent. using this command worked for me and i was able to run the command again with success. fixed it ``` sudo dnf install python3-devel ``` or fixed it ``` sudo apt-get install python3-devel ``` hope it helped - alex
4 months ago
Building wheel for multidict (pyproject.toml) ... error
Building wheel for multidict (pyproject.toml) ... error
depends on your **operating system**, wanted to point out i was on **Linux**, I had a problem with multidicts, same basic error but for a different application - i found your post and wanted to add this incase anyone else stumbles upon it and finds some relevance for any time spent. using this command worked for me and i was able to run the command again with success. fixed it ``` sudo dnf install python3-devel ``` or fixed it ``` sudo apt-get install python3-devel ``` hope it helped - alex
depends on your operating system, wanted to point out i was on Linux, using this command worked for me and i was able to run the command again with success. fixed it sudo dnf install python3-devel or fixed it sudo apt-get install python3-devel hope it helped - alex
4 months ago
Building wheel for multidict (pyproject.toml) ... error
Building wheel for multidict (pyproject.toml) ... error
depends on your operating system, wanted to point out i was on Linux, using this command worked for me and i was able to run the command again with success. fixed it sudo dnf install python3-devel or fixed it sudo apt-get install python3-devel hope it helped - alex
depends on your operating system, wanted to point out i was on Linux, using this command worked for me and i was able to run the command again with success. fixed it sudo dnf install python3-devel or fixed it sudo apt-get install python3-devel - alex diker
4 months ago
Original
Building wheel for multidict (pyproject.toml) ... error

depends on your operating system, wanted to point out i was on Linux, using this command worked for me and i was able to run the command again with success. fixed it sudo dnf install python3-devel or fixed it sudo apt-get install python3-devel - alex diker