aimclub / FEDOT

Automated modeling and machine learning framework FEDOT
https://fedot.readthedocs.io
BSD 3-Clause "New" or "Revised" License
627 stars 86 forks source link

Mac ARM support #486

Closed Robiemaan closed 11 months ago

Robiemaan commented 2 years ago

I'm running into several issues trying to get FEDOT set up on an M1 Mac. Are you guys planning on supporting Mac ARM?

nicl-nno commented 2 years ago

Hi!

Are your issues connected with FEDOT itself or it's dependencies only?

Robiemaan commented 2 years ago

Sorry, I should've been more specific: When I try to install with conda, it doesn't find fedot at all: Current channels:

When I try pip, I get dependency issues with deap: ERROR: No matching distribution found for deap>=1.3.*

Note: I use conda virtual environments like this: conda create --name venv python=3.9.5

Should I be using another version of python? - I've had trouble using 3.8.10 because of numpy/pandas issues on M1.

gdamianakos commented 1 year ago

Sorry, I should've been more specific: When I try to install with conda, it doesn't find fedot at all: Current channels:

When I try pip, I get dependency issues with deap: ERROR: No matching distribution found for deap>=1.3.*

Note: I use conda virtual environments like this: conda create --name venv python=3.9.5

Should I be using another version of python? - I've had trouble using 3.8.10 because of numpy/pandas issues on M1.

check issue #998 I provided a clean solution that was reproduced in several machines https://github.com/aimclub/FEDOT/issues/998

valer1435 commented 11 months ago

Closed as obsolete (see https://github.com/aimclub/FEDOT/issues/998)