Announcement

Collapse
No announcement yet.

Unable to install MySQL client newer than 2.1.1

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Unable to install MySQL client newer than 2.1.1

    hi .

    I'm going to install a simple Django app in Cloudlinux v9.4.0 STANDARD . everything like virtual env and easy apache mod's are completely install and we haven't any error .

    wired things is that when root user wants to install mysqlclient using command :

    pip install mysqlclient

    we have no problem . but when our customer wants to using that command , they get error :

    Getting requirements to build wheel ... error
    error: subprocess-exited-with-error

    × Getting requirements to build wheel did not run successfully.
    │ exit code: 1
    ╰─> [30 lines of output]

    well I see this post and do everything in that post. but it's didn't work for me .

    one more thing is that when user type : pip install mysqlclient==2.1.1 that's work!

    so that clear for me to cloudlinux have problem with new versions of mysqlclient .

    so please do something like update or some trick or ....

    thanks and best regards.

  • #2
    Hello,

    Can you please provide the output from the command? Those listed in [30 lines of output].

    Comment

    Working...
    X