You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for pointing that out. Will get rid of that dependency and replace it with a more pythonic EAFP solution soon. Will come together with the Python 2 support drop.
get rid of python 2.7 / 3.5 requirements
remove filelike dependency (closes#1)
raise warnings whenever a fileobject doesn't yield the expected method results or raises an exception instead of checking if the file object is a real file-like object
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
The text was updated successfully, but these errors were encountered: