Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
silkaj
silkaj
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 154
    • Issues 154
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • clients
  • python
  • silkajsilkaj
  • Issues
  • #275

Closed
Open
Opened Jan 22, 2020 by Fred@zicmama

Missing wheel package

fred@ONELOVE:~$ sudo pip3 uninstall silkaj

The directory '/home/fred/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Uninstalling silkaj-0.7.4:
  /usr/local/lib/python3.6/dist-packages/silkaj-0.7.4.dist-info/INSTALLER
  /usr/local/lib/python3.6/dist-packages/silkaj-0.7.4.dist-info/LICENSE
  /usr/local/lib/python3.6/dist-packages/silkaj-0.7.4.dist-info/METADATA
  /usr/local/lib/python3.6/dist-packages/silkaj-0.7.4.dist-info/RECORD
  /usr/local/lib/python3.6/dist-packages/silkaj-0.7.4.dist-info/WHEEL
  /usr/local/lib/python3.6/dist-packages/silkaj/__init__.py
  /usr/local/lib/python3.6/dist-packages/silkaj/__pycache__/__init__.cpython-36.pyc
  /usr/local/lib/python3.6/dist-packages/silkaj/__pycache__/auth.cpython-36.pyc
  /usr/local/lib/python3.6/dist-packages/silkaj/__pycache__/blockchain_tools.cpython-36.pyc
  /usr/local/lib/python3.6/dist-packages/silkaj/__pycache__/cert.cpython-36.pyc
  /usr/local/lib/python3.6/dist-packages/silkaj/__pycache__/cli_tools.cpython-36.pyc
  /usr/local/lib/python3.6/dist-packages/silkaj/__pycache__/commands.cpython-36.pyc
  /usr/local/lib/python3.6/dist-packages/silkaj/__pycache__/constants.cpython-36.pyc
  /usr/local/lib/python3.6/dist-packages/silkaj/__pycache__/crypto_tools.cpython-36.pyc
  /usr/local/lib/python3.6/dist-packages/silkaj/__pycache__/license.cpython-36.pyc
  /usr/local/lib/python3.6/dist-packages/silkaj/__pycache__/money.cpython-36.pyc
  /usr/local/lib/python3.6/dist-packages/silkaj/__pycache__/network_tools.cpython-36.pyc
  /usr/local/lib/python3.6/dist-packages/silkaj/__pycache__/tools.cpython-36.pyc
  /usr/local/lib/python3.6/dist-packages/silkaj/__pycache__/tx.cpython-36.pyc
  /usr/local/lib/python3.6/dist-packages/silkaj/__pycache__/tx_history.cpython-36.pyc
  /usr/local/lib/python3.6/dist-packages/silkaj/__pycache__/wot.cpython-36.pyc
  /usr/local/lib/python3.6/dist-packages/silkaj/auth.py
  /usr/local/lib/python3.6/dist-packages/silkaj/blockchain_tools.py
  /usr/local/lib/python3.6/dist-packages/silkaj/cert.py
  /usr/local/lib/python3.6/dist-packages/silkaj/cli_tools.py
  /usr/local/lib/python3.6/dist-packages/silkaj/commands.py
  /usr/local/lib/python3.6/dist-packages/silkaj/constants.py
  /usr/local/lib/python3.6/dist-packages/silkaj/crypto_tools.py
  /usr/local/lib/python3.6/dist-packages/silkaj/license.py
  /usr/local/lib/python3.6/dist-packages/silkaj/money.py
  /usr/local/lib/python3.6/dist-packages/silkaj/network_tools.py
  /usr/local/lib/python3.6/dist-packages/silkaj/tools.py
  /usr/local/lib/python3.6/dist-packages/silkaj/tx.py
  /usr/local/lib/python3.6/dist-packages/silkaj/tx_history.py
  /usr/local/lib/python3.6/dist-packages/silkaj/wot.py
Proceed (y/n)? y
  Successfully uninstalled silkaj-0.7.4

fred@ONELOVE:~$ pip3 install silkaj --user

Collecting silkaj
  Downloading https://files.pythonhosted.org/packages/54/5f/14149325e60a5f26e7db6569b458f1d3a6733a988a2855ce3bcdddab9e4f/silkaj-0.7.4-py3-none-any.whl (43kB)
    100% |████████████████████████████████| 51kB 1.2MB/s 
Collecting ipaddress<2.0,>=1.0 (from silkaj)
  Using cached https://files.pythonhosted.org/packages/c2/f8/49697181b1651d8347d24c095ce46c7346c37335ddc7d255833e7cde674d/ipaddress-1.0.23-py2.py3-none-any.whl
Collecting click<8.0,>=7.0 (from silkaj)
  Using cached https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl
Collecting texttable<2.0,>=1.6 (from silkaj)
  Using cached https://files.pythonhosted.org/packages/ec/b1/8a1c659ce288bf771d5b1c7cae318ada466f73bd0e16df8d86f27a2a3ee7/texttable-1.6.2-py2.py3-none-any.whl
Collecting duniterpy<0.55.0,>=0.54.3 (from silkaj)
  Using cached https://files.pythonhosted.org/packages/3d/e2/7571d37ee59f22efbe3ac32f93f8761bc5f82d389a4a43996ed7406e4910/duniterpy-0.54.3-py3-none-any.whl
Collecting PyNaCl<2.0,>=1.3 (from silkaj)
  Using cached https://files.pythonhosted.org/packages/27/15/2cd0a203f318c2240b42cd9dd13c931ddd61067809fee3479f44f086103e/PyNaCl-1.3.0-cp34-abi3-manylinux1_x86_64.whl
Collecting tabulate<0.9.0,>=0.8.3 (from silkaj)
  Using cached https://files.pythonhosted.org/packages/c4/41/523f6a05e6dc3329a5660f6a81254c6cd87e5cfb5b7482bae3391d86ec3a/tabulate-0.8.6.tar.gz
Collecting base58>=1.0.0 (from duniterpy<0.55.0,>=0.54.3->silkaj)
  Downloading https://files.pythonhosted.org/packages/ac/03/52b4d529a1ba2f006be395a1b9ff6e1ab83875b84e1dc67343362edaff05/base58-2.0.0-py3-none-any.whl
Collecting pyaes>=1.6.1 (from duniterpy<0.55.0,>=0.54.3->silkaj)
  Downloading https://files.pythonhosted.org/packages/44/66/2c17bae31c906613795711fc78045c285048168919ace2220daa372c7d72/pyaes-1.6.1.tar.gz
Collecting libnacl>=1.6.1 (from duniterpy<0.55.0,>=0.54.3->silkaj)
  Downloading https://files.pythonhosted.org/packages/08/51/02fde6692edf1b3fcb1520de8ef1dbe9306157ad7e86a3c36882a5f30c67/libnacl-1.7.1-py2.py3-none-any.whl
Collecting pypeg2>=2.15.2 (from duniterpy<0.55.0,>=0.54.3->silkaj)
  Downloading https://files.pythonhosted.org/packages/f9/bd/10398e2c2d2070cc8a9c7153abfbd4ddb2895a2c52a32722ab8689e0cc7d/pyPEG2-2.15.2.tar.gz (40kB)
    100% |████████████████████████████████| 40kB 3.1MB/s 
Collecting jsonschema>=2.6.0 (from duniterpy<0.55.0,>=0.54.3->silkaj)
  Downloading https://files.pythonhosted.org/packages/c5/8f/51e89ce52a085483359217bc72cdbf6e75ee595d5b1d4b5ade40c7e018b8/jsonschema-3.2.0-py2.py3-none-any.whl (56kB)
    100% |████████████████████████████████| 61kB 6.5MB/s 
Collecting aiohttp>=3.3.2 (from duniterpy<0.55.0,>=0.54.3->silkaj)
  Downloading https://files.pythonhosted.org/packages/7c/39/7eb5f98d24904e0f6d3edb505d4aa60e3ef83c0a58d6fe18244a51757247/aiohttp-3.6.2-cp36-cp36m-manylinux1_x86_64.whl (1.2MB)
    100% |████████████████████████████████| 1.2MB 1.1MB/s 
Collecting attr>=0.3.1 (from duniterpy<0.55.0,>=0.54.3->silkaj)
  Downloading https://files.pythonhosted.org/packages/de/be/ddc7f84d4e087144472a38a373d3e319f51a6faf6e5fc1ae897173675f21/attr-0.3.1.tar.gz
Collecting pylibscrypt>=1.7.1 (from duniterpy<0.55.0,>=0.54.3->silkaj)
  Downloading https://files.pythonhosted.org/packages/a5/00/9975628999c9eafd4c31545900b8fb82e7dc11a62a7193fc4ffa7a5096d9/pylibscrypt-1.8.0.tar.gz
Collecting cffi>=1.4.1 (from PyNaCl<2.0,>=1.3->silkaj)
  Downloading https://files.pythonhosted.org/packages/49/72/0d42f94fe94afa8030350c26e9d787219f3f008ec9bf6b86c66532b29236/cffi-1.13.2-cp36-cp36m-manylinux1_x86_64.whl (397kB)
    100% |████████████████████████████████| 399kB 2.8MB/s 
Collecting six (from PyNaCl<2.0,>=1.3->silkaj)
  Downloading https://files.pythonhosted.org/packages/65/eb/1f97cb97bfc2390a276969c6fae16075da282f5058082d4cb10c6c5c1dba/six-1.14.0-py2.py3-none-any.whl
Collecting setuptools (from jsonschema>=2.6.0->duniterpy<0.55.0,>=0.54.3->silkaj)
  Downloading https://files.pythonhosted.org/packages/a7/c5/6c1acea1b4ea88b86b03280f3fde1efa04fefecd4e7d2af13e602661cde4/setuptools-45.1.0-py3-none-any.whl (583kB)
    100% |████████████████████████████████| 593kB 1.4MB/s 
Collecting importlib-metadata; python_version < "3.8" (from jsonschema>=2.6.0->duniterpy<0.55.0,>=0.54.3->silkaj)
  Downloading https://files.pythonhosted.org/packages/d7/31/74dcb59a601b95fce3b0334e8fc9db758f78e43075f22aeb3677dfb19f4c/importlib_metadata-1.4.0-py2.py3-none-any.whl
Collecting pyrsistent>=0.14.0 (from jsonschema>=2.6.0->duniterpy<0.55.0,>=0.54.3->silkaj)
  Downloading https://files.pythonhosted.org/packages/90/aa/cdcf7ef88cc0f831b6f14c8c57318824c9de9913fe8de38e46a98c069a35/pyrsistent-0.15.7.tar.gz (107kB)
    100% |████████████████████████████████| 112kB 5.3MB/s 
Collecting attrs>=17.4.0 (from jsonschema>=2.6.0->duniterpy<0.55.0,>=0.54.3->silkaj)
  Downloading https://files.pythonhosted.org/packages/a2/db/4313ab3be961f7a763066401fb77f7748373b6094076ae2bda2806988af6/attrs-19.3.0-py2.py3-none-any.whl
Collecting idna-ssl>=1.0; python_version < "3.7" (from aiohttp>=3.3.2->duniterpy<0.55.0,>=0.54.3->silkaj)
  Downloading https://files.pythonhosted.org/packages/46/03/07c4894aae38b0de52b52586b24bf189bb83e4ddabfe2e2c8f2419eec6f4/idna-ssl-1.1.0.tar.gz
Collecting typing-extensions>=3.6.5; python_version < "3.7" (from aiohttp>=3.3.2->duniterpy<0.55.0,>=0.54.3->silkaj)
  Downloading https://files.pythonhosted.org/packages/03/92/705fe8aca27678e01bbdd7738173b8e7df0088a2202c80352f664630d638/typing_extensions-3.7.4.1-py3-none-any.whl
Collecting async-timeout<4.0,>=3.0 (from aiohttp>=3.3.2->duniterpy<0.55.0,>=0.54.3->silkaj)
  Downloading https://files.pythonhosted.org/packages/e1/1e/5a4441be21b0726c4464f3f23c8b19628372f606755a9d2e46c187e65ec4/async_timeout-3.0.1-py3-none-any.whl
Collecting chardet<4.0,>=2.0 (from aiohttp>=3.3.2->duniterpy<0.55.0,>=0.54.3->silkaj)
  Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
    100% |████████████████████████████████| 143kB 4.6MB/s 
Collecting multidict<5.0,>=4.5 (from aiohttp>=3.3.2->duniterpy<0.55.0,>=0.54.3->silkaj)
  Downloading https://files.pythonhosted.org/packages/06/5a/d423c846bb839105143d4cd90da19d0f3fc972c51be651f92ac419a20698/multidict-4.7.4-cp36-cp36m-manylinux1_x86_64.whl (147kB)
    100% |████████████████████████████████| 153kB 4.6MB/s 
Collecting yarl<2.0,>=1.0 (from aiohttp>=3.3.2->duniterpy<0.55.0,>=0.54.3->silkaj)
  Downloading https://files.pythonhosted.org/packages/95/8f/0209fc5d975f839344c33c822ff2f7ef80f6b1e984673a5a68f960bfa583/yarl-1.4.2-cp36-cp36m-manylinux1_x86_64.whl (252kB)
    100% |████████████████████████████████| 256kB 2.1MB/s 
Collecting pycparser (from cffi>=1.4.1->PyNaCl<2.0,>=1.3->silkaj)
  Downloading https://files.pythonhosted.org/packages/68/9e/49196946aee219aead1290e00d1e7fdeab8567783e83e1b9ab5585e6206a/pycparser-2.19.tar.gz (158kB)
    100% |████████████████████████████████| 163kB 4.1MB/s 
Collecting zipp>=0.5 (from importlib-metadata; python_version < "3.8"->jsonschema>=2.6.0->duniterpy<0.55.0,>=0.54.3->silkaj)
  Downloading https://files.pythonhosted.org/packages/45/d8/f1e05f399573d2b4723dae1c1f1487dd2e7871c79ed32da741f49faaa226/zipp-2.0.0-py3-none-any.whl
Collecting idna>=2.0 (from idna-ssl>=1.0; python_version < "3.7"->aiohttp>=3.3.2->duniterpy<0.55.0,>=0.54.3->silkaj)
  Downloading https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl (58kB)
    100% |████████████████████████████████| 61kB 5.1MB/s 
Collecting more-itertools (from zipp>=0.5->importlib-metadata; python_version < "3.8"->jsonschema>=2.6.0->duniterpy<0.55.0,>=0.54.3->silkaj)
  Downloading https://files.pythonhosted.org/packages/bc/e2/3206a70758a21f9878fcf9478282bb68fbc66a5564718f9ed724c3f2bb52/more_itertools-8.1.0-py3-none-any.whl (41kB)
    100% |████████████████████████████████| 51kB 6.9MB/s 
Building wheels for collected packages: tabulate, pyaes, pypeg2, attr, pylibscrypt, pyrsistent, idna-ssl, pycparser
  Running setup.py bdist_wheel for tabulate ... error
  Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-lip0u9ic/tabulate/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpasc9eg95pip-wheel- --python-tag cp36:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for tabulate
  Running setup.py clean for tabulate
  Running setup.py bdist_wheel for pyaes ... error
  Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-lip0u9ic/pyaes/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpsbirvjippip-wheel- --python-tag cp36:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for pyaes
  Running setup.py clean for pyaes
  Running setup.py bdist_wheel for pypeg2 ... error
  Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-lip0u9ic/pypeg2/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpwjjx1hbepip-wheel- --python-tag cp36:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for pypeg2
  Running setup.py clean for pypeg2
  Running setup.py bdist_wheel for attr ... error
  Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-lip0u9ic/attr/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpxluezl46pip-wheel- --python-tag cp36:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for attr
  Running setup.py clean for attr
  Running setup.py bdist_wheel for pylibscrypt ... error
  Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-lip0u9ic/pylibscrypt/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmptp54inz2pip-wheel- --python-tag cp36:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for pylibscrypt
  Running setup.py clean for pylibscrypt
  Running setup.py bdist_wheel for pyrsistent ... error
  Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-lip0u9ic/pyrsistent/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpxlm340k8pip-wheel- --python-tag cp36:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for pyrsistent
  Running setup.py clean for pyrsistent
  Running setup.py bdist_wheel for idna-ssl ... error
  Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-lip0u9ic/idna-ssl/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpf7vi29olpip-wheel- --python-tag cp36:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for idna-ssl
  Running setup.py clean for idna-ssl
  Running setup.py bdist_wheel for pycparser ... error
  Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-lip0u9ic/pycparser/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpcw7s07ihpip-wheel- --python-tag cp36:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for pycparser
  Running setup.py clean for pycparser
Failed to build tabulate pyaes pypeg2 attr pylibscrypt pyrsistent idna-ssl pycparser
Installing collected packages: ipaddress, click, texttable, base58, pyaes, libnacl, pypeg2, setuptools, more-itertools, zipp, importlib-metadata, six, pyrsistent, attrs, jsonschema, idna, idna-ssl, typing-extensions, async-timeout, chardet, multidict, yarl, aiohttp, attr, pylibscrypt, duniterpy, pycparser, cffi, PyNaCl, tabulate, silkaj
  Running setup.py install for pyaes ... done
  Running setup.py install for pypeg2 ... done
  Running setup.py install for pyrsistent ... done
  Running setup.py install for idna-ssl ... done
  Running setup.py install for attr ... done
  Running setup.py install for pylibscrypt ... done
  Running setup.py install for pycparser ... done
  Running setup.py install for tabulate ... done
Successfully installed PyNaCl-1.3.0 aiohttp-3.6.2 async-timeout-3.0.1 attr-0.3.1 attrs-19.3.0 base58-2.0.0 cffi-1.13.2 chardet-3.0.4 click-7.0 duniterpy-0.54.3 idna-2.8 idna-ssl-1.1.0 importlib-metadata-1.4.0 ipaddress-1.0.23 jsonschema-3.2.0 libnacl-1.7.1 more-itertools-8.1.0 multidict-4.7.4 pyaes-1.6.1 pycparser-2.19 pylibscrypt-1.8.0 pypeg2-2.15.2 pyrsistent-0.15.7 setuptools-45.1.0 silkaj-0.7.4 six-1.14.0 tabulate-0.8.6 texttable-1.6.2 typing-extensions-3.7.4.1 yarl-1.4.2 zipp-2.0.0

fred@ONELOVE:~$ whereis silkaj

silkaj:

SYSTEM

Linux ONELOVE 5.0.0-32-generic #34~18.04.2-Ubuntu SMP Thu Oct 10 10:36:02 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
NAME="Linux Mint"
VERSION="19.3 (Tricia)"
ID=linuxmint
ID_LIKE=ubuntu
PRETTY_NAME="Linux Mint 19.3"
VERSION_ID="19.3"
HOME_URL="https://www.linuxmint.com/"
SUPPORT_URL="https://forums.ubuntu.com/"
BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
PRIVACY_POLICY_URL="https://www.linuxmint.com/"
VERSION_CODENAME=tricia
UBUNTU_CODENAME=bionic
Edited Feb 20, 2020 by Moul
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
0.8.0
Milestone
0.8.0 (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: clients/python/silkaj#275