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

CandidateNotFound for URL requirement #450

Closed
1 task done
flortsch opened this issue May 7, 2021 · 2 comments
Closed
1 task done

CandidateNotFound for URL requirement #450

flortsch opened this issue May 7, 2021 · 2 comments
Labels
🐛 bug Something isn't working

Comments

@flortsch
Copy link

flortsch commented May 7, 2021

  • I have searched the issue tracker and believe that this is not a duplicate.

Make sure you run commands with -v flag before pasting the output.

Steps to reproduce

[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

Actual behavior

https://pastebin.com/7p8nArCN

Expected behavior

pdm installs without exception.

Environment Information

❯ 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"
}
@flortsch flortsch added the 🐛 bug Something isn't working label May 7, 2021
@jiangxiaoqiang
Copy link

did you fixed this issue?

@flortsch
Copy link
Author

Yes, this worked after the referenced fix 21dbba3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants