User avatar
yv1hx
Posts: 382
Joined: Sat Jul 21, 2012 10:09 pm
Location: Now an expatriate, originally from Zulia, Venezuela
Contact: Website Skype

Error trying to installing pyCompare module (Solved!)

Sun Aug 02, 2020 2:13 am

Hello,

I'm trying to install the python module pyCompare (https://pypi.org/project/pyCompare/), however, the installation fails and spits out a whole page of errors as follows:

Code: Select all

[pi@raspberrypi~/>pip3 install pyCompare
Defaulting to user installation because normal site-packages is not writeable
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting pyCompare
  Using cached pyCompare-1.4.1-py3-none-any.whl (11 kB)
Collecting matplotlib>=3.0.2
  Downloading https://www.piwheels.org/simple/matplotlib/matplotlib-3.3.0-cp37-cp37m-linux_armv6l.whl (11.6 MB)
     |████████████████████████████████| 11.6 MB 15 kB/s
Collecting scipy>=1.0.1
  Using cached scipy-1.5.2.tar.gz (25.4 MB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... error
    ERROR: Command errored out with exit status 1:
     command: /usr/bin/python3 /usr/local/lib/python3.7/dist-packages/pip/_vendor/pep517/_in_process.py prepare_metadata_for_build_wheel /tmp/tmpcydjgwa9
         cwd: /tmp/pip-install-ghcjww7i/scipy
    Complete output (44 lines):
    setup.py:462: UserWarning: Unrecognized setuptools command ('dist_info --egg-base /tmp/pip-modern-metadata-zr25n9kx'), proceeding with generating Cython sources and expanding templates
      ' '.join(sys.argv[1:])))
    Traceback (most recent call last):
      File "/tmp/pip-build-env-x3zp2k_t/overlay/lib/python3.7/site-packages/numpy/core/__init__.py", line 16, in <module>
        from . import multiarray
    ImportError: libf77blas.so.3: cannot open shared object file: No such file or directory

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/pep517/_in_process.py", line 280, in <module>
        main()
      File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/pep517/_in_process.py", line 263, in main
        json_out['return_val'] = hook(**hook_input['kwargs'])
      File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/pep517/_in_process.py", line 133, in prepare_metadata_for_build_wheel
        return hook(metadata_directory, config_settings)
      File "/usr/local/lib/python3.7/dist-packages/setuptools/build_meta.py", line 157, in prepare_metadata_for_build_wheel
        self.run_setup()
      File "/usr/local/lib/python3.7/dist-packages/setuptools/build_meta.py", line 249, in run_setup
        self).run_setup(setup_script=setup_script)
      File "/usr/local/lib/python3.7/dist-packages/setuptools/build_meta.py", line 142, in run_setup
        exec(compile(code, __file__, 'exec'), locals())
      File "setup.py", line 583, in <module>
        setup_package()
      File "setup.py", line 558, in setup_package
        from numpy.distutils.core import setup
      File "/tmp/pip-build-env-x3zp2k_t/overlay/lib/python3.7/site-packages/numpy/__init__.py", line 142, in <module>
        from . import add_newdocs
      File "/tmp/pip-build-env-x3zp2k_t/overlay/lib/python3.7/site-packages/numpy/add_newdocs.py", line 13, in <module>
        from numpy.lib import add_newdoc
      File "/tmp/pip-build-env-x3zp2k_t/overlay/lib/python3.7/site-packages/numpy/lib/__init__.py", line 8, in <module>
        from .type_check import *
      File "/tmp/pip-build-env-x3zp2k_t/overlay/lib/python3.7/site-packages/numpy/lib/type_check.py", line 11, in <module>
        import numpy.core.numeric as _nx
      File "/tmp/pip-build-env-x3zp2k_t/overlay/lib/python3.7/site-packages/numpy/core/__init__.py", line 26, in <module>
        raise ImportError(msg)
    ImportError:
    Importing the multiarray numpy extension module failed.  Most
    likely you are trying to import a failed build of numpy.
    If you're working with a numpy git repo, try `git clean -xdf` (removes all
    files not under version control).  Otherwise reinstall numpy.

    Original error was: libf77blas.so.3: cannot open shared object file: No such file or directory

    ----------------------------------------
ERROR: Command errored out with exit status 1: /usr/bin/python3 /usr/local/lib/python3.7/dist-packages/pip/_vendor/pep517/_in_process.py prepare_metadata_for_build_wheel /tmp/tmpcydjgwa9 Check the logs for full command output.

I have no idea on how circumvent this error, any help will be appreciated.

MS
Last edited by yv1hx on Thu Aug 06, 2020 3:53 pm, edited 1 time in total.
Marco-Luis
Telecom Specialist (Now Available for Hire!)

http://www.meteoven.org
http://twitter.com/yv1hx

ghp
Posts: 1516
Joined: Wed Jun 12, 2013 12:41 pm
Location: Stuttgart Germany
Contact: Website

Re: Error trying to installing pyCompare module

Sun Aug 02, 2020 11:24 am

The installation of some of these packages matplotlib, scipy, numpy are better done with apt.
Found that running first

Wrong, see below!
sudo apt-get install python-numpy python-scipy python-matplotlib python-pandas python-sympy python-nose
and then

Code: Select all

sudo pip3 install pyCompare
works. At least on my machine.

Edit:
the command line is wrong, change to

Code: Select all

sudo apt-get install python3-numpy python3-scipy python3-matplotlib python3-pandas python3-sympy python3-nose
Last edited by ghp on Mon Aug 03, 2020 11:25 am, edited 1 time in total.

User avatar
yv1hx
Posts: 382
Joined: Sat Jul 21, 2012 10:09 pm
Location: Now an expatriate, originally from Zulia, Venezuela
Contact: Website Skype

Re: Error trying to installing pyCompare module

Sun Aug 02, 2020 6:30 pm

ghp, thanks for your answer.

I get whole page full of errors again after the command:
ghp wrote:
Sun Aug 02, 2020 11:24 am
[..snip...]

Code: Select all

sudo apt-get install python-numpy python-scipy python-matplotlib python-pandas python-sympy python-nose
[...snip..]
I was suspecting my card was full, so:

Code: Select all

[pi@raspberrypi~/>df
Filesystem     1K-blocks    Used Available Use% Mounted on
/dev/root        3542736 3333272     14376 100% /
devtmpfs          111600       0    111600   0% /dev
tmpfs             115928       0    115928   0% /dev/shm
tmpfs             115928   11944    103984  11% /run
tmpfs               5120       4      5116   1% /run/lock
tmpfs             115928       0    115928   0% /sys/fs/cgroup
/dev/mmcblk0p1    258095   52144    205951  21% /boot
tmpfs              23184       0     23184   0% /run/user/1000
[pi@raspberrypi~/>
This card have more than 8 years old, I will pause the experiment until I can find a new card and start again from scratch.
Marco-Luis
Telecom Specialist (Now Available for Hire!)

http://www.meteoven.org
http://twitter.com/yv1hx

User avatar
yv1hx
Posts: 382
Joined: Sat Jul 21, 2012 10:09 pm
Location: Now an expatriate, originally from Zulia, Venezuela
Contact: Website Skype

Re: Error trying to installing pyCompare module

Mon Aug 03, 2020 3:43 am

Finding a SD Card on Sunday afternoon in South America in the middle of the Pandemic issue can be a challenging task. :shock:

Finally I downloaded the image from the older 4GB Card and then moved and expanded the image per this procedure: https://peppe8o.com/raspberry-pi-migrat ... tep-guide/ on the brand new 16GB SD Card.

Code: Select all

[pi@raspberrypi~/>df
Filesystem     1K-blocks    Used Available Use% Mounted on
/dev/root       14989948 3292992  11037008  23% /
devtmpfs          111600       0    111600   0% /dev
tmpfs             115928       0    115928   0% /dev/shm
tmpfs             115928    4684    111244   5% /run
tmpfs               5120       4      5116   1% /run/lock
tmpfs             115928       0    115928   0% /sys/fs/cgroup
/dev/mmcblk0p1    258095   52144    205951  21% /boot
tmpfs              23184       0     23184   0% /run/user/1000
So, the small amount of available space is not an issue now, below the results of the suggested commands:

Code: Select all

[pi@raspberrypi~/>sudo apt-get install python-numpy python-scipy python-matplotlib python-pandas python-sympy python-nose
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-matplotlib is already the newest version (2.2.3-6).
python-nose is already the newest version (1.3.7-4).
python-numpy is already the newest version (1:1.16.2-1).
python-pandas is already the newest version (0.23.3+dfsg-3).
python-scipy is already the newest version (1.1.0-7).
python-sympy is already the newest version (1.3-2).
0 upgraded, 0 newly installed, 0 to remove and 65 not upgraded.
[pi@raspberrypi~/>sudo pip3 install pyCompare
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting pyCompare
  Using cached pyCompare-1.4.1-py3-none-any.whl (11 kB)
Collecting scipy>=1.0.1
  Using cached scipy-1.5.2.tar.gz (25.4 MB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... error
    ERROR: Command errored out with exit status 1:
     command: /usr/bin/python3 /usr/local/lib/python3.7/dist-packages/pip/_vendor/pep517/_in_process.py prepare_metadata_for_build_wheel /tmp/tmp1zf83krm
         cwd: /tmp/pip-install-wr49bvk4/scipy
    Complete output (44 lines):
    setup.py:462: UserWarning: Unrecognized setuptools command ('dist_info --egg-base /tmp/pip-modern-metadata-w6ta61u7'), proceeding with generating Cython sources and expanding templates
      ' '.join(sys.argv[1:])))
    Traceback (most recent call last):
      File "/tmp/pip-build-env-iiw2gtp2/overlay/lib/python3.7/site-packages/numpy/core/__init__.py", line 16, in <module>
        from . import multiarray
    ImportError: libf77blas.so.3: cannot open shared object file: No such file or directory

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/pep517/_in_process.py", line 280, in <module>
        main()
      File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/pep517/_in_process.py", line 263, in main
        json_out['return_val'] = hook(**hook_input['kwargs'])
      File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/pep517/_in_process.py", line 133, in prepare_metadata_for_build_wheel
        return hook(metadata_directory, config_settings)
      File "/usr/local/lib/python3.7/dist-packages/setuptools/build_meta.py", line 157, in prepare_metadata_for_build_wheel
        self.run_setup()
      File "/usr/local/lib/python3.7/dist-packages/setuptools/build_meta.py", line 249, in run_setup
        self).run_setup(setup_script=setup_script)
      File "/usr/local/lib/python3.7/dist-packages/setuptools/build_meta.py", line 142, in run_setup
        exec(compile(code, __file__, 'exec'), locals())
      File "setup.py", line 583, in <module>
        setup_package()
      File "setup.py", line 558, in setup_package
        from numpy.distutils.core import setup
      File "/tmp/pip-build-env-iiw2gtp2/overlay/lib/python3.7/site-packages/numpy/__init__.py", line 142, in <module>
        from . import add_newdocs
      File "/tmp/pip-build-env-iiw2gtp2/overlay/lib/python3.7/site-packages/numpy/add_newdocs.py", line 13, in <module>
        from numpy.lib import add_newdoc
      File "/tmp/pip-build-env-iiw2gtp2/overlay/lib/python3.7/site-packages/numpy/lib/__init__.py", line 8, in <module>
        from .type_check import *
      File "/tmp/pip-build-env-iiw2gtp2/overlay/lib/python3.7/site-packages/numpy/lib/type_check.py", line 11, in <module>
        import numpy.core.numeric as _nx
      File "/tmp/pip-build-env-iiw2gtp2/overlay/lib/python3.7/site-packages/numpy/core/__init__.py", line 26, in <module>
        raise ImportError(msg)
    ImportError:
    Importing the multiarray numpy extension module failed.  Most
    likely you are trying to import a failed build of numpy.
    If you're working with a numpy git repo, try `git clean -xdf` (removes all
    files not under version control).  Otherwise reinstall numpy.

    Original error was: libf77blas.so.3: cannot open shared object file: No such file or directory

    ----------------------------------------
ERROR: Command errored out with exit status 1: /usr/bin/python3 /usr/local/lib/python3.7/dist-packages/pip/_vendor/pep517/_in_process.py prepare_metadata_for_build_wheel /tmp/tmp1zf83krm Check the logs for full command output.
[pi@raspberrypi~/>
Open to any suggestions.

Thanks in advance.
Marco-Luis
Telecom Specialist (Now Available for Hire!)

http://www.meteoven.org
http://twitter.com/yv1hx

hippy
Posts: 7908
Joined: Fri Sep 09, 2011 10:34 pm
Location: UK

Re: Error trying to installing pyCompare module

Mon Aug 03, 2020 10:13 am

yv1hx wrote:
Mon Aug 03, 2020 3:43 am
[pi@raspberrypi~/>sudo apt-get install python-numpy python-scipy python-matplotlib python-pandas python-sympy python-nose

[pi@raspberrypi~/>sudo pip3 install pyCompare
Noting what 'ghp' says, I would have thought the apt-get installs should be "python3-" installs if you are then doing "pip3" installs ?

Given that you seem to be using the same set-up on a larger card; I would guess you have got something so tangled up that "Python" has become a complete mess and the best way out of that may be with a clean install of the OS and starting from scratch.

ghp
Posts: 1516
Joined: Wed Jun 12, 2013 12:41 pm
Location: Stuttgart Germany
Contact: Website

Re: Error trying to installing pyCompare module

Mon Aug 03, 2020 11:22 am

My fault: did it wong the first try, then corrected to python3-* but copied the wrong comand line.

Code: Select all

sudo apt-get install python3-numpy python3-scipy python3-matplotlib python3-pandas python3-sympy python3-nose

User avatar
yv1hx
Posts: 382
Joined: Sat Jul 21, 2012 10:09 pm
Location: Now an expatriate, originally from Zulia, Venezuela
Contact: Website Skype

Re: Error trying to installing pyCompare module

Mon Aug 03, 2020 8:22 pm

ghp wrote:
Mon Aug 03, 2020 11:22 am
My fault: did it wong the first try, then corrected to python3-* but copied the wrong comand line.

Code: Select all

sudo apt-get install python3-numpy python3-scipy python3-matplotlib python3-pandas python3-sympy python3-nose
Finally got the package without any apparent errors:

Code: Select all

[pi@raspberrypi~/>sudo apt-get install python3-numpy python3-scipy python3-matplotlib python3-pandas python3-sympy python3-nose
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3-numpy is already the newest version (1:1.16.2-1).
The following additional packages will be installed:
  ipython3 python-matplotlib-data python3-cycler python3-dateutil python3-decorator
  python3-ipython python3-ipython-genutils python3-kiwisolver python3-mpmath python3-numexpr
  python3-pandas-lib python3-pexpect python3-pickleshare python3-prompt-toolkit python3-ptyprocess
  python3-pyparsing python3-simplegeneric python3-tables python3-tables-lib python3-traitlets
  python3-tz python3-wcwidth
Suggested packages:
  python-cycler-doc dvipng ghostscript inkscape python-matplotlib-doc python3-cairocffi
  python3-gi-cairo python3-gobject python3-pyqt4 python3-sip python3-tornado texlive-extra-utils
  texlive-latex-extra ttf-staypuft python3-gmpy2 python-mpmath-doc python-nose-doc
  python-pandas-doc python-pexpect-doc python-pyparsing-doc python-scipy-doc texlive-fonts-extra
  python-sympy-doc python-tables-doc python3-netcdf4 vitables
The following NEW packages will be installed:
  ipython3 python-matplotlib-data python3-cycler python3-dateutil python3-decorator
  python3-ipython python3-ipython-genutils python3-kiwisolver python3-matplotlib python3-mpmath
  python3-nose python3-numexpr python3-pandas python3-pandas-lib python3-pexpect
  python3-pickleshare python3-prompt-toolkit python3-ptyprocess python3-pyparsing python3-scipy
  python3-simplegeneric python3-sympy python3-tables python3-tables-lib python3-traitlets
  python3-tz python3-wcwidth
0 upgraded, 27 newly installed, 0 to remove and 65 not upgraded.
Need to get 28.9 MB of archives.
After this operation, 130 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://mirror.cedia.org.ec/raspbian/raspbian buster/main armhf python3-decorator all 4.3.0-1.1 [14.5 kB]
Get:2 http://mirror.cedia.org.ec/raspbian/raspbian buster/main armhf python3-ptyprocess all 0.6.0-1 [13.2 kB]
Get:3 http://mirror.cedia.org.ec/raspbian/raspbian buster/main armhf python3-pexpect all 4.6.0-1 [52.4 kB]
Get:4 http://mirror.cedia.org.ec/raspbian/raspbian buster/main armhf python3-pickleshare all 0.7.5-1 [7,348 B]
Get:5 http://mirror.cedia.org.ec/raspbian/raspbian buster/main armhf python3-wcwidth all 0.1.7+dfsg1-3 [15.0 kB]
Get:6 http://mirror.cedia.org.ec/raspbian/raspbian buster/main armhf python3-prompt-toolkit all 1.0.15-1 [179 kB]
Get:7 http://mirror.cedia.org.ec/raspbian/raspbian buster/main armhf python3-simplegeneric all 0.8.1-2 [11.1 kB]
Get:8 http://mirror.cedia.org.ec/raspbian/raspbian buster/main armhf python3-ipython-genutils all 0.2.0-1 [20.9 kB]
Get:9 http://mirror.cedia.org.ec/raspbian/raspbian buster/main armhf python3-traitlets all 4.3.2-1 [60.7 kB]
Get:10 http://mirror.cedia.org.ec/raspbian/raspbian buster/main armhf python3-ipython all 5.8.0-1 [390 kB]
Get:11 http://mirror.cedia.org.ec/raspbian/raspbian buster/main armhf ipython3 all 5.8.0-1 [14.1 kB]
Get:12 http://mirror.cedia.org.ec/raspbian/raspbian buster/main armhf python-matplotlib-data all 3.0.2-2 [4,138 kB]
Get:13 http://mirror.cedia.org.ec/raspbian/raspbian buster/main armhf python3-cycler all 0.10.0-1 [7,556 B]
Get:14 http://mirror.cedia.org.ec/raspbian/raspbian buster/main armhf python3-dateutil all 2.7.3-3 [64.5 kB]
Get:15 http://mirror.cedia.org.ec/raspbian/raspbian buster/main armhf python3-kiwisolver armhf 1.0.1-2+b1 [53.3 kB]
Get:16 http://mirror.cedia.org.ec/raspbian/raspbian buster/main armhf python3-pyparsing all 2.2.0+dfsg1-2 [89.6 kB]
Get:17 http://mirror.cedia.org.ec/raspbian/raspbian buster/main armhf python3-matplotlib armhf 3.0.2-2 [5,282 kB]
Get:18 http://mirror.cedia.org.ec/raspbian/raspbian buster/main armhf python3-mpmath all 1.1.0-1 [416 kB]
Get:19 http://mirror.cedia.org.ec/raspbian/raspbian buster/main armhf python3-nose all 1.3.7-4 [132 kB]
Get:20 http://mirror.cedia.org.ec/raspbian/raspbian buster/main armhf python3-numexpr armhf 2.6.9-1 [147 kB]
Get:21 http://mirror.cedia.org.ec/raspbian/raspbian buster/main armhf python3-tz all 2019.1-1 [27.1 kB]
Get:22 http://mirror.cedia.org.ec/raspbian/raspbian buster/main armhf python3-pandas-lib armhf 0.23.3+dfsg-3 [2,912 kB]
Get:23 http://mirror.cedia.org.ec/raspbian/raspbian buster/main armhf python3-pandas all 0.23.3+dfsg-3 [1,750 kB]
Get:24 http://mirror.cedia.org.ec/raspbian/raspbian buster/main armhf python3-scipy armhf 1.1.0-7 [8,910 kB]
Get:25 http://mirror.cedia.org.ec/raspbian/raspbian buster/main armhf python3-sympy all 1.3-2 [3,500 kB]
Get:26 http://mirror.cedia.org.ec/raspbian/raspbian buster/main armhf python3-tables-lib armhf 3.4.4-2 [388 kB]
Get:27 http://mirror.cedia.org.ec/raspbian/raspbian buster/main armhf python3-tables all 3.4.4-2 [342 kB]
Fetched 28.9 MB in 2min 18s (210 kB/s)
Selecting previously unselected package python3-decorator.
(Reading database ... 94403 files and directories currently installed.)
Preparing to unpack .../00-python3-decorator_4.3.0-1.1_all.deb ...
Unpacking python3-decorator (4.3.0-1.1) ...
Selecting previously unselected package python3-ptyprocess.
Preparing to unpack .../01-python3-ptyprocess_0.6.0-1_all.deb ...
Unpacking python3-ptyprocess (0.6.0-1) ...
Selecting previously unselected package python3-pexpect.
Preparing to unpack .../02-python3-pexpect_4.6.0-1_all.deb ...
Unpacking python3-pexpect (4.6.0-1) ...
Selecting previously unselected package python3-pickleshare.
Preparing to unpack .../03-python3-pickleshare_0.7.5-1_all.deb ...
Unpacking python3-pickleshare (0.7.5-1) ...
Selecting previously unselected package python3-wcwidth.
Preparing to unpack .../04-python3-wcwidth_0.1.7+dfsg1-3_all.deb ...
Unpacking python3-wcwidth (0.1.7+dfsg1-3) ...
Selecting previously unselected package python3-prompt-toolkit.
Preparing to unpack .../05-python3-prompt-toolkit_1.0.15-1_all.deb ...
Unpacking python3-prompt-toolkit (1.0.15-1) ...
Selecting previously unselected package python3-simplegeneric.
Preparing to unpack .../06-python3-simplegeneric_0.8.1-2_all.deb ...
Unpacking python3-simplegeneric (0.8.1-2) ...
Selecting previously unselected package python3-ipython-genutils.
Preparing to unpack .../07-python3-ipython-genutils_0.2.0-1_all.deb ...
Unpacking python3-ipython-genutils (0.2.0-1) ...
Selecting previously unselected package python3-traitlets.
Preparing to unpack .../08-python3-traitlets_4.3.2-1_all.deb ...
Unpacking python3-traitlets (4.3.2-1) ...
Selecting previously unselected package python3-ipython.
Preparing to unpack .../09-python3-ipython_5.8.0-1_all.deb ...
Unpacking python3-ipython (5.8.0-1) ...
Selecting previously unselected package ipython3.
Preparing to unpack .../10-ipython3_5.8.0-1_all.deb ...
Unpacking ipython3 (5.8.0-1) ...
Selecting previously unselected package python-matplotlib-data.
Preparing to unpack .../11-python-matplotlib-data_3.0.2-2_all.deb ...
Unpacking python-matplotlib-data (3.0.2-2) ...
Selecting previously unselected package python3-cycler.
Preparing to unpack .../12-python3-cycler_0.10.0-1_all.deb ...
Unpacking python3-cycler (0.10.0-1) ...
Selecting previously unselected package python3-dateutil.
Preparing to unpack .../13-python3-dateutil_2.7.3-3_all.deb ...
Unpacking python3-dateutil (2.7.3-3) ...
Selecting previously unselected package python3-kiwisolver.
Preparing to unpack .../14-python3-kiwisolver_1.0.1-2+b1_armhf.deb ...
Unpacking python3-kiwisolver (1.0.1-2+b1) ...
Selecting previously unselected package python3-pyparsing.
Preparing to unpack .../15-python3-pyparsing_2.2.0+dfsg1-2_all.deb ...
Unpacking python3-pyparsing (2.2.0+dfsg1-2) ...
Selecting previously unselected package python3-matplotlib.
Preparing to unpack .../16-python3-matplotlib_3.0.2-2_armhf.deb ...
Unpacking python3-matplotlib (3.0.2-2) ...
Selecting previously unselected package python3-mpmath.
Preparing to unpack .../17-python3-mpmath_1.1.0-1_all.deb ...
Unpacking python3-mpmath (1.1.0-1) ...
Selecting previously unselected package python3-nose.
Preparing to unpack .../18-python3-nose_1.3.7-4_all.deb ...
Unpacking python3-nose (1.3.7-4) ...
Selecting previously unselected package python3-numexpr.
Preparing to unpack .../19-python3-numexpr_2.6.9-1_armhf.deb ...
Unpacking python3-numexpr (2.6.9-1) ...
Selecting previously unselected package python3-tz.
Preparing to unpack .../20-python3-tz_2019.1-1_all.deb ...
Unpacking python3-tz (2019.1-1) ...
Selecting previously unselected package python3-pandas-lib.
Preparing to unpack .../21-python3-pandas-lib_0.23.3+dfsg-3_armhf.deb ...
Unpacking python3-pandas-lib (0.23.3+dfsg-3) ...
Selecting previously unselected package python3-pandas.
Preparing to unpack .../22-python3-pandas_0.23.3+dfsg-3_all.deb ...
Unpacking python3-pandas (0.23.3+dfsg-3) ...
Selecting previously unselected package python3-scipy.
Preparing to unpack .../23-python3-scipy_1.1.0-7_armhf.deb ...
Unpacking python3-scipy (1.1.0-7) ...
Selecting previously unselected package python3-sympy.
Preparing to unpack .../24-python3-sympy_1.3-2_all.deb ...
Unpacking python3-sympy (1.3-2) ...
Selecting previously unselected package python3-tables-lib.
Preparing to unpack .../25-python3-tables-lib_3.4.4-2_armhf.deb ...
Unpacking python3-tables-lib (3.4.4-2) ...
Selecting previously unselected package python3-tables.
Preparing to unpack .../26-python3-tables_3.4.4-2_all.deb ...
Unpacking python3-tables (3.4.4-2) ...
Setting up python3-ipython-genutils (0.2.0-1) ...
Setting up python3-tables-lib (3.4.4-2) ...
Setting up python3-pandas-lib (0.23.3+dfsg-3) ...
Setting up python3-nose (1.3.7-4) ...
Setting up python3-tz (2019.1-1) ...
Setting up python3-decorator (4.3.0-1.1) ...
Setting up python3-wcwidth (0.1.7+dfsg1-3) ...
Setting up python3-pyparsing (2.2.0+dfsg1-2) ...
Setting up python3-cycler (0.10.0-1) ...
Setting up python3-kiwisolver (1.0.1-2+b1) ...
Setting up python3-numexpr (2.6.9-1) ...
Setting up python3-pickleshare (0.7.5-1) ...
Setting up python3-traitlets (4.3.2-1) ...
Setting up python3-dateutil (2.7.3-3) ...
Setting up python3-mpmath (1.1.0-1) ...
Setting up python3-simplegeneric (0.8.1-2) ...
Setting up python-matplotlib-data (3.0.2-2) ...
Setting up python3-ptyprocess (0.6.0-1) ...
Setting up python3-prompt-toolkit (1.0.15-1) ...
Setting up python3-sympy (1.3-2) ...
Setting up python3-matplotlib (3.0.2-2) ...
Setting up python3-scipy (1.1.0-7) ...
Setting up python3-tables (3.4.4-2) ...
Setting up python3-pandas (0.23.3+dfsg-3) ...
Setting up python3-pexpect (4.6.0-1) ...
Setting up python3-ipython (5.8.0-1) ...
Setting up ipython3 (5.8.0-1) ...
Processing triggers for man-db
As side note, the entire process took at least two hours to complete (I should blame my Internet access)..
Thanks you all for your help.
Marco-Luis
Telecom Specialist (Now Available for Hire!)

http://www.meteoven.org
http://twitter.com/yv1hx

User avatar
yv1hx
Posts: 382
Joined: Sat Jul 21, 2012 10:09 pm
Location: Now an expatriate, originally from Zulia, Venezuela
Contact: Website Skype

Re: Error trying to installing pyCompare module (Solved!)

Thu Aug 06, 2020 3:55 pm

Thread marked as solved.
Marco-Luis
Telecom Specialist (Now Available for Hire!)

http://www.meteoven.org
http://twitter.com/yv1hx

Return to “Python”