Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how do i download blis
#1
i have been trying all night to figure out this issue.

İmage
İmage


plez help me i will never com back just ples help

Attached Files

Thumbnail(s)
       
Reply
#2
Have you read the installation instructions ?
pip install -U pip setuptools wheel
pip install blis
« We can solve any problem by introducing an extra level of indirection »
Reply
#3
Which version of Python is installed?

Blis has binary packages for Python 3.10 - 3.13.
I was able to install it:
   

But if you want to install it with Python 3.9, the source code must be compiled, so a compiler is required to do this.
   

First you should uninstall all versions of py.exe. Then install this: https://www.python.org/downloads/release...er-250b13/

In the second picture you can see, how I installed on the command line Python 3.9 to test the pip installation of blis.

Later you address the Python-Version with py.exe. If you want to run Python 3.14.0rc2, then use:
py -3.14 your_programm.py
Or if you want to use a module like pip on the command line:
py -3.14 -m pip [Arguments for pip]
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  download with internet download manager coral_raha 0 5,049 Jul-18-2021, 03:11 PM
Last Post: coral_raha

Forum Jump:

User Panel Messages

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