PATEL BIMAL
Results
3
comments of
PATEL BIMAL
still getting error Building wheel for bitarray (setup.py) ... error ERROR: Command errored out with exit status 1:
* host=values.get("POSTGRES_SERVER"), Should be, * host=str(values.get("POSTGRES_SERVER")), # Warning is: ``` Python Argument of type "Any | None" cannot be assigned to parameter "host" of type "str" in function "build" Type...
What can be the solution?