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

setup.py refers to non-existent package #3

Closed
alex opened this issue Nov 18, 2014 · 1 comment
Closed

setup.py refers to non-existent package #3

alex opened this issue Nov 18, 2014 · 1 comment

Comments

@alex
Copy link
Collaborator

alex commented Nov 18, 2014

Specifically it refers to "trustify", which isn't anywhere in this repo. This results in trying to install the package failing:

$ pip install .
Unpacking /private/tmp/lets-encrypt-preview
  Running setup.py (path:/var/folders/fm/57qdjdrx6gzgcq1zlym0xwfc0000gn/T/pip-xeUhuw-build/setup.py) egg_info for package from file:///private/tmp/lets-encrypt-preview

    error: package directory 'trustify' does not exist
    Complete output from command python setup.py egg_info:
    running egg_info

creating pip-egg-info/trustify.egg-info

writing requirements to pip-egg-info/trustify.egg-info/requires.txt

writing pip-egg-info/trustify.egg-info/PKG-INFO

writing top-level names to pip-egg-info/trustify.egg-info/top_level.txt

writing dependency_links to pip-egg-info/trustify.egg-info/dependency_links.txt

writing entry points to pip-egg-info/trustify.egg-info/entry_points.txt

writing manifest file 'pip-egg-info/trustify.egg-info/SOURCES.txt'

warning: manifest_maker: standard file '-c' not found



error: package directory 'trustify' does not exist

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /var/folders/fm/57qdjdrx6gzgcq1zlym0xwfc0000gn/T/pip-xeUhuw-build
Storing debug log for failure in /Users/alex_gaynor/.pip/pip.log
kuba added a commit to kuba/letsencrypt that referenced this issue Nov 18, 2014
kuba added a commit to kuba/letsencrypt that referenced this issue Nov 18, 2014
@jdkasten
Copy link
Contributor

I believe I have fully merged @kuba's pull request that fixes the problem. The trustify package was a remnant of a legacy protocol. Thanks for raising the issue.

zjs referenced this issue in zjs/certbot May 18, 2017
Documentation and efficiency changes.
J0WI pushed a commit to J0WI/lets-encrypt-preview that referenced this issue Jul 8, 2020
J0WI pushed a commit to J0WI/lets-encrypt-preview that referenced this issue Jul 8, 2020
* Add one Dockerfile for each supported architecture

* Update multi arch hooks

* Create multi arch scripts

* Update README.md

* WIP. Use build args instead of multiple Dockerfiles in build script

* WIP. Fix typo mistake

* Use build args instead of multiple Dockerfiles in build script

* WIP. Build all the architectures in one DockerHub build

* Add arm64v8 architecture

* WIP. Testing build all the architectures in one DockerHub build

* Revert "WIP. Testing build all the architectures in one DockerHub build"

This reverts commit 94a89398a4120b183d2851ac7cb9c93db0e3d187.

* Refactor tag docker images in hooks/post_push files

* Use variables instead of positional arguments

* Export externally used variables

* Use ${variable//search/replace} instead of echo $variable | sed.

* Update README.md

* Add Cleanup in build.sh script

* Fix tagging error in post_push hook

* Add "-ex" flags to bash script

* Test tagging images in build hook

* Tagging in hook/post_build instead of hook/post_push

* Push built architecture dependent image

* Use Dockerfile argument instead of fixed value

* Fix typo

* Use parameter instead of global variable

* Use custom "hook/push" to prevent duplicated push

* Make a short doctype for each function declared in common
bmw added a commit that referenced this issue Aug 3, 2020
bmw pushed a commit that referenced this issue Aug 3, 2020
* Add one Dockerfile for each supported architecture

* Update multi arch hooks

* Create multi arch scripts

* Update README.md

* WIP. Use build args instead of multiple Dockerfiles in build script

* WIP. Fix typo mistake

* Use build args instead of multiple Dockerfiles in build script

* WIP. Build all the architectures in one DockerHub build

* Add arm64v8 architecture

* WIP. Testing build all the architectures in one DockerHub build

* Revert "WIP. Testing build all the architectures in one DockerHub build"

This reverts commit 94a89398a4120b183d2851ac7cb9c93db0e3d187.

* Refactor tag docker images in hooks/post_push files

* Use variables instead of positional arguments

* Export externally used variables

* Use ${variable//search/replace} instead of echo $variable | sed.

* Update README.md

* Add Cleanup in build.sh script

* Fix tagging error in post_push hook

* Add "-ex" flags to bash script

* Test tagging images in build hook

* Tagging in hook/post_build instead of hook/post_push

* Push built architecture dependent image

* Use Dockerfile argument instead of fixed value

* Fix typo

* Use parameter instead of global variable

* Use custom "hook/push" to prevent duplicated push

* Make a short doctype for each function declared in common
bmw added a commit that referenced this issue Aug 4, 2020
bmw pushed a commit that referenced this issue Aug 4, 2020
* Add one Dockerfile for each supported architecture

* Update multi arch hooks

* Create multi arch scripts

* Update README.md

* WIP. Use build args instead of multiple Dockerfiles in build script

* WIP. Fix typo mistake

* Use build args instead of multiple Dockerfiles in build script

* WIP. Build all the architectures in one DockerHub build

* Add arm64v8 architecture

* WIP. Testing build all the architectures in one DockerHub build

* Revert "WIP. Testing build all the architectures in one DockerHub build"

This reverts commit 94a89398a4120b183d2851ac7cb9c93db0e3d187.

* Refactor tag docker images in hooks/post_push files

* Use variables instead of positional arguments

* Export externally used variables

* Use ${variable//search/replace} instead of echo $variable | sed.

* Update README.md

* Add Cleanup in build.sh script

* Fix tagging error in post_push hook

* Add "-ex" flags to bash script

* Test tagging images in build hook

* Tagging in hook/post_build instead of hook/post_push

* Push built architecture dependent image

* Use Dockerfile argument instead of fixed value

* Fix typo

* Use parameter instead of global variable

* Use custom "hook/push" to prevent duplicated push

* Make a short doctype for each function declared in common
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

Successfully merging a pull request may close this issue.

2 participants