ibmdb / python-ibmdb-django

IBM DB2 Driver for the Django application Framework
Apache License 2.0
29 stars 42 forks source link

Mac OS - Arm64 architecture is not supported #84

Closed rajddesai closed 1 year ago

rajddesai commented 1 year ago
% pip install ibm_db_django  
Collecting ibm_db_django
  Using cached ibm_db_django-1.5.2.0.tar.gz (53 kB)
  Preparing metadata (setup.py) ... done
Collecting ibm_db>=3.0.1
  Using cached ibm_db-3.1.4.tar.gz (1.4 MB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... error
  error: subprocess-exited-with-error

  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [2 lines of output]
      Detected 64-bit Python
      Arm64 architecture is not supported. Please install intel-only (x64) version of python and then install ibm_db.
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
praveen-db2 commented 1 year ago

@rajddesai Mac OS - Arm64 architecture is not supported. As of now we dont have any plans for the same.