[solved]python-pip fileconflict with __pycache__ folders

When I ran pacman -Syu I'v got the following errors.
error: failed to commit transaction (conflicting files)
python-pip: /usr/lib/python3.2/site-packages/pip/__pycache__/__init__.cpython-32.pyc exists in filesystem
python-pip: /usr/lib/python3.2/site-packages/pip/__pycache__/backwardcompat.cpython-32.pyc exists in filesystem
python-pip: /usr/lib/python3.2/site-packages/pip/__pycache__/basecommand.cpython-32.pyc exists in filesystem
python-pip: /usr/lib/python3.2/site-packages/pip/__pycache__/baseparser.cpython-32.pyc exists in filesystem
python-pip: /usr/lib/python3.2/site-packages/pip/__pycache__/download.cpython-32.pyc exists in filesystem
python-pip: /usr/lib/python3.2/site-packages/pip/__pycache__/exceptions.cpython-32.pyc exists in filesystem
python-pip: /usr/lib/python3.2/site-packages/pip/__pycache__/index.cpython-32.pyc exists in filesystem
python-pip: /usr/lib/python3.2/site-packages/pip/__pycache__/locations.cpython-32.pyc exists in filesystem
python-pip: /usr/lib/python3.2/site-packages/pip/__pycache__/log.cpython-32.pyc exists in filesystem
python-pip: /usr/lib/python3.2/site-packages/pip/__pycache__/req.cpython-32.pyc exists in filesystem
python-pip: /usr/lib/python3.2/site-packages/pip/__pycache__/status_codes.cpython-32.pyc exists in filesystem
python-pip: /usr/lib/python3.2/site-packages/pip/__pycache__/util.cpython-32.pyc exists in filesystem
python-pip: /usr/lib/python3.2/site-packages/pip/commands/__pycache__/__init__.cpython-32.pyc exists in filesystem
python-pip: /usr/lib/python3.2/site-packages/pip/commands/__pycache__/install.cpython-32.pyc exists in filesystem
python-pip: /usr/lib/python3.2/site-packages/pip/commands/__pycache__/uninstall.cpython-32.pyc exists in filesystem
python-pip: /usr/lib/python3.2/site-packages/pip/vcs/__pycache__/__init__.cpython-32.pyc exists in filesystem
python-pip: /usr/lib/python3.2/site-packages/pip/vcs/__pycache__/bazaar.cpython-32.pyc exists in filesystem
python-pip: /usr/lib/python3.2/site-packages/pip/vcs/__pycache__/git.cpython-32.pyc exists in filesystem
python-pip: /usr/lib/python3.2/site-packages/pip/vcs/__pycache__/mercurial.cpython-32.pyc exists in filesystem
python-pip: /usr/lib/python3.2/site-packages/pip/vcs/__pycache__/subversion.cpython-32.pyc exists in filesystem
Errors occurred, no packages were upgraded.
There are no other files in theese __pychace__ folders.Should I try to remove the __pycache__ folders manually and try again?
Last edited by matyilona200 (2012-09-08 21:49:08)

Yes but only remove those specific __pycache__ folders. This happens when the maintainer doesn't include the pyc files in the initial package and adds them later.

Similar Messages

  • [SOLVED] Cannot install KDE with python-numpy pre-installed?

    Hi, all
    I am with xfce currently and though of tring KDE. However when I  tried to install KDE it turns that there are confilicts between 'kde' and 'python-numpy':
    :: Proceed with installation? [Y/n]
    (318/318) checking keys in keyring [####################################] 100%
    (318/318) checking package integrity [####################################] 100%
    (318/318) loading package files [####################################] 100%
    (318/318) checking for file conflicts [####################################] 100%
    error: failed to commit transaction (conflicting files)
    python2-numpy: /usr/bin/f2py2 exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy-1.8.0-py2.7.egg-info exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy/__config__.py exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy/__config__.pyc exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy/__init__.py exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy/__init__.pyc exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy/_import_tools.py exists in filesystem
    python2-numpy: /usr/lib/python2.7/site-packages/numpy/_import_tools.pyc exists in filesystem
    Can anyone help please?
    thanks,
    ps:
    python-numpy was installed via "pip install numpy" instead of "pacman -S python-numpy". Could this cause any problem?
    Last edited by hellolj (2014-03-02 06:15:30)

    circleface wrote:
    hellolj wrote:By that, does it mean I should always stick to using "pacman" instead of "pip install"?
    Generally it is less pain to stick to pacman only.  Using anything else would mean pacman cannot know what packages certain files belong to, similar to what you ran into here.
    Got it. Seems I have to reinstall my python packages from scratches again.
    Thanks to all the help.
    SOLVED.

  • [SOLVED] Python errors on upgrade

    Hello, it would seem that I have failed to notice over the last week to week and a half that I have been failing to upgrade my system because of python errors (it would seem I have been glazing over the stream of python errors dismissing them as failed updates that would be magically "fixed" in the next update). I have google for similar problems but most of them deal with __pycache__ being the sole problem which I have already deleted from the python3.4 to no avail. As I look over the failures it would seem it is not wholly attributed to __pycache__ folders only either.
    Here is the output I get on submitting sudo pacman -Syu:
    error: failed to commit transaction (conflicting files)
    python-requests: /usr/lib/python3.4/site-packages/requests/__init__.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/__pycache__/__init__.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/__pycache__/adapters.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/__pycache__/api.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/__pycache__/auth.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/__pycache__/certs.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/__pycache__/compat.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/__pycache__/cookies.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/__pycache__/exceptions.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/__pycache__/hooks.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/__pycache__/models.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/__pycache__/sessions.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/__pycache__/status_codes.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/__pycache__/structures.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/__pycache__/utils.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/adapters.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/api.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/auth.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/certs.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/compat.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/cookies.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/exceptions.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/hooks.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/models.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/__init__.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/__pycache__/__init__.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__init__.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/__init__.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/big5freq.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/big5prober.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/chardetect.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/chardistribution.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/charsetgroupprober.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/charsetprober.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/codingstatemachine.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/compat.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/constants.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/cp949prober.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/escprober.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/escsm.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/eucjpprober.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/euckrfreq.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/euckrprober.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/euctwfreq.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/euctwprober.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/gb2312freq.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/gb2312prober.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/hebrewprober.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/jisfreq.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/jpcntx.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/langbulgarianmodel.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/langcyrillicmodel.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/langgreekmodel.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/langhebrewmodel.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/langhungarianmodel.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/langthaimodel.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/latin1prober.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/mbcharsetprober.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/mbcsgroupprober.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/mbcssm.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/sbcharsetprober.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/sbcsgroupprober.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/sjisprober.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/universaldetector.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/__pycache__/utf8prober.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/big5freq.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/big5prober.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/chardetect.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/chardistribution.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/charsetgroupprober.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/charsetprober.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/codingstatemachine.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/compat.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/constants.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/cp949prober.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/escprober.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/escsm.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/eucjpprober.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/euckrfreq.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/euckrprober.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/euctwfreq.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/euctwprober.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/gb2312freq.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/gb2312prober.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/hebrewprober.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/jisfreq.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/jpcntx.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/langbulgarianmodel.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/langcyrillicmodel.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/langgreekmodel.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/langhebrewmodel.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/langhungarianmodel.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/langthaimodel.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/latin1prober.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/mbcharsetprober.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/mbcsgroupprober.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/mbcssm.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/sbcharsetprober.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/sbcsgroupprober.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/sjisprober.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/universaldetector.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/chardet/utf8prober.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/__init__.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/__pycache__/__init__.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/__pycache__/_collections.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/__pycache__/connection.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/__pycache__/connectionpool.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/__pycache__/exceptions.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/__pycache__/fields.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/__pycache__/filepost.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/__pycache__/poolmanager.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/__pycache__/request.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/__pycache__/response.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/_collections.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/connection.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/contrib/__init__.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/contrib/__pycache__/__init__.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/contrib/__pycache__/ntlmpool.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/contrib/__pycache__/pyopenssl.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/contrib/ntlmpool.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/contrib/pyopenssl.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/exceptions.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/fields.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/filepost.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/packages/__init__.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/packages/__pycache__/__init__.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/packages/__pycache__/ordered_dict.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/packages/__pycache__/six.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/packages/ordered_dict.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/packages/six.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/packages/ssl_match_hostname/__pycache__/_implementation.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/poolmanager.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/request.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/response.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/util/__init__.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/util/__pycache__/__init__.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/util/__pycache__/connection.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/util/__pycache__/request.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/util/__pycache__/response.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/util/__pycache__/retry.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/util/__pycache__/ssl_.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/util/__pycache__/timeout.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/util/__pycache__/url.cpython-34.pyc exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/util/connection.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/util/request.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/util/response.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/util/retry.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/util/ssl_.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/util/timeout.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/packages/urllib3/util/url.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/sessions.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/status_codes.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/structures.py exists in filesystem
    python-requests: /usr/lib/python3.4/site-packages/requests/utils.py exists in filesystem
    Errors occurred, no packages were upgraded.
    Any guidance towards narrowing and solving the problem would be greatly appreciated.
    Last edited by typedeph (2015-01-14 15:09:41)

    How sad, I could have had this fixed a week ago had I just read this: https://wiki.archlinux.org/index.php/Pa … 9.22_error
    The conflicting package was requests. For some reason it wasn't owned by any package.

  • Lightroom 4 crashes when trying to open the slideshow module. I spent over three hours with both Adobe and Apple tech support and we know it is a permission issue but have not been able to get it solved.  It started with the last upgrade to 10.8

    Lightroom 4 crashes when trying to open the slideshow module. I spent over three hours with both Adobe and Apple tech support and we know it is a permission issue but have not been able to get it solved.  It started with the last upgrade to 10.8

    Back up all data.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    Step 1
    If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. To do that, unlock the preference pane using the credentials of an administrator, check the box marked Allow user to administer this computer, then reboot. You can demote the problem account back to standard status when this step has been completed.
    Triple-click the following line to select it. Copy the selected text to the Clipboard (command-C):
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -Rh $UID:staff ~ $_ ; sudo chmod -R u+rwX ~ $_ ; chmod -R -N ~ $_ ; } 2> /dev/null
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command will take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear, then quit Terminal.
    Step 2 (optional)
    The first step should give you usable permissions in your home folder. This step will restore special attributes set by OS X on some user folders to protect them from unintended deletion or renaming. You can skip this step if you don't consider that protection to be necessary.
    Boot into Recovery by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    resetpassword
    That's one word, all lower case, with no spaces. Then press return. A Reset Password window will open. You’re not  going to reset a password.
    Select your boot volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • Failed to install python-pip due to unknown signature

    sudo pacman -S python-pip
    ERROR:python-distribute: signature from "Stéphane Gaudreault <[email protected]>" is unknown trust
    ERROR:python-pip: signature from "Dan McGee <[email protected]>" is unknown trust
    I'v tried "sudo pacman-key --init" what without luck
    Please help

    The latest news item about package signing has what you need.
    Always keep up with the latest Arch news. If you're not prepared to do that, you should consider changing distro.

  • Importing Main Folders with Sub-folders

    I am a new Mac user and I am trying to import my photos into iPhoto6.0. I have created main folders with sub-folders (eg. Main Folder = Holiday, Sub-folder = Australia Trip) and would like the sub-folders to appear when I open iPhoto. However, I cannot seem to get the main folder or sub-folder names to appear in iPhoto. The photos just get imported into the library and segregated by year.
    I tried reading the forum, and seem to infer that iPhoto cannot handle sub-folder names. However, when I read iPhoto 6.0 Help page, it states:
    "You can also drag individual photos or an entire folder from the Finder into iPhoto's photo viewing area. If you drag a folder, a film roll is created with the folder's name. If the folder you import contains subfolders, film rolls are created with each subfolder's name."
    I tried the above, but I don't seem to manage to get the film rolls named as described.
    Please help!!
    MacBook   Mac OS X (10.4.8)  

    Could it be confusion with what you are viewing in the iPhoto window?
    iPhoto always shows you a "last roll", which is really more like a smart album than a Film Roll. It is simply a quick way to find the photos from your most recent import session. When I drag in 2 folders to import, it only shows the second folder when I select "last roll." Are you seeing photos from one of your folders, or both of them together?
    Select "Library" from the top of your Source Pane to see your entire library. It doesn't mattter if you already have photos in your library or if you're beginning fresh. Under the "View" menu, select "Film Rolls" so that it is checked. Also under View, select "Sort Photos" > "by Film Roll". Now try to select the name/icon of 2 folders in Finder, then drag over the iPhoto window onto where the thumbnails display your library. (Or display nothing, if your library is empty.) Release when the curser is a green plus sign. When the import is finished you should see the 2 folder names (now as rolls) each with a set of thumbnails below it. Check the slider near the bottom right of the iPhoto window; moving it all the way to the left will give you the smallest thumbnails and allow you to see more photos at once.
    Please try this again and let me know how it goes. If this does not solve it, then I can tell you how to check what's in your library. But the Film Roll view should work.

  • Issues with take folders \ comping

    I was messin around with "Take Folders" and the new comping feature. . . My question is this, once you group a buncha pre-recorded clips into a take folder ("pack them") is there any way to move their location without unpacking and starting over?
    Randomly they are being shifted out of sync (PROBLEM) and it's a huge pain in the *** because I have no idea how to fix it without unpacking and messing up all my work
    Thanks
    jeremy

    remove current gmail account
    then add new account
    choose email, calendar, contacts
    choose advanced setup
    Choose Microsoft Exchange ActiveSync
    - Description, put what you want to describe it
    - Leave domain blank
    - User name will be your user name on gmail
    - Use your email address for email address
    - Use m.google.com for server address
    click on save and enjoy
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

  • MY system folder, including hidden folders are littered with duplicate folders and files with the suffix (from old Mac) How do I remove them

    I have a Macbook Pro running Leopard 10.5.8. I had a problem with my my operating system (my fault, I moved a file I shoudnt have) couldnt boot up but was able to boot up from a backup. I managed to repair my original system except now all the system folders, including hidden folders are littered with duplicate folders and files with the suffix (from old Mac).  For the most part the dupes are an exact copy, but not always.  I want to remove them to free up space and cant imagine duplicate folders in the /system/library are not hindering my computer. But I dont know where to start and am afraid of doing irreparable damage. Any ideas

    pacull,
    Use iCal>View>Show Notifications to choose what to do with the notification.

  • Messed with library folders in "pictures" application

    While trying to find some pictures in the "iphoto library" within the "pictures" folder in applications, I renamed and deleted what I thought were arbitrary or blank folders. After this changed all of my thumbnails in iphoto to blanks, I learned that you are not supposed to mess with the folders in either library. Too late. How do I get them back? The pictures are still in the "pictures" iphoto library within applications, but not in my iphoto program on my desktop. HELP!

    The reason I went in and changed names and such was to more easily find the photos to attach in an email or to upload to a photo site.
    There is a much better way to do this than fishing around in the iPhoto Library folder.
    Use iPhoto to select the photos for your email (or to upload to a website, or to burn to disc for printing). Then Export the photos to a folder on your desktop. During the export you can also resize them, to make them smaller for email or websites. You can also have the exports renamed by the iPhoto title or album name. Use the exported copies to attach to your email or website. When you're done you can delete the desktop copies, as the full-sized files are still safe inside your iPhoto library.

  • Issue with shared folders in oracle linux 6.4

    Hi.
    After installing oracle linux 6.4 in vmware (9 and 10) shared folders still not visible in guest os.
    i see such issue first time. before this i have installed red hat 6.3 and centOS 6.5. via vmware and everything was ok with shared folders.
    but in Linux Oracle i can not see them neither in mnt nor media.
    so is there an issue in oracle 6.4. release? was it fixed in 6.5?
    p.s. i have instlalled vmware tools but problem with shared folders still persists.
    screenshots from my laptop
    RGhost — файлообменник
    RGhost — файлообменник
    RGhost — файлообменник
    RGhost — файлообменник

    e9af1f61-cf4a-46b2-880b-989b0761844e wrote:
    i have moved this messages by mistake https://forums.oracle.com/thread/2613503 to another branch.
    could you return it back, please?
    Moderator reply:
    Nope.
    That is not one of the capabilities of moderator or site administrator functions in the software the runs the site.
    You are stuck with two pieces in this discussion.
    All I'\m able to do is lock that branched piece (which I've done).
    You need to be a bit more careful on what you might choose to click upon.

  • I want to delete folders in the email I want to start over with new folders

    I want to delete the folders that appear on the left side column next to the email window..... I don't know how else to describe it. I saved folders that I now want to delete, or re label into new folders
    Gene

    you are correct, I am using an email program...Yahoo!
    I had created folders that line up on the left side of the page, next to the email inbox that is open with all the emails showing....I wanted to delete the folders and start over with new folders, without emptying them, or renaming them......
    I kept trying, and found out that selecting the folder, and actually hitting the delete button on my keyboard.....and it worked!!! what do you know!...I thought there must have been a super secret keyboard trick...and I feel ashamed I didn't think of that(''selecting and typing the delete key'') before posting the question...I want desperately to reorganize my email, with customer names, before starting over with new folders.
    thanks for your quick response...anyway.

  • Feature Request: Tagging coupled with Smart Folders

    Would love to see the next version of Safari add tagging, as has been mentioned here before, but more importantly I'd like to see Smart Folder capability added as well.
    I'm a big fan of Smart Folders in Mail; makes it easy to file -- I just drop everything in my "Saved Mail" folder, then set up the Smart Folders as needed (e.g., "Client Mail", "Mom", "Amazon - Sold, Ship Now", etc.
    Applying the same process to Safari bookmarks would be wonderful. For instance, let's say I have a bookmark for the plastic modeling website Starship Modeler (starshipmodeler.com); I could tag it with "Modeling" (obvious), "Shopping" (since it has a store), "Sci-Fi", and then even more specific tags like "Star Wars" or "2001 A Space Odyssey". I could then make a smart folder that would find bookmarks tagged only with "shopping" and "Star Wars", and it'd show up there. But it would also show up in my smart folder just for "modeling", etc.
    Right now I have hundreds of bookmarks if not more. I've tried a number of tagging programs but none really fit the bill. Native tagging, along with smart folders, would make Safari far and ahead my favorite browser (which it already is, but more so, eh?).

    Hi,
    Put a bug in Apple's ear by providing feedback here.
    http://www.apple.com/feedback/macosx.html
    Carolyn

  • TS3276 On the left side of the mail page there is an "On My Mac" header with several folders included. One of the folders, in white, is one called "recovered mail" I don't know how this got there and am not able to delete it. Not receiving any email now.

    On the left side of the mail page there is an "On My Mac" header with several folders included. One of the folders, in white, is one called "recovered mail" with 843 messages in it. I don't know how this got there and am not able to delete it. I am also no longer receiving any email now. Help!

    set the wake-on lan on the main computer
    The laptop's too far away from the router to be connected by ethernet. It's all wifi.
    No separate server app on the laptop, it's all samba
    The files are on a windows laptop and a hard drive hooked up to the windows laptop. The windows share server is pants, so I'd need some sort of third party server running. Maybe you weren't suggesting to use Samba to connect to the windows share though?
    I'm glad that you've all understood my ramblings and taken and interest, thanks The way I see it, I can't be the only netbook user these days looking for this kind of convenience, and I certainly won't be once chrome and moblin hit the market.
    Last edited by saft (2010-03-18 20:38:08)

  • Itunes installs with many folders of the same name,why?

    I have uninstalled and installed 3 times.  Each time it loads with many folders on left column with the same name.  What is resolution?

    Do you mean playlist folders or playlists? Reinstalling iTunes does not rebuild the library so it won't tidy up the structure of your library. Recent builds of iTunes have imported any m3u playlists found when scanning the media folders which can cause problems if you've previously generated playlists for all your albums with other software, though in this case the playlists would have different names.
    Have you subscribed to iTunes Match? There is a bug that can sometimes create hundreds of duplicate empty playlists. I've two scripts which might help you clean up: KillEmptyPlaylists and KillTopLevelPlaylists. This post describes a technique for resetting iTunes Match to stop it happening again.
    tt2

  • I have a folder with 10 folders inside it, 8 of the folders will not function when I use "show view options".

    I have a Folder with 10 Folders inside it, 8 of the Folders will not function when I use "show view options", they always default back the default.  The "show view options" works on all my other Folders in my system, even on the first two of the Folder in question.  How can I correct it?  I have tried every thing I can think of, even deleting the Folders & reintalling them.  For some strange reason the "show view options" only does not work on the last 8 Folders in the Folder in question.

    Instead GarageBand recognize my keyboard and i can play normally, also, if it can help, those are the Audio and Midi Logic Preferences and the Controller Surfaces Setup with the keyboard connected :

Maybe you are looking for

  • Creation of a new Role in Content 10.0.1

    Hi everyone, I would like to create a new standard role in my domain. To do this I noticed the SecurityManager and its method createRole. I tried to create a new role with it using the default domain as target. I always get the error ORACLE.FDK.Acces

  • Oracle 8.0 - how to identify temporary tablespace using dba v$ views

    Hello experts, can someone tell me how can I query a v$ or dba_ view to identify which are the temporary tablespace in a 8.0.5 Oracle database? Thx in advance.

  • This is redicul

    Just wanna say, this is ridiculous...all these problems, is the norm? This thing obviously was not qc'd before it went out the door. For the average Joe, this is NOT user friendly at all! The amount of work that had to be done just to e-mail customer

  • Exporting or Copying from Desktop Taking a Long Time

    Hello- I am a super user. I ran a standard report set up by our administrator, then altered it by adding two new fields and adding a condition. The report ran in less than a minute and returned 6864 rows. For some reason, the report will not export a

  • Append to previous report.

    Hi I'm using BO XI3.1 and trying to create a report which will be scheduled to run everyday at 9:00AM I would like to know if there's any way to append the result to the report created previous day. What I need to do is to compare the result with the