-
-
Notifications
You must be signed in to change notification settings - Fork 365
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
How can I install cherrypy offline ??? #1532
Comments
Works for me:
Voila! Enjoy. |
This is for Python 3 operation, what about python 2 ?? Python 2 cherry is not whl file, it's a zip file . |
Can I copy cherrypy directory in site-packages for other non-internet computer... |
Hmm. you're right. There are a couple of issues here. First, the wheel cannot be universal. Now that we have releases, we should be able to cut python 2 wheels. The second issue is that the use of Setuptools_scm means a source distro will require setuptools_scm installed in advance to succeed. I think I have some suggestions for you that I'll explore tomorrow. |
@ccyg: Can you try with CherryPy 8.4.0 (releasing imminently)? It includes wheels for Python 2 so should be suitable for you to replicate the recipe above. |
yes!!! I try to install and succeed. can you put those operation in cherry document for other guys has seem problems like me, cause I find this solution for several days and much suffered. pip download -d . cherrypythen download cherrypy and pypiwin32 and six pip install --find-links=. cherrypy |
@ccyg: Sounds like it would be an excellent addition to the StackOverflow wiki. Please consider adding it there (that way you also get the credit). |
I want to install cherrypy offline ,but pip install --find-links= . did not work....
The text was updated successfully, but these errors were encountered: