corydolphin / flask-cors

Cross Origin Resource Sharing ( CORS ) support for Flask
https://flask-cors.corydolphin.com/
MIT License
873 stars 140 forks source link

Support for Apple's arm64 architecture (osx-arm64) #285

Closed kartzke closed 1 year ago

kartzke commented 3 years ago

Hi, I'm trying to install flask-cors on a new Apple MacBook with Apple Silicon, but it fails to install via Conda due to no packages matching the architecture. Would it be possible to add support for this?

corydolphin commented 3 years ago

Hey @kartzke I don't personally maintain the packages in conda. Can you confirm if you are able to install directly with pip? It should correctly identify the source package instead of the bdist wheel.

corydolphin commented 1 year ago

Closing this for now.