Skip to content

Magenaut

  • Home
  • Topics
    • Notes
    • Tutorial
    • Bug fixing
    • Extension
    • Server
  • Q&A
  • Privacy Policy
  • About

easy-install

How to install packages offline?

August 21, 2022 by Magenaut

What’s the best way to download a python package and it’s dependencies from pypi for offline installation on another machine? Is there any easy way to do this with pip or easy_install? I’m trying to install the requests library on a FreeBSD box that is not connected to the internet.

Categories Python, Q&A Tags easy-install, freebsd, pip, python, python-requests Leave a comment

Why use pip over easy_install?

August 21, 2022 by Magenaut

A tweet reads:

Categories Python, Q&A Tags easy-install, pip, pypi, python, setuptools Leave a comment

What’s the difference between dist-packages and site-packages?

August 20, 2022 by Magenaut

I’m a bit miffed by the python package installation process. Specifically, what’s the difference between packages installed in the dist-packages directory and the site-packages directory?

Categories Python, Q&A Tags easy-install, package-managers, pip, python Leave a comment

ImportError: No module named PIL

August 19, 2022 by Magenaut

I use this command in the shell to install PIL:

Categories Python, Q&A Tags easy-install, python, python-imaging-library Leave a comment

Adding a module (Specifically pymorph) to Spyder (Python IDE)

August 19, 2022 by Magenaut

I have managed to get spyder installed and functioning on my mac but I want to add in a few modules that it doesn’t include by default (mahotas and pymorph).

Categories Python, Q&A Tags easy-install, import, module, python, spyder Leave a comment

How do I remove packages installed with Python’s easy_install?

August 18, 2022 by Magenaut

Python’s easy_install makes installing new packages extremely convenient. However, as far as I can tell, it doesn’t implement the other common features of a dependency manager – listing and removing installed packages.

Categories Python, Q&A Tags easy-install, packages, python, setuptools Leave a comment

How can I install various Python libraries in Jython?

August 18, 2022 by Magenaut

I know that I can install Jython with Java and that I can use Jython where I use Python. The Jython shell is working fine.

Categories Python, Q&A Tags easy-install, java, jython, pip, python Leave a comment

The problem with installing PIL using virtualenv or buildout

August 17, 2022 by Magenaut

When I install PIL using easy_install or buildout it installs in such way, that I must do ‘import Image’, not ‘from PIL import Image’.

Categories Python, Q&A Tags buildout, easy-install, pip, python, python-imaging-library Leave a comment

How do I point easy_install to vcvarsall.bat?

August 17, 2022 by Magenaut

I already have MSVC++ 2010 Express installed, and my vcvarsall.bat file is at C:Program FilesMicrosoft Visual Studio 10.0VC, which is in my system PATH. When I run easy_install, it can’t find vcvarsall.bat.

Categories Python, Q&A Tags distutils, easy-install, python, visual-studio-2010 Leave a comment

ImportError: No module named Crypto.Cipher

August 17, 2022 by Magenaut

When I try to run app.py (Python 3.3, PyCrypto 2.6) my virtualenv keeps returning the error listed above. My import statement is just from Crypto.Cipher import AES. I looked for duplicates and you might say that there are some, but I tried the solutions (although most are not even solutions) and nothing worked.

Categories Python, Q&A Tags easy-install, pip, pycrypto, python, virtualenv Leave a comment
Older posts
Page1 Page2 Next →
  1. michealSmith07 on Is there a way to dynamically refresh the less command?August 21, 2022

    That is a very nice post. I like this post.

  2. anonymous on Fix libwacom9 dependency issue when upgrade DebianJune 27, 2022

    saved my day!! Thanks for the help…

  3. sreedhar on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    Thanks its working

  4. saintnick on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    remove libwacom2 worked for me as well

  5. ranafoul on Fix libwacom9 dependency issue when upgrade DebianApril 22, 2022

    apt remove libwacom2 helped on kali 2022.01. gr8

.net ajax asp.net asp.net-core asp.net-mvc asp.net-mvc-3 asp.net-mvc-4 asp.net-web-api bash c# command-line css custom-post-types custom-taxonomy dataframe dictionary django entity-framework functions gridview html iis javascript jquery json linux list matplotlib numpy pandas php plugin-development plugins posts python python-2.7 python-3.x security shell shell-script sql string vb.net webforms wp-query

© 2026 Magenaut • Built with GeneratePress