(py36) C:\Users\Administrator>thumbor --port=
Traceback (most recent call last):
  File , in _run_m
odule_as_main
    "__main__", mod_spec)
  File , in _run_co
de
    exec(code, run_globals)
  File "D:\MyProgramFiles\anaconda3\envs\py36\Scripts\thumbor.exe\__main__.py",
line , in <module>
  File "d:\myprogramfiles\anaconda3\envs\py36\lib\site-packages\thumbor\server.p
y", line 141, in main
    validate_config(config, server_parameters)
  File "d:\myprogramfiles\anaconda3\envs\py36\lib\site-packages\thumbor\server.p
y", line 85, in validate_config
    'Please provide one using the conf file or a security key file.')
RuntimeError: No security key was found for this instance of thumbor. Please pro
vide one using the conf file or a security key file.

环境为:python3.6 + anaconda

python3.7 也不行,在Github上看到,这个项目不支持python3,所以记录一下。

最新文章

  1. DOM-Text类型、Comment类型、CDATASection类型、DocumentType类型、DocumentFragment类型、Attr类型
  2. C#中yield return用法分析
  3. Eclipse EE 发布项目导致 Tomcate 的配置文件 server.xml 还原
  4. struts2的异常
  5. SDL2 Tutorial
  6. frame,bounds,center-三者的含义
  7. python turtle,random,math
  8. Yeslab现任明教教主数据中心Nexus课程 视频教程 下载
  9. c 语言 指针 与地址
  10. [转载]rabbitmq可靠发送的自动重试机制
  11. R语言-主成分分析
  12. 《java入门第一季》之面向对象(形式参数和返回值问题的深入研究3)
  13. sketch2code 有的叫screenshot to code什么的
  14. JavaScript 基础(三) - Date对象,RegExp对象,Math对象,Window 对象,History 对象,Location 对象,DOM 节点
  15. Project Euler Problem5
  16. Oracle扩容日志文件
  17. 利用Volatility对Linux内存取证分析-常用命令翻译
  18. 华为console口配置
  19. 框架 hibernate3 多条查询 分页
  20. Sigar应用

热门文章

  1. 基于web公交查询系统自我安排进度
  2. C++判断计算式是大端存储模式,还是小端存储模式
  3. 课后选做题-MyOD
  4. 公司某台电脑连接服务器共享文件失败(Windows找不到&quot;\\192.168.1.3)
  5. php扩展模块 opcache安装教程
  6. [转帖]如何获得一个RAC Oracle数据库(从Github - oracle/docker-images) - 本地版 ---暂时未做实验.
  7. AntDesign vue学习笔记(三)嵌套路由使用
  8. [SOJ #721]第三送分题(2019-11-14考试)/[CF675E]Trains and Statistic
  9. docker 安装 sqlserver 数据库
  10. CSAPP第二章show_bytes函数的探究