Python Forum
source of python-wstools has two corrupt .gz files in Ubuntu Linux
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
source of python-wstools has two corrupt .gz files in Ubuntu Linux
#2
Do it the normally way with Python i never use Distors internal packages(often not updated) for Python.
Quick test.
tom@tom-VirtualBox:~$ python -m venv ws_env
tom@tom-VirtualBox:~$ cd ws_env
tom@tom-VirtualBox:~/ws_env$ source bin/activate

(ws_env) tom@tom-VirtualBox:~/ws_env$ pip install wstools
Collecting wstools .....
Successfully installed pbr-5.6.0 six-1.16.0 wstools-0.4.8

(ws_env) tom@tom-VirtualBox:~/ws_env$ python
Python 3.9.1 (default, Jan 25 2021, 15:34:59) 
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import wstools
>>> 
>>> wstools.__version__
'0.4.8'
>>> exit()

(ws_env) tom@tom-VirtualBox:~/ws_env$ pip list
Package    Version
---------- -------
pbr        5.6.0
pip        21.1.3
setuptools 49.2.1
six        1.16.0
wstools    0.4.8
Reply


Messages In This Thread
RE: source of python-wstools has two corrupt .gz files in Ubuntu Linux - by snippsat - Jul-12-2021, 02:57 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python on Linux ebn852_pan 6 550 May-17-2024, 06:13 AM
Last Post: ebn852_pan
  what stand-alone python-aware open-source editors are around? Skaperen 14 2,405 Jun-11-2023, 11:12 PM
Last Post: Skaperen
  Pandas + PIL on Linux (Python 32) Clives 3 2,302 Mar-25-2022, 07:46 PM
Last Post: snippsat
  python-3.10.0-amd64 build corrupt? lohphat 4 2,530 Nov-21-2021, 09:28 AM
Last Post: Axel_Erfurt
  New open-source Python SDK for NEO blockchain Marsum 0 2,186 Aug-28-2020, 09:16 AM
Last Post: Marsum
  Python 3.8 to be in Ubuntu 20.04 Focal Fossa LTS Skaperen 4 4,175 Oct-31-2019, 12:14 AM
Last Post: Skaperen
  finding which source files import a module Skaperen 3 2,554 Apr-22-2019, 09:28 PM
Last Post: Gribouillis
  Uninstall Python-3.5 source xion824 3 4,586 Dec-21-2018, 08:18 PM
Last Post: metulburr
  Where can I get information about internal logic of source code Python? AlekseyPython 1 2,621 Dec-17-2018, 05:27 AM
Last Post: siripriya
  how to install python on linux manchun 5 4,674 Mar-01-2018, 09:09 AM
Last Post: wavic

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020