poljar / weechat-matrix

Weechat Matrix protocol script written in python
Other
957 stars 119 forks source link

ERROR: Could not find a version that satisfies the requirement requirements.txt #285

Open nicoagustinn opened 3 years ago

nicoagustinn commented 3 years ago

$ git clone https://github.com/poljar/weechat-matrix.git $ cd weechat-matrix/ $ pip install requirements.txt Defaulting to user installation because normal site-packages is not writeable ERROR: Could not find a version that satisfies the requirement requirements.txt ERROR: No matching distribution found for requirements.txt

libolm is installed OS: Arch Linux x86_64 Kernel: 5.12.14-arch1-1

paddatrapper commented 3 years ago

You're missing a -r : pip install -r requirements.txt