pip install readii
Defaulting to user installation because normal site-packages is not writeable
ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python >=3.9,<4; 1.1.0 Requires-Python >=3.9,<4; 1.1.1 Requires-Python >=3.9,<4; 1.1.2 Requires-Python >=3.9,<4; 1.1.3 Requires-Python >=3.9,<4
ERROR: Could not find a version that satisfies the requirement readii (from versions: none)
ERROR: No matching distribution found for readii
but the following worked:
python3 -m pip install readii
wish I knew enough about python distributions to know why, but might be good to update the README
Can you share the environment setup that you tried to install into? We haven't run into this issue on H4H so need more info to figure out why that's happening.
tried following readme:
but the following worked:
wish I knew enough about python distributions to know why, but might be good to update the README