Cannot run dash on MAC M1 chip machine

Hi community,

I’ve done the installation by tutorial and tried to run the first script on my MAC(M1 chip), but turn out with error message like below. Is this a known issue or did I miss something? Thanks!

try to run script in this tutorial:
https://dash.plotly.com/layout

error msg:
127.0.0.1 - - [12/Jul/2021 17:40:48] “GET /_dash-component-suites/dash_renderer/dash_renderer.min.js.map?v=1.9.1 HTTP/1.1” 500 -
Traceback (most recent call last):
File “/Users/henry/Documents/Skill/dash/projects/hello_flask/lib/python3.7/site-packages/flask/app.py”, line 2088, in call
return self.wsgi_app(environ, start_response)
File “/Users/henry/Documents/Skill/dash/projects/hello_flask/lib/python3.7/site-packages/flask/app.py”, line 2073, in wsgi_app
response = self.handle_exception(e)
File “/Users/henry/Documents/Skill/dash/projects/hello_flask/lib/python3.7/site-packages/flask/app.py”, line 2070, in wsgi_app
response = self.full_dispatch_request()
File “/Users/henry/Documents/Skill/dash/projects/hello_flask/lib/python3.7/site-packages/flask/app.py”, line 1515, in full_dispatch_request
rv = self.handle_user_exception(e)
File “/Users/henry/Documents/Skill/dash/projects/hello_flask/lib/python3.7/site-packages/flask/app.py”, line 1513, in full_dispatch_request
rv = self.dispatch_request()
File “/Users/henry/Documents/Skill/dash/projects/hello_flask/lib/python3.7/site-packages/flask/app.py”, line 1499, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
File “/Users/henry/Documents/Skill/dash/projects/hello_flask/lib/python3.7/site-packages/dash/dash.py”, line 424, in serve_component_suites
})[path_in_package_dist.split(’.’)[-1]]
KeyError: ‘map’