-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Python 3.9.5, Windows 10 X64,
Bass4Py Cython branch requires filelike, but I got an error when running pip install . in the root of the repository.
Manualy doing:
pip install filelike
Gives this:
Collecting filelike==0.5.0
Using cached filelike-0.5.0.tar.gz (35 kB)
Preparing metadata (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: 'c:\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\keith\AppData\Local\Temp\pip-install-w6hga3lu\fileli
ke_3dc3c6efb7fe4b15bc5e3bed6dda846e\setup.py'"'"'; file='"'"'C:\Users\keith\AppData\Local\Temp\pip-install-w6hga3lu\filelike_3dc3c6efb7fe4b15bc5e3bed6dda846
e\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');cod
e = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\keith\AppData\Local\Temp\pip-p
ip-egg-info-hb5rv494'
cwd: C:\Users\keith\AppData\Local\Temp\pip-install-w6hga3lu\filelike_3dc3c6efb7fe4b15bc5e3bed6dda846e
Complete output (1 lines):
error in filelike setup command: use_2to3 is invalid.
WARNING: Discarding https://files.pythonhosted.org/packages/68/30/912d8be3957f1ed545ca156a3bfa8c65f5137febff08dcd4bf08bc29a1b8/filelike-0.5.0.tar.gz#sha256=b1f4324f9c6e
a630473c3f4e8f86395fd76412e21cc25effc236e2eb6aa2b239 (from https://pypi.org/simple/filelike/). Command errored out with exit status 1: python setup.py egg_info Check th
e logs for full command output.
ERROR: Could not find a version that satisfies the requirement filelike==0.5.0 (from versions: 0.3.5p1, 0.1.0, 0.1.1, 0.2.0, 0.2.1, 0.2.2, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0
.3.4, 0.3.5, 0.3.6, 0.3.7, 0.4.0, 0.4.1, 0.5.0)
ERROR: No matching distribution found for filelike==0.5.0
Metadata
Metadata
Assignees
Labels
No labels