WcW

Results 2 comments of WcW

+1 Some cases I need to manipulate temporary data but not really go into the database. Use an abstract model to represent these data improve the readability and consistency as...

Encounter the same error on my Macbook M1. Solved by creating a conda environment and activate. ``` $ conda create -n yourenvname python=3.10 $ conda activate yourenvname ```