Giter Site home page Giter Site logo

12306-ticket-booking's Issues

ERROR: No matching distribution found for matplotlib>=3.0.2 (from -r requirements.txt (line 12))

ERROR: Could not find a version that satisfies the requirement matplotlib>=3.0.2 (from -r requirements.txt (line 12)) (from versions: 0.86, 0.86.1, 0.86.2, 0.91.0, 0.91.1, 1.0.1, 1.1.0, 1.1.1, 1.2.0, 1.2.1, 1.3.0, 1.3.1, 1.4.0, 1.4.1rc1, 1.4.1, 1.4.2, 1.4.3, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 2.0.0b1, 2.0.0b2, 2.0.0b3, 2.0.0b4, 2.0.0rc1, 2.0.0rc2, 2.0.0, 2.0.1, 2.0.2, 2.1.0rc1, 2.1.0, 2.1.1, 2.1.2, 2.2.0rc1, 2.2.0, 2.2.2, 2.2.3, 2.2.4)
ERROR: No matching distribution found for matplotlib>=3.0.2 (from -r requirements.txt (line 12))

请帮忙看下RAIL_DEVICEID RAIL_EXPIRATION配置为空,执行报错是什么原因?

deviceid_key = 'RAIL_DEVICEID'
exp_key = 'RAIL_EXPIRATION'

执行到def get_rail_deviceid():
# 读取本地
_device = load_obj(deviceid_cache_path)
deviceid_key = 'RAIL_DEVICEID'
exp_key = 'RAIL_EXPIRATION'
if _device != None:
if exp_key in _device:
n = int(time.time() * 1000)
exp = int(_device.get(exp_key)) ------------这里报错
已配置谷歌驱动文件
执行报错tails.
cfg = yaml.load(open(cwd_path + '/config/conf.yaml','r', encoding='utf-8'))
invalid literal for int() with base 10: ''

启动后getaddrinfo failed

2019-12-27 11:47:57,090 - PABS - INFO - 12306自动抢票开始
2019-12-27 11:47:57,210 - PABS - INFO - [Errno 11001] getaddrinfo failed

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.