

Ignoring numpy: markers 'python_version = "3.8" and platform_machine = "arm64" and platform_system = "Darwin"' don't match your environment Ignoring numpy: markers 'python_version = "3.8" and platform_machine = "aarch64"' don't match your environment Ignoring numpy: markers 'python_version = "3.7" and platform_machine = "aarch64"' don't match your environment Ignoring numpy: markers 'python_version = "3.8" and (platform_machine != "arm64" or platform_system != "Darwin") and platform_machine != "aarch64"' don't match your environment Ignoring numpy: markers 'python_version = "3.7" and (platform_machine != "arm64" or platform_system != "Darwin") and platform_machine != "aarch64"' don't match your environment I just want to mention that I installed a couple of other packages with no problem. Successfully installed numpy-1.21.2 pandas-1.3.3 python-dateutil-2.8.2 pytz-2021.3 six-1.16.0Ĭameron Simpson thank you.

Installing collected packages: six, pytz, python-dateutil, numpy, pandas Using cached python_dateutil-2.8.2-py2.p圓-none-any.whl (247 kB)ĭownloading 圓-none-any.whl (503 kB) Pandas installed): fleet2*> python3 -m venv v1įleet2*>. If I make a new virtual environment (so that I have something without Requirement already satisfied: six>=1.5 in. Requirement already satisfied: numpy>=1.16.5 in. Requirement already satisfied: python-dateutil>=2.7.3 in. Requirement already satisfied: pytz>=2017.3 in. Requirement already satisfied: pandas in. Paste it into a new message between lines containing only tripleįor example, here (my Mac) on a python3 where pandas is alreadyįleet2*> python3 -m pip install pandas

I tried to instal the pandas package using: python3 -mĬan you provide a transcript of the whole command and error output?
