[riscos-python] Pip Progress

  • From: Chris Johns <chris@xxxxxxxxxxxxxxxx>
  • To: riscos-python@xxxxxxxxxxxxx
  • Date: Tue, 12 May 2020 10:55:01 +0100

Hello

After much work, I have finally got pip to install 'something'. A very 
simple something, but something nonetheless....


*python3 -m pip install py_descriptive_statistics
Collecting py_descriptive_statistics
  Using cached py_descriptive_statistics-0.2.tar.gz (1.8 kB)
Installing collected packages: py-descriptive-statistics
    Running setup.py install for py-descriptive-statistics ... [?25ldone
[?25hSuccessfully installed py-descriptive-statistics-0.2


*python3
Python 3.8.0a5 (default, May  1 2020, 15:13:46)
[GCC 4.7.4] on riscos
Type "help", "copyright", "credits" or "license" for more information.

import py_descriptive_statistics


*python3 -m pip uninstall py_descriptive_statistics
Found existing installation: py-descriptive-statistics 0.2
Uninstalling py-descriptive-statistics-0.2:
  Would remove:
    sdfs::chipmunk.$.work.cpython-pip.lib.site-packages.py_descriptive_sta 
tistics-0/2-py3/8/egg-info
    sdfs::chipmunk.$.work.cpython-pip.lib.site-packages.py_descriptive_sta 
tistics.*
Proceed (y/n)? y
  Successfully uninstalled py-descriptive-statistics-0.2


Lots more testing to do, so I'm open to suggestions as to what to try to 
install next, Obviously things that need to be compiled won't work...

Once I've got at least some of the bugs ironed out, I'll get a release 
out.

Chris
-- 
Chris Johns

This email is measured by weight not volume - contents may settle during 
transit.

Other related posts:

  • » [riscos-python] Pip Progress - Chris Johns