Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to a newer version of cherrypy #444

Closed
tshead2 opened this issue Jun 1, 2015 · 3 comments
Closed

Upgrade to a newer version of cherrypy #444

tshead2 opened this issue Jun 1, 2015 · 3 comments

Comments

@tshead2
Copy link
Member

tshead2 commented Jun 1, 2015

Now that the web-server no longer has to provide its own encryption, we should be able to upgrade to a newer version of cherrypy.

@tshead2 tshead2 self-assigned this Jun 1, 2015
@tshead2 tshead2 removed their assignment Jul 30, 2015
@Mletter1 Mletter1 self-assigned this Sep 30, 2015
@Mletter1
Copy link
Collaborator

As discussed this will either work or it won't when we do the upgrade

@Mletter1
Copy link
Collaborator

Mletter1 commented Oct 1, 2015

[slycat@ac60914866f3 slycat]$ python -c "import cherrypy;print cherrypy.__version__"
3.2.6
[slycat@ac60914866f3 slycat]$ pip install cherrypy --upgrade
Collecting cherrypy
  Downloading CherryPy-3.8.0.tar.gz (433kB)
    100% |████████████████████████████████| 434kB 653kB/s 
Installing collected packages: cherrypy
  Found existing installation: CherryPy 3.2.6
    Uninstalling CherryPy-3.2.6:
      Successfully uninstalled CherryPy-3.2.6
  Running setup.py install for cherrypy
Successfully installed cherrypy-3.8.0
[slycat@ac60914866f3 slycat]$ python -c "import cherrypy;print cherrypy.__version__"
3.8.0
[slycat@ac60914866f3 slycat]$ /home/slycat/install/conda/bin/python -c "import cherrypy;print cherrypy.__version__"
3.8.0

this looks like a good sign

@Mletter1
Copy link
Collaborator

can't do this until we upgrade ffmpeg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants