Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yanmei-2020 opened this issue May 20, 2024 · 0 comments
Open

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

yanmei-2020 opened this issue May 20, 2024 · 0 comments

Comments

@yanmei-2020
Copy link

안녕하세요, 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant