Git Product home page Git Product logo

Comments (5)

N-Coder avatar N-Coder commented on August 19, 2024

should also check whether we could use an old aiohttp version under Ubuntu 16.04

from studip-fuse.

N-Coder avatar N-Coder commented on August 19, 2024

typing.AsyncContextManager is backported by typing_extensions, typing.AsyncGenerator is only exported by typing_extensions if related classes are also available, which is not the case on 3.5.3. It is available trough trio-typing (which also requires trio and mypy).

enum.auto() can be simulated by using the functional API, using the aenum package or simply defining the int values explicitly.

from studip-fuse.

ClusterJan avatar ClusterJan commented on August 19, 2024

Testing the new "Python3.5" branch results in a new error:

Uncaught exception from FUSE operation readdir, returning errno.EINVAL: argument of type 'NotImplementedType' is not iterable
Traceback (most recent call last):
[...]
  File "/home/aschwege/.local/lib/python3.5/site-packages/cached_property.py", line 35, in __get__
    value = obj.__dict__[self.func.__name__] = self.func(obj)
  File "/home/aschwege/.local/lib/python3.5/site-packages/studip_fuse/avfs/virtual_path.py", line 231, in content_options
    if field_name not in self.format_token_generators:
TypeError: argument of type 'NotImplementedType' is not iterable

from studip-fuse.

N-Coder avatar N-Coder commented on August 19, 2024

__init_subclass__ used in virtual_path.py:215 to initialize the format_token_generators was added in 3.6

from studip-fuse.

N-Coder avatar N-Coder commented on August 19, 2024

should be fixed by d644f57 and 8558a4f

from studip-fuse.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.