janten / dpt-rp1-py

Python script to manage a Sony DPT-RP1 without the Digital Paper App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please add a note explaining where Pip installs binaries to your Readme

llee454 opened this issue · comments

Hi,

I ran the install commands as given and the commands do not work:

larry@amiko:~$ pip3 install dpt-rp1-py
Collecting dpt-rp1-py
  Downloading https://files.pythonhosted.org/packages/45/a2/9237a6e3ac7a3cd896d2a1a4c040f886f50ae30e739aa8df97f7ab57da8a/dpt-rp1-py-0.1.6.tar.gz
Collecting anytree (from dpt-rp1-py)
  Downloading https://files.pythonhosted.org/packages/a8/65/be23d8c3ecd68d40541d49812cd94ed0f3ee37eb88669ca15df0e43daed1/anytree-2.8.0-py2.py3-none-any.whl (41kB)
    100% |████████████████████████████████| 51kB 2.4MB/s 
Collecting fusepy (from dpt-rp1-py)
  Downloading https://files.pythonhosted.org/packages/04/0b/4506cb2e831cea4b0214d3625430e921faaa05a7fb520458c75a2dbd2152/fusepy-3.0.1.tar.gz
Collecting httpsig>=1.1.2 (from dpt-rp1-py)
  Downloading https://files.pythonhosted.org/packages/16/93/4ac4548fccfc3d530ac9dcd2c5cfec087b41004a16b85c33e670b786a565/httpsig-1.3.0-py2.py3-none-any.whl
Collecting pbkdf2>=1.3 (from dpt-rp1-py)
  Downloading https://files.pythonhosted.org/packages/02/c0/6a2376ae81beb82eda645a091684c0b0becb86b972def7849ea9066e3d5e/pbkdf2-1.3.tar.gz
Collecting pyyaml (from dpt-rp1-py)
  Downloading https://files.pythonhosted.org/packages/3d/d9/ea9816aea31beeadccd03f1f8b625ecf8f645bd66744484d162d84803ce5/PyYAML-5.3.tar.gz (268kB)
    100% |████████████████████████████████| 276kB 3.9MB/s 
Collecting requests>=2.18.4 (from dpt-rp1-py)
  Downloading https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl (57kB)
    100% |████████████████████████████████| 61kB 3.3MB/s 
Collecting urllib3>=1.22 (from dpt-rp1-py)
  Downloading https://files.pythonhosted.org/packages/b4/40/a9837291310ee1ccc242ceb6ebfd9eb21539649f193a7c8c86ba15b98539/urllib3-1.25.7-py2.py3-none-any.whl (125kB)
    100% |████████████████████████████████| 133kB 4.6MB/s 
Collecting zeroconf (from dpt-rp1-py)
  Downloading https://files.pythonhosted.org/packages/f7/ab/3e4d23b14c7afef0c88d7839dd1157241a4e629f4d72ced35b0eba9ad806/zeroconf-0.24.4-py3-none-any.whl (56kB)
    100% |████████████████████████████████| 61kB 3.5MB/s 
Collecting six>=1.9.0 (from anytree->dpt-rp1-py)
  Downloading https://files.pythonhosted.org/packages/65/eb/1f97cb97bfc2390a276969c6fae16075da282f5058082d4cb10c6c5c1dba/six-1.14.0-py2.py3-none-any.whl
Collecting pycryptodome<4,>=3 (from httpsig>=1.1.2->dpt-rp1-py)
  Downloading https://files.pythonhosted.org/packages/93/79/30fb604bf82abbab621ecdbbca932d294e1d4cf95336bb3fc2b5871d297a/pycryptodome-3.9.4-cp36-cp36m-manylinux1_x86_64.whl (9.7MB)
    100% |████████████████████████████████| 9.7MB 198kB/s 
Collecting certifi>=2017.4.17 (from requests>=2.18.4->dpt-rp1-py)
  Downloading https://files.pythonhosted.org/packages/b9/63/df50cac98ea0d5b006c55a399c3bf1db9da7b5a24de7890bc9cfd5dd9e99/certifi-2019.11.28-py2.py3-none-any.whl (156kB)
    100% |████████████████████████████████| 163kB 6.2MB/s 
Collecting idna<2.9,>=2.5 (from requests>=2.18.4->dpt-rp1-py)
  Downloading https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl (58kB)
    100% |████████████████████████████████| 61kB 3.4MB/s 
Collecting chardet<3.1.0,>=3.0.2 (from requests>=2.18.4->dpt-rp1-py)
  Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
    100% |████████████████████████████████| 143kB 2.8MB/s 
Collecting ifaddr (from zeroconf->dpt-rp1-py)
  Downloading https://files.pythonhosted.org/packages/9f/54/d92bda685093ebc70e2057abfa83ef1b3fb0ae2b6357262a3e19dfe96bb8/ifaddr-0.1.6.tar.gz
Building wheels for collected packages: dpt-rp1-py, fusepy, pbkdf2, pyyaml, ifaddr
  Running setup.py bdist_wheel for dpt-rp1-py ... done
  Stored in directory: /home/larry/.cache/pip/wheels/5e/f7/58/4c01b7cf945ed620eb00879b1e2d3568c418bcfdf31772b501
  Running setup.py bdist_wheel for fusepy ... done
  Stored in directory: /home/larry/.cache/pip/wheels/4c/a5/91/7772af9e21c461f07bb40f26d928d7d231d224977dd8353bab
  Running setup.py bdist_wheel for pbkdf2 ... done
  Stored in directory: /home/larry/.cache/pip/wheels/8e/62/b9/0bf3a68f2111e169253ec4d2bbdc303c46777b7fc99bbbf230
  Running setup.py bdist_wheel for pyyaml ... done
  Stored in directory: /home/larry/.cache/pip/wheels/e4/76/4d/a95b8dd7b452b69e8ed4f68b69e1b55e12c9c9624dd962b191
  Running setup.py bdist_wheel for ifaddr ... done
  Stored in directory: /home/larry/.cache/pip/wheels/1a/78/2c/a5bbe977f6d91039ddc1d657e780cb55a493aa5d2c0b64637a
Successfully built dpt-rp1-py fusepy pbkdf2 pyyaml ifaddr
Installing collected packages: six, anytree, fusepy, pycryptodome, httpsig, pbkdf2, pyyaml, certifi, urllib3, idna, chardet, requests, ifaddr, zeroconf, dpt-rp1-py
Successfully installed anytree-2.8.0 certifi-2019.11.28 chardet-3.0.4 dpt-rp1-py-0.1.6 fusepy-3.0.1 httpsig-1.3.0 idna-2.8 ifaddr-0.1.6 pbkdf2-1.3 pycryptodome-3.9.4 pyyaml-5.3 requests-2.22.0 six-1.14.0 urllib3-1.25.7 zeroconf-0.24.4
larry@amiko:~$ dptrp1
dptrp1: command not found

pip installs programs in ~/.local/bin by default. You may want to add a note to your Readme explaining this to users not familiar with Python.

I feel that this is your of scope for the readme of this project, as it pertains to the details of a user’s local Python installation.