Giter Site home page Giter Site logo

lambor's Introduction

lambor

Lamborghini project on Hachioji(8oji) API application based on Sanic (Python)

Get started

requirements is python 3.7.3

Install python packages using pip

pip install -r requirements.txt

Start sever

python app.py

lambor's People

Contributors

takearest118 avatar monolith-kh avatar

Stargazers

Nami-NGNMWT-coreEternity avatar

Watchers

 avatar

lambor's Issues

ImportError: cannot import name 'Deque'

somebody help me
my development environment is python 3.6 on macOS

(lambor) vlab008ui-MacBook-Pro:lambor vlab008$ python app.py
Traceback (most recent call last):
  File "app.py", line 3, in <module>
    from sanic import Sanic
  File "/Users/vlab008/workspaces/venv/lambor/lib/python3.6/site-packages/sanic/__init__.py", line 2, in <module>
    from sanic.app import Sanic
  File "/Users/vlab008/workspaces/venv/lambor/lib/python3.6/site-packages/sanic/app.py", line 18, in <module>
    from sanic.asgi import ASGIApp
  File "/Users/vlab008/workspaces/venv/lambor/lib/python3.6/site-packages/sanic/asgi.py", line 28, in <module>
    from sanic.websocket import WebSocketConnection
  File "/Users/vlab008/workspaces/venv/lambor/lib/python3.6/site-packages/sanic/websocket.py", line 12, in <module>
    from websockets import (  # type: ignore
  File "/Users/vlab008/workspaces/venv/lambor/lib/python3.6/site-packages/websockets/__init__.py", line 3, in <module>
    from .auth import *
  File "/Users/vlab008/workspaces/venv/lambor/lib/python3.6/site-packages/websockets/auth.py", line 15, in <module>
    from .server import HTTPResponse, WebSocketServerProtocol
  File "/Users/vlab008/workspaces/venv/lambor/lib/python3.6/site-packages/websockets/server.py", line 49, in <module>
    from .protocol import WebSocketCommonProtocol
  File "/Users/vlab008/workspaces/venv/lambor/lib/python3.6/site-packages/websockets/protocol.py", line 18, in <module>
    from typing import (
ImportError: cannot import name 'Deque'

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.