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

Implement setup.py install requires #18

Closed
kb1lqc opened this issue Mar 2, 2018 · 1 comment
Closed

Implement setup.py install requires #18

kb1lqc opened this issue Mar 2, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@kb1lqc
Copy link
Member

kb1lqc commented Mar 2, 2018

I forgot to add the install requires section so when you install faradayio-cli from pypi the dependencies are not installed. All requirements are in requirements.txt at this time.

http://python-packaging.readthedocs.io/en/latest/dependencies.html

@kb1lqc kb1lqc added the bug Something isn't working label Mar 2, 2018
@kb1lqc kb1lqc self-assigned this Mar 2, 2018
kb1lqc added a commit to kb1lqc/faradayio-cli that referenced this issue Mar 2, 2018
@kb1lqc
Copy link
Member Author

kb1lqc commented Mar 2, 2018

Finally fixed after massive number of tries between faradayio and faradayio-cli. There must be a cleaner way to keep track of requirements. Also, I should provide ranges for requirements where possible. Below is the working faradayio-cli install from pypi only!

@kb1lqd @hdkmike @reillyeon @el-iso @lqdev

(faradayio-cli) bryce@bryce-ubuntu:~/Documents/virtualenvs$ faradayio-cli/bin/pip3 install --no-cache-dir faradayio-cli
Collecting faradayio-cli
  Downloading faradayio-cli-0.0.4.tar.gz
Collecting attrs==17.4.0 (from faradayio-cli)
  Downloading attrs-17.4.0-py2.py3-none-any.whl
Collecting certifi==2018.1.18 (from faradayio-cli)
  Downloading certifi-2018.1.18-py2.py3-none-any.whl (151kB)
    100% |████████████████████████████████| 153kB 4.1MB/s 
Collecting chardet==3.0.4 (from faradayio-cli)
  Downloading chardet-3.0.4-py2.py3-none-any.whl (133kB)
    100% |████████████████████████████████| 143kB 3.1MB/s 
Collecting coverage==4.5.1 (from faradayio-cli)
  Downloading coverage-4.5.1-cp35-cp35m-manylinux1_x86_64.whl (202kB)
    100% |████████████████████████████████| 204kB 3.9MB/s 
Collecting coveralls==1.2.0 (from faradayio-cli)
  Downloading coveralls-1.2.0-py2.py3-none-any.whl
Collecting docopt==0.6.2 (from faradayio-cli)
  Downloading docopt-0.6.2.tar.gz
Collecting faradayio==0.0.4 (from faradayio-cli)
  Downloading faradayio-0.0.4.tar.gz (413kB)
    100% |████████████████████████████████| 419kB 4.8MB/s 
Collecting flake8==3.5.0 (from faradayio-cli)
  Downloading flake8-3.5.0-py2.py3-none-any.whl (69kB)
    100% |████████████████████████████████| 71kB 5.2MB/s 
Collecting idna==2.6 (from faradayio-cli)
  Downloading idna-2.6-py2.py3-none-any.whl (56kB)
    100% |████████████████████████████████| 61kB 7.4MB/s 
Collecting mccabe==0.6.1 (from faradayio-cli)
  Downloading mccabe-0.6.1-py2.py3-none-any.whl
Collecting pluggy==0.6.0 (from faradayio-cli)
  Downloading pluggy-0.6.0.tar.gz
Collecting py==1.5.2 (from faradayio-cli)
  Downloading py-1.5.2-py2.py3-none-any.whl (88kB)
    100% |████████████████████████████████| 92kB 5.7MB/s 
Collecting pycodestyle==2.3.1 (from faradayio-cli)
  Downloading pycodestyle-2.3.1-py2.py3-none-any.whl (45kB)
    100% |████████████████████████████████| 51kB 12.0MB/s 
Collecting pyflakes==1.6.0 (from faradayio-cli)
  Downloading pyflakes-1.6.0-py2.py3-none-any.whl (227kB)
    100% |████████████████████████████████| 235kB 5.6MB/s 
Collecting pyserial==3.4 (from faradayio-cli)
  Downloading pyserial-3.4-py2.py3-none-any.whl (193kB)
    100% |████████████████████████████████| 194kB 5.4MB/s 
Collecting pytest==3.4.1 (from faradayio-cli)
  Downloading pytest-3.4.1-py2.py3-none-any.whl (188kB)
    100% |████████████████████████████████| 194kB 4.2MB/s 
Collecting pytest-cov==2.5.1 (from faradayio-cli)
  Downloading pytest_cov-2.5.1-py2.py3-none-any.whl
Collecting python-pytun==2.2.1 (from faradayio-cli)
  Downloading python-pytun-2.2.1.tar.gz
Collecting requests==2.18.4 (from faradayio-cli)
  Downloading requests-2.18.4-py2.py3-none-any.whl (88kB)
    100% |████████████████████████████████| 92kB 8.0MB/s 
Collecting scapy-python3==0.23 (from faradayio-cli)
  Downloading scapy-python3-0.23.tar.gz (2.2MB)
    100% |████████████████████████████████| 2.2MB 11.4MB/s 
Collecting six==1.11.0 (from faradayio-cli)
  Downloading six-1.11.0-py2.py3-none-any.whl
Collecting sliplib==0.3.0 (from faradayio-cli)
  Downloading sliplib-0.3.0-py3-none-any.whl
Collecting sphinx-rtd-theme==0.2.4 (from faradayio-cli)
  Downloading sphinx_rtd_theme-0.2.4-py2.py3-none-any.whl (1.4MB)
    100% |████████████████████████████████| 1.4MB 8.5MB/s 
Collecting timeout-decorator==0.4.0 (from faradayio-cli)
  Downloading timeout-decorator-0.4.0.tar.gz
Collecting urllib3==1.22 (from faradayio-cli)
  Downloading urllib3-1.22-py2.py3-none-any.whl (132kB)
    100% |████████████████████████████████| 133kB 9.8MB/s 
Requirement already satisfied: setuptools in ./faradayio-cli/lib/python3.5/site-packages (from pytest==3.4.1->faradayio-cli)
Installing collected packages: attrs, certifi, chardet, coverage, docopt, idna, urllib3, requests, coveralls, pycodestyle, pyflakes, mccabe, flake8, pluggy, py, pyserial, six, pytest, pytest-cov, python-pytun, scapy-python3, sphinx-rtd-theme, sliplib, timeout-decorator, faradayio, faradayio-cli
  Running setup.py install for docopt ... done
  Running setup.py install for pluggy ... done
  Running setup.py install for python-pytun ... done
  Running setup.py install for scapy-python3 ... done
  Running setup.py install for timeout-decorator ... done
  Running setup.py install for faradayio ... done
  Running setup.py install for faradayio-cli ... done
Successfully installed attrs-17.4.0 certifi-2018.1.18 chardet-3.0.4 coverage-4.5.1 coveralls-1.2.0 docopt-0.6.2 faradayio-0.0.4 faradayio-cli-0.0.4 flake8-3.5.0 idna-2.6 mccabe-0.6.1 pluggy-0.6.0 py-1.5.2 pycodestyle-2.3.1 pyflakes-1.6.0 pyserial-3.4 pytest-3.4.1 pytest-cov-2.5.1 python-pytun-2.2.1 requests-2.18.4 scapy-python3-0.23 six-1.11.0 sliplib-0.3.0 sphinx-rtd-theme-0.2.4 timeout-decorator-0.4.0 urllib3-1.22
(faradayio-cli) bryce@bryce-ubuntu:~/Documents/virtualenvs$ sudo faradayio-cli/bin/faradayio-cli KB1LQC 1
Executing faradayio-cli version 0.0.4

@kb1lqc kb1lqc closed this as completed Mar 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant