Advertisement
ajaydevgan

Untitled

Sep 9th, 2021
1,303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.74 KB | None | 0 0
  1. $ pip install pandas
  2. Collecting pandas
  3.   Using cached pandas-1.3.2.tar.gz (4.7 MB)
  4.   Installing build dependencies ... done
  5.   Getting requirements to build wheel ... error
  6.   ERROR: Command errored out with exit status 1:
  7.    command: /data/data/com.termux/files/usr/bin/python3 /data/data/com.termux/files/usr/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py get_requires_for_build_wheel /data/data/com.termux/files/usr/tmp/tmph7hc98i1                                                                 cwd: /data/data/com.termux/files/usr/tmp/pip-install-sbcttvoi/pandas_ae40c43db5194603baccccee5c62ab17
  8.   Complete output (18 lines):
  9.   Traceback (most recent call last):
  10.     File "/data/data/com.termux/files/usr/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 349, in <module>
  11.       main()
  12.     File "/data/data/com.termux/files/usr/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 331, in main
  13.       json_out['return_val'] = hook(**hook_input['kwargs'])
  14.     File "/data/data/com.termux/files/usr/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 117, in get_requires_for_build_wheel
  15.       return hook(config_settings)
  16.     File "/data/data/com.termux/files/usr/tmp/pip-build-env-x4knure8/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 154, in get_requires_for_build_wheel
  17.       return self._get_build_requires(
  18.     File "/data/data/com.termux/files/usr/tmp/pip-build-env-x4knure8/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 135, in _get_build_requires
  19.       self.run_setup()
  20.     File "/data/data/com.termux/files/usr/tmp/pip-build-env-x4knure8/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 258, in run_setup
  21.       super(_BuildMetaLegacyBackend,
  22.     File "/data/data/com.termux/files/usr/tmp/pip-build-env-x4knure8/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 150, in run_setup
  23.       exec(compile(code, __file__, 'exec'), locals())
  24.     File "setup.py", line 18, in <module>
  25.       import numpy
  26.   ModuleNotFoundError: No module named 'numpy'
  27.   ----------------------------------------
  28. WARNING: Discarding https://files.pythonhosted.org/packages/cf/f7/6c0dd488b5f5f1c0c1a48637df45046334d0be684faaf3536429f14aa9de/pandas-1.3.2.tar.gz#sha256=cbcb84d63867af3411fa063af3de64902665bb5b3d40b25b2059e40603594e87 (from https://pypi.org/simple/pandas/) (requires-python:>=3.7.1). Command errored out with exit status 1: /data/data/com.termux/files/usr/bin/python3 /data/data/com.termux/files/usr/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py get_requires_for_build_wheel /data/data/com.termux/files/usr/tmp/tmph7hc98i1 Check the logs for full command output.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement