We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make sure you run commands with -v flag before pasting the output.
-v
[project] name = "" version = "" description = "" authors = [ {name = "Florian Latifi", email = "[email protected]"}, ] dependencies = [ "spacy~=3.0", "de-core-news-sm @ https://github.com/explosion/spacy-models/releases/download/de_core_news_sm-3.0.0/de_core_news_sm-3.0.0.tar.gz" ] requires-python = ">=3.9" dynamic = ["classifiers"] license = {text = "CUSTOM"} [project.urls] homepage = "" [build-system] requires = ["pdm-pep517"] build-backend = "pdm.pep517.api" [tool] [tool.pdm]
pdm install
https://pastebin.com/7p8nArCN
pdm installs without exception.
❯ pdm info PDM version: 1.5.2 Python Interpreter: /usr/bin/python (3.9) Project Root: /home/flortsch/projects/nlp Project Packages: /home/flortsch/projects/nlp/__pypackages__/3.9
❯ pdm info --env { "implementation_name": "cpython", "implementation_version": "3.9.4", "os_name": "posix", "platform_machine": "x86_64", "platform_release": "5.12.1-arch1-1", "platform_system": "Linux", "platform_version": "#1 SMP PREEMPT Sun, 02 May 2021 12:43:58 +0000", "python_full_version": "3.9.4", "platform_python_implementation": "CPython", "python_version": "3.9", "sys_platform": "linux" }
The text was updated successfully, but these errors were encountered:
21dbba3
did you fixed this issue?
Sorry, something went wrong.
Yes, this worked after the referenced fix 21dbba3.
No branches or pull requests
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
Actual behavior
https://pastebin.com/7p8nArCN
Expected behavior
pdm installs without exception.
Environment Information
The text was updated successfully, but these errors were encountered: