nexfil icon indicating copy to clipboard operation
nexfil copied to clipboard

Distribution error

Open Biggitybaked opened this issue 1 year ago • 6 comments

ERROR: Could not find a version that satisfies the requirement nexfil (from versions: none) ERROR: No matching distribution found for nexfil

??? Any ideas?

Biggitybaked avatar Sep 18 '24 02:09 Biggitybaked

@Biggitybaked on which device, OS and architecture are you installing it ?

thewhiteh4t avatar Sep 18 '24 02:09 thewhiteh4t

@Biggitybaked what are your python and pip versions ?

thewhiteh4t avatar Sep 18 '24 02:09 thewhiteh4t

Sorry. I'm sorta new. I'm on a samsung galaxy s22 ultra, android os, python and pip 3.

Biggitybaked avatar Sep 18 '24 02:09 Biggitybaked

@Biggitybaked I am guessing termux, share output of the following commands :

uname -a python -V pip -V

thewhiteh4t avatar Sep 18 '24 03:09 thewhiteh4t

Yes, that is correct.

Linux localhost 5.10.198-android12-9-28575149-abS908USQS6EXG8 #1 SMP PREEMPT Tue Jul 23 06:22:30 UTC 2024 aarch64 Android

Python 3.11.9

pip 20.3.4 from /data/data/com.termux/files/usr/lib/python2.7/site-packages/pip (python 2.7)

Biggitybaked avatar Sep 18 '24 03:09 Biggitybaked

@Biggitybaked your python is version 3 but your pip is version 2 which is deprecated, you need to install using pip3 if that is not available then you need to install it

thewhiteh4t avatar Sep 18 '24 03:09 thewhiteh4t