Skip to content

Instantly share code, notes, and snippets.

@altendky
Created May 4, 2018 13:00
Show Gist options
  • Save altendky/9baf27ac297c78c203ea5d01afc844e3 to your computer and use it in GitHub Desktop.
Save altendky/9baf27ac297c78c203ea5d01afc844e3 to your computer and use it in GitHub Desktop.
altendky@lt:/home/epc/g/20/test$ rm -rf .venv; mkdir .venv; rm Pipfile*; rm -rf {,src}*.egg-info; tree -a -I .idea; cat setup.py; ../pipenv/.venv/bin/pipenv install -e .; echo -e "\n Exit code: $?\n"; ../pipenv/.venv/bin/pipenv run pip freeze
.
├── setup.py
└── .venv
1 directory, 1 file
import setuptools
setuptools.setup(
name='testing',
install_requires=[
'chardet',
'twisted; platform_system != "Windows"',
'twisted[windows_platform]; platform_system == "Windows"',
],
)
Creating a virtualenv for this project…
Using /home/epc/g/20/pipenv/.venv/bin/python3.6 (3.6.5) to create virtualenv…
⠋Running virtualenv with interpreter /home/epc/g/20/pipenv/.venv/bin/python3.6
Using real prefix '/home/altendky/.pyenv/versions/3.6.5'
New python executable in /home/epc/g/20/test/.venv/bin/python3.6
Also creating executable in /home/epc/g/20/test/.venv/bin/python
Installing setuptools, pip, wheel...done.
Virtualenv location: /home/epc/g/20/test/.venv
Creating a Pipfile for this project…
Installing -e .…
Obtaining file:///home/epc/g/20/test
Collecting chardet (from testing==0.0.0)
Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl
Collecting twisted (from testing==0.0.0)
Collecting incremental>=16.10.1 (from twisted->testing==0.0.0)
Using cached https://files.pythonhosted.org/packages/f5/1d/c98a587dc06e107115cf4a58b49de20b19222c83d75335a192052af4c4b7/incremental-17.5.0-py2.py3-none-any.whl
Collecting zope.interface>=4.4.2 (from twisted->testing==0.0.0)
Collecting hyperlink>=17.1.1 (from twisted->testing==0.0.0)
Using cached https://files.pythonhosted.org/packages/a7/b6/84d0c863ff81e8e7de87cff3bd8fd8f1054c227ce09af1b679a8b17a9274/hyperlink-18.0.0-py2.py3-none-any.whl
Collecting constantly>=15.1 (from twisted->testing==0.0.0)
Using cached https://files.pythonhosted.org/packages/b9/65/48c1909d0c0aeae6c10213340ce682db01b48ea900a7d9fce7a7910ff318/constantly-15.1.0-py2.py3-none-any.whl
Collecting Automat>=0.3.0 (from twisted->testing==0.0.0)
Using cached https://files.pythonhosted.org/packages/17/6a/1baf488c2015ecafda48c03ca984cf0c48c254622668eb1732dbe2eae118/Automat-0.6.0-py2.py3-none-any.whl
Requirement already satisfied: setuptools in ./.venv/lib/python3.6/site-packages (from zope.interface>=4.4.2->twisted->testing==0.0.0) (39.1.0)
Collecting idna>=2.5 (from hyperlink>=17.1.1->twisted->testing==0.0.0)
Using cached https://files.pythonhosted.org/packages/27/cc/6dd9a3869f15c2edfab863b992838277279ce92663d334df9ecf5106f5c6/idna-2.6-py2.py3-none-any.whl
Collecting six (from Automat>=0.3.0->twisted->testing==0.0.0)
Using cached https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
Collecting attrs (from Automat>=0.3.0->twisted->testing==0.0.0)
Using cached https://files.pythonhosted.org/packages/41/59/cedf87e91ed541be7957c501a92102f9cc6363c623a7666d69d51c78ac5b/attrs-18.1.0-py2.py3-none-any.whl
Installing collected packages: chardet, incremental, zope.interface, idna, hyperlink, constantly, six, attrs, Automat, twisted, testing
Running setup.py develop for testing
Successfully installed Automat-0.6.0 attrs-18.1.0 chardet-3.0.4 constantly-15.1.0 hyperlink-18.0.0 idna-2.6 incremental-17.5.0 six-1.11.0 testing twisted-18.4.0 zope.interface-4.5.0
Adding -e . to Pipfile's [packages]…
Pipfile.lock not found, creating…
Locking [dev-packages] dependencies…
Locking [packages] dependencies…
Updated Pipfile.lock (8d2b3d)!
Installing dependencies from Pipfile.lock (8d2b3d)…
🐍 ▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉ 30/30 — 00:00:14
An error occurred while installing pywin32==223! Will try again.
Ignoring twisted: markers 'platform_system == "Windows"' don't match your environment
Installing initially–failed dependencies…
Collecting pywin32==223 ▉▉▉▉▉▉▉▉▉▉▉▉▉ 0/1 — 00:00:00
Could not find a version that satisfies the requirement pywin32==223 (from -r /tmp/pipenv-rhoziw6y-requirements/pipenv-grq766xp-requirement.txt (line 1)) (from versions: )
No matching distribution found for pywin32==223 (from -r /tmp/pipenv-rhoziw6y-requirements/pipenv-grq766xp-requirement.txt (line 1))
☤ ▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉ 0/1 — 00:00:00
Exit code: 1
appdirs==1.4.3
asn1crypto==0.24.0
attrs==18.1.0
Automat==0.6.0
cffi==1.11.5
chardet==3.0.4
constantly==15.1.0
cryptography==2.2.2
defusedxml==0.5.0
h2==3.0.1
hpack==3.0.0
hyperframe==5.1.0
hyperlink==18.0.0
idna==2.6
incremental==17.5.0
pbr==4.0.2
priority==1.3.0
pyasn1==0.4.2
pyasn1-modules==0.2.1
pycparser==2.18
pyOpenSSL==17.5.0
pyserial==3.4
service-identity==17.0.0
six==1.11.0
SOAPpy==0.12.22
testing==0.0.0
Twisted==18.4.0
wstools==0.4.8
zope.interface==4.5.0
altendky@lt:/home/epc/g/20/test$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment