ydataai / ydata-synthetic

Synthetic data generators for tabular and time-series data
https://docs.synthetic.ydata.ai
MIT License
1.41k stars 234 forks source link

Issues install on MacOS #286

Open EnthusiasticTeslim opened 1 year ago

EnthusiasticTeslim commented 1 year ago

I tried installing the package on MacOS M2 pro laptop but keeps getting the error related to tensorflow==2.11.1 or tensorflow==2.11.0 dependency. When I tried the same command on Colab, it was successful. Is there anyone who has successfully install the package on Mac especially the one with Apple Silicon =.

fabclmnt commented 1 year ago

Hi @EnthusiasticTeslim,

please have a look on how to install Tensorflow in M1/M2 (https://www.youtube.com/watch?v=vOLpZi7L-l0).

fclesio commented 10 months ago

For whom it may concern even the thew M1 version of TensorFlow (tensorflow-macos) the same error appears.

marcobornstein commented 6 months ago

Has there been any fix to this? I updated my M1 tensorflow to become "2.12.0 tensorflow-macos", however I am still prompted with an error when I pip install ydata-synthetic. I get the following error:

ydata-synthetic 1.3.2 depends on tensorflow==2.12.0
dcajasn commented 5 months ago

Hi @fabclmnt

Is there a way to install ydata-synthetic on Mac OS with M1 processor, the main issue is that ydata-synthetic depends on tensorflow==2.12.0 while tensorflow only have wheels for Mac ARM processors for tensorflow>=2.13.0. Is there a possibility to update your requirements to tensorflow==2.13.0 ?

Best Dany

weeebdev commented 5 months ago

@dcajasn

did you figure out how?