Advertisement
lamiastella

slurm venv pip problem

Sep 13th, 2021
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. [jalal@goku slurm]$ /research/jalal/slurm/venv/fash/bin/pip install --upgrade pip
  2. Collecting pip
  3. Cache entry deserialization failed, entry ignored
  4. Downloading https://files.pythonhosted.org/packages/ca/31/b88ef447d595963c01060998cb329251648acf4a067721b0452c45527eb8/pip-21.2.4-py3-none-any.whl (1.6MB)
  5. 100% |████████████████████████████████| 1.6MB 768kB/s
  6. Installing collected packages: pip
  7. Found existing installation: pip 9.0.3
  8. Uninstalling pip-9.0.3:
  9. Successfully uninstalled pip-9.0.3
  10. Successfully installed pip-21.2.4
  11. [jalal@goku slurm]$ /research/jalal/slurm/venv/fash/bin/python -m pip install -r /scratch3/research/code/fashion/fashion-compatibility/requirements.txt
  12. Collecting absl-py==0.13.0
  13. Using cached absl_py-0.13.0-py3-none-any.whl (132 kB)
  14. Collecting argon2-cffi==20.1.0
  15. Using cached argon2_cffi-20.1.0-cp35-abi3-manylinux1_x86_64.whl (97 kB)
  16. Collecting attrs==21.2.0
  17. Using cached attrs-21.2.0-py2.py3-none-any.whl (53 kB)
  18. Collecting backcall==0.2.0
  19. Using cached backcall-0.2.0-py2.py3-none-any.whl (11 kB)
  20. Collecting bleach==4.1.0
  21. Using cached bleach-4.1.0-py2.py3-none-any.whl (157 kB)
  22. Collecting cachetools==4.2.2
  23. Using cached cachetools-4.2.2-py3-none-any.whl (11 kB)
  24. Collecting certifi==2021.5.30
  25. Using cached certifi-2021.5.30-py2.py3-none-any.whl (145 kB)
  26. Collecting cffi==1.14.6
  27. Using cached cffi-1.14.6-cp36-cp36m-manylinux1_x86_64.whl (401 kB)
  28. Collecting charset-normalizer==2.0.4
  29. Using cached charset_normalizer-2.0.4-py3-none-any.whl (36 kB)
  30. Collecting cycler==0.10.0
  31. Using cached cycler-0.10.0-py2.py3-none-any.whl (6.5 kB)
  32. Collecting debugpy==1.4.1
  33. Downloading debugpy-1.4.1-cp36-cp36m-manylinux2014_x86_64.whl (4.6 MB)
  34. |████████████████████████████████| 4.6 MB 12.3 MB/s
  35. Collecting decorator==5.0.9
  36. Using cached decorator-5.0.9-py3-none-any.whl (8.9 kB)
  37. Collecting defusedxml==0.7.1
  38. Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
  39. Collecting entrypoints==0.3
  40. Using cached entrypoints-0.3-py2.py3-none-any.whl (11 kB)
  41. Collecting filelock==3.0.12
  42. Using cached filelock-3.0.12-py3-none-any.whl (7.6 kB)
  43. Collecting gdown==3.13.0
  44. Using cached gdown-3.13.0.tar.gz (9.3 kB)
  45. Installing build dependencies ... done
  46. Getting requirements to build wheel ... error
  47. ERROR: Command errored out with exit status 1:
  48. command: /research/jalal/slurm/venv/fash/bin/python /research/jalal/slurm/venv/fash/lib64/python3.6/site-packages/pip/_vendor/pep517/in_process/_in_process.py get_requires_for_build_wheel /tmp/tmpf9fkdrws
  49. cwd: /scratch/tmp/pip-install-i2r95i6d/gdown_3e7945ba39d0417080212a4872549713
  50. Complete output (10 lines):
  51. Traceback (most recent call last):
  52. File "/research/jalal/slurm/venv/fash/lib64/python3.6/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 349, in <module>
  53. main()
  54. File "/research/jalal/slurm/venv/fash/lib64/python3.6/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 331, in main
  55. json_out['return_val'] = hook(**hook_input['kwargs'])
  56. File "/research/jalal/slurm/venv/fash/lib64/python3.6/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 111, in get_requires_for_build_wheel
  57. backend = _build_backend()
  58. File "/research/jalal/slurm/venv/fash/lib64/python3.6/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 102, in _build_backend
  59. obj = getattr(obj, path_part)
  60. AttributeError: module 'setuptools.build_meta' has no attribute '__legacy__'
  61. ----------------------------------------
  62. WARNING: Discarding https://files.pythonhosted.org/packages/52/b9/d426f164f35bb50d512a77d6a7c5eb70b2bea3459dc10f73f130ba732810/gdown-3.13.0.tar.gz#sha256=d5f9389539673875712beba4936c4ace95d24324953c6f0408a858c534c0bf21 (from https://pypi.org/simple/gdown/). Command errored out with exit status 1: /research/jalal/slurm/venv/fash/bin/python /research/jalal/slurm/venv/fash/lib64/python3.6/site-packages/pip/_vendor/pep517/in_process/_in_process.py get_requires_for_build_wheel /tmp/tmpf9fkdrws Check the logs for full command output.
  63. ERROR: Could not find a version that satisfies the requirement gdown==3.13.0 (from versions: 1.0.1, 1.0.2, 2.0.0, 2.0.1, 2.0.2, 2.1.0, 2.1.1, 2.2.0, 2.3.0, 2.3.1, 3.0.0, 3.1.0, 3.2.0, 3.2.1, 3.2.2, 3.2.3, 3.2.4, 3.2.5, 3.3.0, 3.3.1, 3.3.2, 3.4.0, 3.4.1, 3.4.2, 3.4.3, 3.4.4, 3.4.5, 3.4.6, 3.5.0, 3.6.0, 3.6.1, 3.6.2, 3.6.3, 3.6.4, 3.7.0, 3.7.1, 3.7.3, 3.7.4, 3.8.0, 3.8.1, 3.8.2, 3.8.3, 3.9.0, 3.9.1, 3.10.0, 3.10.1, 3.10.2, 3.10.3, 3.11.0rc1, 3.11.0, 3.11.1, 3.12.0, 3.12.1, 3.12.2, 3.13.0)
  64. ERROR: No matching distribution found for gdown==3.13.0
  65.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement