Created
August 1, 2018 12:36
-
-
Save qknight/5f6b21b612ddd6c9b28573f43fc96200 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# wanting to package https://github.com/taigaio/taiga-back | |
pip2nix3 generate -r requirements.txt | |
/nix/store/363rkdz279i1ppiqha1f8vgh6a5p6xz9-python3.5-pip-9.0.1/lib/python3.5/site-packages/pip/cmdoptions.py:39: RemovedInPip10Warning: --no-use-wheel is deprecated and will be removed in the future. Please use --no-binary :all: instead. | |
fmt_ctl_no_use_wheel(control) | |
Collecting git+git://github.com/Python-Markdown/markdown.git (from -r requirements.txt (line 4)) | |
Cloning git://github.com/Python-Markdown/markdown.git to /tmp/pip-gd8bpttj-build | |
Complete output from command python setup.py egg_info: | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
ImportError: No module named 'setuptools' | |
---------------------------------------- | |
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-gd8bpttj-build/ | |
You are using pip version 9.0.1, however version 18.0 is available. | |
You should consider upgrading via the 'pip install --upgrade pip' command. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment