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

Pypi package from git #771

Closed
nihilox opened this issue Nov 30, 2021 · 2 comments
Closed

Pypi package from git #771

nihilox opened this issue Nov 30, 2021 · 2 comments
Labels
🐛 bug Something isn't working

Comments

@nihilox
Copy link

nihilox commented Nov 30, 2021

Steps to reproduce

[[tool.pdm.source]]
url = "https://ceddlyburge.github.io/python-package-server"
verify_ssl = false
name = "github"
pdm add python-hello

Actual behavior

[InvalidSchema]: No connection adapters were found for 'git+https://github.com/ceddlyburge/python_hello_world#egg=python_hello-0.0.1'

Environment Information

PDM version:        1.10.3
Python Interpreter: /opt/homebrew/opt/[email protected]/bin/python3.10 (3.10)
Project Root:       /Users/lev/code/pdm-demo
Project Packages:   /Users/lev/code/pdm-demo/__pypackages__/3.10

PDM 1.10.3 is installed, while 1.11.0 is available.
Please run $ brew upgrade pdm to upgrade.
Run $ pdm config check_update false to disable the check.
{
  "implementation_name": "cpython",
  "implementation_version": "3.10.0",
  "os_name": "posix",
  "platform_machine": "arm64",
  "platform_release": "21.0.1",
  "platform_system": "Darwin",
  "platform_version": "Darwin Kernel Version 21.0.1: Tue Sep 14 20:56:24 PDT 2021; root:xnu-8019.30.61~4/RELEASE_ARM64_T6000",
  "python_full_version": "3.10.0",
  "platform_python_implementation": "CPython",
  "python_version": "3.10",
  "sys_platform": "darwin"
}
@nihilox nihilox added the 🐛 bug Something isn't working label Nov 30, 2021
@frostming
Copy link
Collaborator

Well, that is an extraordinary index.

@DUOLabs333
Copy link
Contributor

DUOLabs333 commented Dec 5, 2021

Maybe it doesn't resolve the link to GitHub? This is an interesting use-case.

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

3 participants