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 requirements not consistent #484

Open
kubinski opened this issue Sep 28, 2018 · 2 comments
Open

Setup requirements not consistent #484

kubinski opened this issue Sep 28, 2018 · 2 comments

Comments

@kubinski
Copy link
Contributor

I tried downloading pynacl and all the requirements with pip3 download which downloaded the following packages: pynacl, six, cffi, and pycparser (required from cffi).
However if I bundled these packages and moved to a machine that did not have internet access and tried to install (via pip3 install --no-index -f <package_dir> pynacl) from the local wheels it will fail because the install requires a different set of packages: setuptools, wheel, and cffi.
I am assuming from the comment in the pyproject.toml that the issue is the setup_requirements in setup.py don't match (they are empty in setup.py).
I also think it is strange that the pip install command is passing the --ignore-installed flag because I already do have setuptools and wheel installed but it is still trying to find the packages which it can't when not connected to the internet.

@lmctv
Copy link
Contributor

lmctv commented Oct 29, 2018

six and cffi are direct requirements of pynacl; without some information on both the build and the deploy target environments and possibly the exception backtrace we are unable to understand wha't happening.

@lmctv
Copy link
Contributor

lmctv commented Dec 25, 2018

@kubinski could you please retry your deployment, to confirm #485 really solves this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants