
#Python3.7 atom for mac install#
给当前mac全局设置默认的Python3 ➜ debugNotebook pip3 install pyenvīuilding wheels for collected packages: pyenvīuilding wheel for pyenv (setup.py). Pkg_resources.DistributionNotFound: The 'pip=19.0.3' distribution was not found and is required by the application Raise DistributionNotFound(req, requirers)


Return cls._build_from_requirements(_requires_)įile "/usr/local/lib/python3.7/site-packages/pkg_resources/_init_.py", line 598, in _build_from_requirementsįile "/usr/local/lib/python3.7/site-packages/pkg_resources/_init_.py", line 786, in resolve Pkg_resources.VersionConflict: (pip 20.0.2 (/usr/local/lib/python3.7/site-packages), Requirement.parse('pip=19.0.3'))ĭuring handling of the above exception, another exception occurred:įile "/usr/local/opt/python/bin/pip3", line 6, in įrom pkg_resources import load_entry_pointįile "/usr/local/lib/python3.7/site-packages/pkg_resources/_init_.py", line 3191, in "/usr/local/lib/python3.7/site-packages/pkg_resources/_init_.py", line 3175, in _call_asideįile "/usr/local/lib/python3.7/site-packages/pkg_resources/_init_.py", line 3204, in _initialize_master_working_setįile "/usr/local/lib/python3.7/site-packages/pkg_resources/_init_.py", line 585, in _build_master Raise VersionConflict(dist, req).with_context(dependent_req) Needed = self.resolve(parse_requirements(requirements))įile "/usr/local/lib/python3.7/site-packages/pkg_resources/_init_.py", line 791, in resolve Original error was: dlopen(/Library/Frameworks/amework/Versions/3.10/lib/python3.10/site-packages/numpy/core/_multiarray_, 0x0002): tried: '/Library/Frameworks/amework/Versions/3.10/lib/python3.10/site-packages/numpy/core/_multiarray_' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')), '/usr/lib/_multiarray_umath.cpython-310-darwin.所以指定pip去安装: ➜ debugNotebook /usr/local/opt/python/bin/pip3 install numpy pandasįile "/usr/local/lib/python3.7/site-packages/pkg_resources/_init_.py", line 583, in _build_masterįile "/usr/local/lib/python3.7/site-packages/pkg_resources/_init_.py", line 900, in require

Please carefully study the documentation linked above for further help. * The Python version is: Python3.10 from "/Library/Frameworks/amework/Versions/3.10/bin/python3"Īnd make sure that they are the versions you expect. We have compiled some common reasons and troubleshooting tips at:

Many reasons, often due to issues with your setup or how NumPy was
#Python3.7 atom for mac how to#
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE! ImportError: dlopen(/Library/Frameworks/amework/Versions/3.10/lib/python3.10/site-packages/numpy/core/_multiarray_, 0x0002): tried: '/Library/Frameworks/amework/Versions/3.10/lib/python3.10/site-packages/numpy/core/_multiarray_' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')), '/usr/lib/_multiarray_' (no such file)ĭuring handling of the above exception, another exception occurred:įile "/Users/jacobivanov/Desktop/Electric Field Simulator.py", line 2, in įile "/Library/Frameworks/amework/Versions/3.10/lib/python3.10/site-packages/matplotlib/_init_.py", line 104, in įile "/Library/Frameworks/amework/Versions/3.10/lib/python3.10/site-packages/numpy/_init_.py", line 144, in įile "/Library/Frameworks/amework/Versions/3.10/lib/python3.10/site-packages/numpy/core/_init_.py", line 49, in File "/Library/Frameworks/amework/Versions/3.10/lib/python3.10/site-packages/numpy/core/_init_.py", line 23, in įile "/Library/Frameworks/amework/Versions/3.10/lib/python3.10/site-packages/numpy/core/multiarray.py", line 10, in įile "/Library/Frameworks/amework/Versions/3.10/lib/python3.10/site-packages/numpy/core/overrides.py", line 6, in įrom re._multiarray_umath import (
