Git Product home page Git Product logo

Comments (12)

s3rius avatar s3rius commented on June 1, 2024 1

I couldn't find the solution previously. @mxft, that's lit! I'll fix it later.

from fastapi-template.

s3rius avatar s3rius commented on June 1, 2024

🤔 🤔 🤔 🤔

How could possible asyncio be partially initialized? Can you please give me all parameters you were using from pyproject.toml? Section called [fastapi-template.options].

from fastapi-template.

s3rius avatar s3rius commented on June 1, 2024

Do you have a module called asyncio in your codebase?

from fastapi-template.

s3rius avatar s3rius commented on June 1, 2024

Or any name that can be the same with some modules from the sandard library?

from fastapi-template.

RoyalGoose avatar RoyalGoose commented on June 1, 2024

@s3rius

🤔 🤔 🤔 🤔

How could possible asyncio be partially initialized? Can you please give me all parameters you were using from pyproject.toml? Section called [fastapi-template.options].

[fastapi-template.options]
project_name = "test_template"
api_type = "rest"
enable_redis = "None"
enable_rmq = "None"
ci_type = "gitlab_ci"
enable_migrations = "True"
enable_taskiq = "True"
enable_kube = "True"
kube_name = "test-template"
enable_routers = "True"
enable_kafka = "True"
enable_loguru = "True"
traefik_labels = "True"
add_dummy = "True"
orm = "ormar"
self_hosted_swagger = "None"
prometheus_enabled = "True"
sentry_enabled = "True"
otlp_enabled = "True"
pydanticv1 = "True"
gunicorn = "None"
add_users = "None"
cookie_auth = "None"
jwt_auth = "None"

Do you have a module called asyncio in your codebase?

Only original asyncio library

Or any name that can be the same with some modules from the sandard library?

No

from fastapi-template.

vaavaa avatar vaavaa commented on June 1, 2024

I have the same for me.

[fastapi-template.options]
project_name = "img_store"
api_type = "rest"
enable_redis = "None"
enable_rmq = "None"
ci_type = "none"
enable_migrations = "True"
enable_taskiq = "None"
enable_kube = "None"
kube_name = "img-store"
enable_routers = "True"
enable_kafka = "None"
enable_loguru = "True"
traefik_labels = "None"
add_dummy = "True"
orm = "sqlalchemy"
self_hosted_swagger = "None"
prometheus_enabled = "None"
sentry_enabled = "None"
otlp_enabled = "None"
pydanticv1 = "None"
gunicorn = "True"
add_users = "None"
cookie_auth = "None"
jwt_auth = "None"

from fastapi-template.

s3rius avatar s3rius commented on June 1, 2024

Guess I know the solution for that. Thanks for finding it out.

from fastapi-template.

mxft avatar mxft commented on June 1, 2024

Guess I know the solution for that. Thanks for finding it out.

And what's the solution? The problem is still present

from fastapi-template.

mxft avatar mxft commented on June 1, 2024

Fixed it. Just rename logging.py to _logging.py or whatever you want it to be

from fastapi-template.

ken-kuro avatar ken-kuro commented on June 1, 2024

Fixed it. Just rename logging.py to _logging.py or whatever you want it to be

Rename does work, but could you please explain what's the bug and how did you come up with that solution ?

from fastapi-template.

mxft avatar mxft commented on June 1, 2024

Rename does work, but could you please explain what's the bug and how did you come up with that solution ?

I didn't dive much into it, but I just though that it has something to do with from logging import ... mixing up in different places, so I just tried to rename the local module since it has the same name and may interfere in some way. It did the job, as you can see.

@s3rius can we expect the repository to be updated in near future? It pretty much seems abandoned at this point, but fixing major problems and bumping some package versions won't take much of your time

from fastapi-template.

ken-kuro avatar ken-kuro commented on June 1, 2024

I see, thanks for your reply

from fastapi-template.

Related Issues (20)

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.