kss icon indicating copy to clipboard operation
kss copied to clipboard

anaconda 환경에서 pip install kss 설치시 오류

Open yanmei-2020 opened this issue 3 months ago • 0 comments

안녕하세요, kss 설치를 아나콘다 가상환경내에서 pip install kss 로 수행했을때 다음과 같은 오류가 뜨면서 설치가 되지 않습니다.

  running install_scripts
  Traceback (most recent call last):
    File "<string>", line 2, in <module>
    File "<pip-setuptools-caller>", line 34, in <module>
    File "/private/var/folders/3b/tqkzn5w128x2fhs9v_plkr9h0000gn/T/pip-install-tp7k_owk/kss_ed0651f7cffc455e990531e996942dd0/setup.py", line 160, in <module>
      setup(
    File "/opt/homebrew/anaconda3/envs/NLP/lib/python3.9/site-packages/setuptools/__init__.py", line 104, in setup
      return distutils.core.setup(**attrs)
    File "/opt/homebrew/anaconda3/envs/NLP/lib/python3.9/site-packages/setuptools/_distutils/core.py", line 184, in setup
      return run_commands(dist)
    File "/opt/homebrew/anaconda3/envs/NLP/lib/python3.9/site-packages/setuptools/_distutils/core.py", line 200, in run_commands
      dist.run_commands()
    File "/opt/homebrew/anaconda3/envs/NLP/lib/python3.9/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
      self.run_command(cmd)
    File "/opt/homebrew/anaconda3/envs/NLP/lib/python3.9/site-packages/setuptools/dist.py", line 967, in run_command
      super().run_command(command)
    File "/opt/homebrew/anaconda3/envs/NLP/lib/python3.9/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
      cmd_obj.run()
    File "/opt/homebrew/anaconda3/envs/NLP/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 328, in run
      impl_tag, abi_tag, plat_tag = self.get_tag()
    File "/opt/homebrew/anaconda3/envs/NLP/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 278, in get_tag
      assert tag in supported_tags, "would build wheel with unsupported tag {}".format(tag)
  AssertionError: would build wheel with unsupported tag ('cp39', 'cp39', 'macosx_11_1_arm64')
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for kss Running setup.py clean for kss Failed to build kss ERROR: Could not build wheels for kss, which is required to install pyproject.toml-based projects

yanmei-2020 avatar May 20 '24 08:05 yanmei-2020