[Slackbuilds-users] Installing scipy on -current

Daniel Prosser dpross1100 at msn.com
Sun Sep 14 15:22:42 UTC 2025


Hey Judah,

I ran into this problem too recently. You can fix it by switching back 
to the old setuptools way of installing matplotlib; i.e., in the 
SlackBuild script, change the lines that start like this:

python3 -m build ...
python3 -m installer ...

to the following:

python3 setup.py build
python3 setup.py install --root=$PKG

Dan

On 9/14/25 2:02 AM, J. Milgram wrote:
>
> Yup, installing the mainstream Slackware package cleared it up. scipy 
> now builds without a hitch. Thanks for the tip!
>
> Along the way, the pythran dependency problem went away. Can't figure 
> out why but it doesn't matter.
>
> Now I'm stuck at matplotlib:
>
> ERROR Missing dependencies:
>         numpy<2.3,>=1.24.4
>
> The Slackware python-numpy package is v2.3.3. Haven't dug into it too 
> closely but I wonder if the matplotlib slackbuild needs to be updated 
> (currently builds matplotlib 3.8.4; upstream is 3.10). Could give it a 
> try, but does someone know a solution that's closer at hand?
>
> thanks!
>
> Judah
>
>
>
> On 9/11/25 10:59, J. Milgram wrote:
>> Cool!  I don't think I have the Slackware package installed. I'll 
>> check it out and report back. Thanks.
>>
>>
>>> On Sep 11, 2025 at 10:56, K. Eugene Carlson <kvngncrlsn at gmail.com> 
>>> wrote:
>>>
>>>
>>>
>>> On Thu, Sep 11, 2025 at 9:38 PM J. Milgram <milgram at cgpp.com> wrote:
>>>
>>>
>>>     The numpy dependency is a tough one. If I try to install numpy
>>>     directly with
>>>
>>>     sboinstall numpy (or python3-numpy)
>>>
>>>     I get...
>>>     numpy not found; skipping. (or: python3-numpy not found; skipping.)
>>>
>>>
>>> Is the Slackware package python-numpy installed? It was added last 
>>> month, at which time python3-numpy was dropped from the -current repo.
>>>
>>> Best regards,
>>>
>>> Gene
>>>
>>> _______________________________________________
>>> SlackBuilds-users mailing list
>>> SlackBuilds-users at slackbuilds.org
>>> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
>>> Archives -https://lists.slackbuilds.org/pipermail/slackbuilds-users/
>>> FAQ -https://slackbuilds.org/faq/
>>>
>>>
>>
>> _______________________________________________
>> SlackBuilds-users mailing list
>> SlackBuilds-users at slackbuilds.org
>> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
>> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
>> FAQ - https://slackbuilds.org/faq/
>>
>
> _______________________________________________
> SlackBuilds-users mailing list
> SlackBuilds-users at slackbuilds.org
> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
>


More information about the SlackBuilds-users mailing list