Open Biggitybaked opened 2 months ago
@Biggitybaked on which device, OS and architecture are you installing it ?
@Biggitybaked what are your python and pip versions ?
Sorry. I'm sorta new. I'm on a samsung galaxy s22 ultra, android os, python and pip 3.
@Biggitybaked I am guessing termux, share output of the following commands :
uname -a
python -V
pip -V
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 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
ERROR: Could not find a version that satisfies the requirement nexfil (from versions: none) ERROR: No matching distribution found for nexfil
??? Any ideas?