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

Unable to install autotools-language-server==0.0.19 #8

Closed
aki-s opened this issue Jun 19, 2024 · 4 comments
Closed

Unable to install autotools-language-server==0.0.19 #8

aki-s opened this issue Jun 19, 2024 · 4 comments
Assignees
Labels
question Further information is requested

Comments

@aki-s
Copy link

aki-s commented Jun 19, 2024

$ pip install --force-reinstall -v autotools-language-server==0.0.19
Using pip 24.0 from /Users/<masked>/.pyenv/versions/3.12.2/lib/python3.12/site-packages/pip (python 3.12)
/Users/ak/.pyenv/versions/3.12.2/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py:111: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
  from pip._vendor.pkg_resources import find_distributions
Collecting autotools-language-server==0.0.19
  Obtaining dependency information for autotools-language-server==0.0.19 from https://files.pythonhosted.org/packages/61/3b/2eda28d4fc3c2db723cc9b71f1e4e6622affbcc9fe84a0093f017724dab0/autotools_language_server-0.0.19-py3-none-any.whl.metadata
  Using cached autotools_language_server-0.0.19-py3-none-any.whl.metadata (9.2 kB)
Collecting lsp-tree-sitter (from autotools-language-server==0.0.19)
  Obtaining dependency information for lsp-tree-sitter from https://files.pythonhosted.org/packages/b3/0d/cf74fe7740c500fa308908cf76c6f624b4b9c3c2e40361af8f3c915cd19a/lsp_tree_sitter-0.0.15-py3-none-any.whl.metadata
  Using cached lsp_tree_sitter-0.0.15-py3-none-any.whl.metadata (16 kB)
INFO: pip is looking at multiple versions of autotools-language-server to determine which version is compatible with other requirements. This could take a while.
ERROR: Ignored the following yanked versions: 0.0.1
ERROR: Could not find a version that satisfies the requirement tree-sitter-make (from autotools-language-server) (from versions: none)
ERROR: No matching distribution found for tree-sitter-make
@Freed-Wu
Copy link
Owner

Upstream's problem ... Discussion comes here f149843#comments

@Freed-Wu Freed-Wu added the question Further information is requested label Jun 19, 2024
@Freed-Wu Freed-Wu self-assigned this Jun 19, 2024
@Freed-Wu
Copy link
Owner

Freed-Wu commented Jun 19, 2024

Before the upstrem's problem is solved, Try here

@nbossard
Copy link

nbossard commented Dec 20, 2024

Hello, I am still blocked with this issue, any progress since?
Thanks for the info.

pipx install autotools-language-server==0.0.21
Fatal error from pip prevented installation. Full pip output in file:
    /Users/nbossard/.local/pipx/logs/cmd_2024-12-20_17.36.56_pip_errors.log

pip seemed to fail to build package:
    lsp-tree-sitter>=0.0.16

Some possibly relevant errors from pip install:
    ERROR: Ignored the following yanked versions: 0.0.1
    ERROR: Could not find a version that satisfies the requirement tree-sitter-make (from autotools-language-server) (from versions: none)
    ERROR: No matching distribution found for tree-sitter-make

Error installing autotools-language-server from spec 'autotools-language-server==0.0.21'.

rem : I am using a mac M3 with Sonoma. I am not at all an expert in python :-(

If i dont force the version pipx will install version 0.0.10 :-(

@Freed-Wu
Copy link
Owner

@domWalters Have you tried here?

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

Successfully merging a pull request may close this issue.

3 participants