pycurl version conflict between installed packages

asolenzal

I have the following situation, I have a web server with Plesk installed in it, to update Plesk yum is required as the server is over CentOS. Now on the server I have installed an on demand image resizing solution (Thumbor) which depends on the pycurl package version greater than or equal to 7.19.0 and minor than 7.20.0, if I install the package required by Thumbor then yum brokes, and on excecution throws an error saying that the required version of pycurl is not installed, and the same happens to Thumbor. So is a situation where one of the two(Thumbor or yum) have to die :) . My question is, how can I have two versions of pycurl installed on my server in order to run both, Thumbor and yum? Or, is any way to have both living on the same server?

kkurian

Create a virtual environment. Install the web server's version of pycurl in the virtual environment. Run the web server in the virtual environment.

When you need to run yum do so outside of that virtual environment, so the web server's version of pycurl does not apply.

Depending upon which version of Python you're using for the web server one of these ought to get you started:

https://docs.python.org/3/library/venv.html

http://virtualenvwrapper.readthedocs.org/en/latest/

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Finding installed packages and the version

From Dev

Virtualbox guest additions installed but not working - version conflict

From Dev

How to upgrade nuget packages if the installed version is missing?

From Dev

How to list all the installed packages and their version with Cabal?

From Dev

Scan and get the packages installed on Ubuntu along with the version

From Dev

What is the difference between similar installed PHP packages?

From Dev

Conflict between my UploadActivity and Lollipop version

From Dev

Is there a way to differentiate between System packages and Manually installed packages in Linux?

From Dev

import the development version of a module over the version that is installed in site-packages

From Dev

Can't get sass + compass + susy installed due to version conflict

From Java

How can I see the current version of packages installed by pipenv?

From Java

How to get list of all installed packages along with version in composer?

From Dev

How can I see the current version of packages installed by pipenv?

From Dev

Once a version of Ubuntu crosses EOL, can no more packages be installed on it?

From Dev

How can I check the version of packages to be installed with apt-get?

From Dev

create lock file to show exact version of npm installed packages

From Dev

comparision between django model version control packages

From Dev

comparision between django model version control packages

From Dev

How to compare installed Linux packages between two machines

From Dev

Are there differences between the node packages installed by different versions of npm?

From Dev

Commons logging version conflict between StormCrawler and Hortonworks 1.1.0.2.6.4.0-91

From Dev

Git merge finds conflict after reverting to common version between branches

From Dev

Tool to search for packages whose installed version does not match any version from a repository?

From Dev

what's the difference between pycurl.WRITEFUNCTION and pycurl.WRITEDATA?

From Dev

Whats the difference between ServiceStack.OrmLite packages and .Signed version?

From Dev

What will be the difference between freshly installed OS and upgraded from previous version?

From Dev

Does an upgrade from 12.10 to 13.04 will effect the version of PHP/other packages installed?

From Dev

Does an upgrade from 12.10 to 13.04 will effect the version of PHP/other packages installed?

From Dev

How can I get a list of all packages available for a specific version of Ubuntu (not necessarily the one I have installed)?

Related Related

  1. 1

    Finding installed packages and the version

  2. 2

    Virtualbox guest additions installed but not working - version conflict

  3. 3

    How to upgrade nuget packages if the installed version is missing?

  4. 4

    How to list all the installed packages and their version with Cabal?

  5. 5

    Scan and get the packages installed on Ubuntu along with the version

  6. 6

    What is the difference between similar installed PHP packages?

  7. 7

    Conflict between my UploadActivity and Lollipop version

  8. 8

    Is there a way to differentiate between System packages and Manually installed packages in Linux?

  9. 9

    import the development version of a module over the version that is installed in site-packages

  10. 10

    Can't get sass + compass + susy installed due to version conflict

  11. 11

    How can I see the current version of packages installed by pipenv?

  12. 12

    How to get list of all installed packages along with version in composer?

  13. 13

    How can I see the current version of packages installed by pipenv?

  14. 14

    Once a version of Ubuntu crosses EOL, can no more packages be installed on it?

  15. 15

    How can I check the version of packages to be installed with apt-get?

  16. 16

    create lock file to show exact version of npm installed packages

  17. 17

    comparision between django model version control packages

  18. 18

    comparision between django model version control packages

  19. 19

    How to compare installed Linux packages between two machines

  20. 20

    Are there differences between the node packages installed by different versions of npm?

  21. 21

    Commons logging version conflict between StormCrawler and Hortonworks 1.1.0.2.6.4.0-91

  22. 22

    Git merge finds conflict after reverting to common version between branches

  23. 23

    Tool to search for packages whose installed version does not match any version from a repository?

  24. 24

    what's the difference between pycurl.WRITEFUNCTION and pycurl.WRITEDATA?

  25. 25

    Whats the difference between ServiceStack.OrmLite packages and .Signed version?

  26. 26

    What will be the difference between freshly installed OS and upgraded from previous version?

  27. 27

    Does an upgrade from 12.10 to 13.04 will effect the version of PHP/other packages installed?

  28. 28

    Does an upgrade from 12.10 to 13.04 will effect the version of PHP/other packages installed?

  29. 29

    How can I get a list of all packages available for a specific version of Ubuntu (not necessarily the one I have installed)?

HotTag

Archive