FEDOT icon indicating copy to clipboard operation
FEDOT copied to clipboard

Mac ARM support

Open Robiemaan opened this issue 3 years ago • 2 comments

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

Robiemaan avatar Nov 09 '21 22:11 Robiemaan

Hi!

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

nicl-nno avatar Nov 09 '21 22:11 nicl-nno

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

  • https://conda.anaconda.org/conda-forge/osx-arm64
  • https://conda.anaconda.org/conda-forge/noarch

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.

Robiemaan avatar Nov 10 '21 14:11 Robiemaan

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

  • https://conda.anaconda.org/conda-forge/osx-arm64
  • https://conda.anaconda.org/conda-forge/noarch

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

gdamianakos avatar Dec 15 '22 12:12 gdamianakos

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

valer1435 avatar Sep 28 '23 11:09 valer1435