On Fri, 9 Aug 2019, Daniel Prosser wrote:
That's because the software itself is just called numpy. The package was named numpy3 to distinguish it from the Python 2 version. The numpy stuff in /usr/lib64/python3.7 comes from the numpy3 package.
Dan, et al.: Related to this name issue of distinguishing between python versions is something I learned just yesterday. When using pip to download and isntall numpy3 the correct syntax is 'pip3 install numpy'. There are still two versions of pip, but by using pip3 it will grab the proper version of numpy. Thanks for all the insights, Rich _______________________________________________ SlackBuilds-users mailing list [email protected] https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ FAQ - https://slackbuilds.org/faq/
