Closed mrechte closed 8 years ago
This is definitively strange. Have you tried installing ovh in a fresh virtualenv? It is not generally recommended in Python to mix user installed packages with system managed ones.
Thanks. I tried on another machine (still on Arch) and I did not get the problem:
# pip install ovh
Collecting ovh
Downloading ovh-0.4.2.tar.gz (550kB)
100% |████████████████████████████████| 552kB 1.6MB/s
Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/lib/python3.5/site-packages (from ovh)
Collecting d2to1==0.2.11 (from ovh)
Downloading d2to1-0.2.11.tar.gz
Installing collected packages: d2to1, ovh
Running setup.py install for d2to1 ... done
Running setup.py install for ovh ... done
Successfully installed d2to1-0.2.11 ovh-0.4.2
You are using pip version 8.1.1, however version 8.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
It looks like there is some interference with the sphinx package.
However I'll check again with virtualenv tomorrow.
Good to know! Let me know if you see something we can improve after your tests.
It is OK with virtualenv. Thanks
Hello,
pip install ovh fails on:
from six.moves import UserString ImportError: cannot import name 'UserString'
However six is available:
$ uname -a Linux xxxx 4.5.3-1-ARCH #1 SMP PREEMPT Sat May 7 20:43:57 CEST 2016 x86_64 GNU/Linux
Full error message: