worldbank / REaLTabFormer

A suite of auto-regressive and Seq2Seq (sequence-to-sequence) transformer models for tabular and relational synthetic data generation.
https://worldbank.github.io/REaLTabFormer/
MIT License
200 stars 23 forks source link

ERROR: multiprocess 0.70.15 has requirement dill>=0.3.7, but you'll have dill 0.3.6 which is incompatible. #40

Open echatzikyriakidis opened 1 year ago

echatzikyriakidis commented 1 year ago

Hi there!

Currently, the error appears when installing v0.1.2 with pip install.

echatzikyriakidis commented 1 year ago

Currently, I have managed to solve it by fixing the following libraries in my requirements.txt:

multiprocess==0.70.14
dill==0.3.6