Closed andyliu08 closed 6 years ago
Hi, I'm sorry you encountered this problem. Please fill out the issue template including your pipfile and what docker image you are installing from. So far You have included only the output of pipenv graph
which tells me what got installed, not what you actually did to get things to this state.
The following is the pipfile:
[[Source]]
url = 'https://pypi.python.org/simple'
verify_ssl = true
name = 'pypi'
[requires]
python_version = '3.6'
[packages]
pytest = '*'
boto3 = '*'
docker = "*"
[dev-packages]
"flake8" = "*"
The following is the trace when i run ' python -m pipenv.help | pbcopy' on MacOS, which met the dependency problems:
The following is the trace when i run ' python3 -m pipenv.help' on alpha, which work well.
~ # python3 -m pipenv.help
Another similar issue: https://github.com/spulec/moto/issues/1665
I can’t reproduce this :/ Locking works fine for me.
$ pipenv --version
pipenv, version 2018.05.18
$ pipenv install
Creating a virtualenv for this project…
Using /Users/uranusjr/Library/PythonUp/bin/python3.6m (3.6.5) to create virtualenv…
⠋Running virtualenv with interpreter /Users/uranusjr/Library/PythonUp/bin/python3.6m
Using base prefix '/Users/uranusjr/Library/PythonUp/versions/3.6'
New python executable in /Users/uranusjr/Documents/play/pipenv-2355/.venv/bin/python3.6m
Also creating executable in /Users/uranusjr/Documents/play/pipenv-2355/.venv/bin/python
Installing setuptools, pip, wheel...done.
Virtualenv location: /Users/uranusjr/Documents/play/pipenv-2355/.venv
Pipfile.lock not found, creating…
Locking [dev-packages] dependencies…
Locking [packages] dependencies…
Updated Pipfile.lock (cf7971)!
Installing dependencies from Pipfile.lock (cf7971)…
🐍 ▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉ 21/21 — 00:00:10
To activate this project's virtualenv, run the following:
$ pipenv shell
This is the pypiwin32 issue? It’s a bug with their old setup.pt. I think they fixed it— in newer releases. In any case I don’t remember fixing it on our end but I did put a bunch of exception handling in that general part of the codebase.
Since it’s pypiwin32 getting conflicts, I’d guess it’s something depending on pypiwin32, not pypiwin32 itself. I also just tried this on Windows, and it still works. My guess is someone updated something while we’re talking.
Closing since there really isn’t a way to go on from here. Please do reopen if you find a way to deterministaically reproduce this!
Mac version: Mac OS Sierra (10.12.6) pipenv version: 2018.05.18
I met the dependencies problem when using pipenv install docker on MacOS, but Dependencies resolve fine with "pip install docker" and other OS like alpine. I have attached the trace below.
====================== Trace ======================