Giter Site home page Giter Site logo

Comments (14)

Jean85 avatar Jean85 commented on September 25, 2024

+1, here too, using XBian clean install on Raspberry: it's ARM, the selected TMDB packet is for amd64, maybe that's the problem?

from pytmdb3.

were55 avatar were55 commented on September 25, 2024

Same issue in raspbmc when trying to upgrade it.

from pytmdb3.

diyanei avatar diyanei commented on September 25, 2024

same issue on ubuntu 12.04 on i686 when trying to upgrade it... Trying to install freebsd on amd64 version.

from pytmdb3.

diyanei avatar diyanei commented on September 25, 2024

I just found out that installing tmdb3 through the following commands does the trick

# pip uninstall tmdb3
# pip install -Iv https://pypi.python.org/packages/source/t/tmdb3/tmdb3-0.7.1.tar.gz#md5=a3de16b84747ddec0e40c5a54cb17173

Thanks for your good work, @wagnerrp
my 2 cents,

from pytmdb3.

Crupuk avatar Crupuk commented on September 25, 2024

The previous method doesn't work for me...

I'm trying to install flexget, and pip continue to ask for the freebsd package... :-(

from pytmdb3.

Jean85 avatar Jean85 commented on September 25, 2024

It worked for me at the time of my previous post (the first reply of this thread).
I got that command from the link of the first post.

from pytmdb3.

Crupuk avatar Crupuk commented on September 25, 2024
# pip uninstall tmdb3
Uninstalling tmdb3:
  /usr/lib/python2.7/site-packages/tmdb3-0.7.1-py2.7.egg-info
.....
Proceed (y/n)? y
  Successfully uninstalled tmdb3
# pip install -Iv https://pypi.python.org/packages/source/t/tmdb3/tmdb3-0.7.1.tar.gz#md5=a3de16b84747ddec0e40c5a54cb17173
Downloading/unpacking https://pypi.python.org/packages/source/t/tmdb3/tmdb3-0.7.1.tar.gz
  Downloading tmdb3-0.7.1.tar.gz
  Downloading from URL https://pypi.python.org/packages/source/t/tmdb3/tmdb3-0.7.1.tar.gz
  Running setup.py egg_info for package from https://pypi.python.org/packages/source/t/tmdb3/tmdb3-0.7.1.tar.gz
    running egg_info
    creating pip-egg-info/tmdb3.egg-info
    writing pip-egg-info/tmdb3.egg-info/PKG-INFO
    writing top-level names to pip-egg-info/tmdb3.egg-info/top_level.txt
    writing dependency_links to pip-egg-info/tmdb3.egg-info/dependency_links.txt
    writing manifest file 'pip-egg-info/tmdb3.egg-info/SOURCES.txt'
    warning: manifest_maker: standard file '-c' not found

    reading manifest file 'pip-egg-info/tmdb3.egg-info/SOURCES.txt'
    writing manifest file 'pip-egg-info/tmdb3.egg-info/SOURCES.txt'
Installing collected packages: tmdb3
  Running setup.py install for tmdb3
    running install
    running build
    running build_py
    creating build
    creating build/lib
.....
    byte-compiling /usr/lib/python2.7/site-packages/tmdb3/cache_null.py to cache_null.pyc
    running install_egg_info
    running egg_info
    creating tmdb3.egg-info
    writing tmdb3.egg-info/PKG-INFO
    writing top-level names to tmdb3.egg-info/top_level.txt
    writing dependency_links to tmdb3.egg-info/dependency_links.txt
    writing manifest file 'tmdb3.egg-info/SOURCES.txt'
    warning: manifest_maker: standard file '-c' not found

    reading manifest file 'tmdb3.egg-info/SOURCES.txt'
    writing manifest file 'tmdb3.egg-info/SOURCES.txt'
    Copying tmdb3.egg-info to /usr/lib/python2.7/site-packages/tmdb3-0.7.1-py2.7.egg-info
    running install_scripts
    writing list of installed files to '/tmp/pip-z4Nywq-record/install-record.txt'
Successfully installed tmdb3
Cleaning up...
# pip install flexget --upgrade
Downloading/unpacking flexget from https://pypi.python.org/packages/source/F/FlexGet/FlexGet-1.2.230.tar.gz#md5=5ab4073c42b32c22f1a2cb856881e24f
  Running setup.py egg_info for package flexget
    warning: no previously-included files matching '*' found under directory 'tests'
Requirement already up-to-date: FeedParser>=5.1.3 in /usr/lib/python2.7/site-packages (from flexget)
Downloading/unpacking SQLAlchemy>=0.7.5,!=0.9.0,<0.9.99 from https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-0.9.8.tar.gz#md5=470ca4da4a0081efc830f0d90dd91682 (from flexget)
  Running setup.py egg_info for package SQLAlchemy

    warning: no files found matching '*.jpg' under directory 'doc'
    warning: no files found matching 'distribute_setup.py'
    warning: no files found matching 'sa2to3.py'
    warning: no files found matching 'ez_setup.py'
    no previously-included directories found matching 'doc/build/output'
Requirement already up-to-date: PyYAML in /usr/lib64/python2.7/site-packages (from flexget)
Requirement already up-to-date: beautifulsoup4>=4.1,!=4.2.0,<4.4 in /usr/lib/python2.7/site-packages (from flexget)
Requirement already up-to-date: html5lib>=0.11 in /usr/lib/python2.7/site-packages (from flexget)
Requirement already up-to-date: PyRSS2Gen in /usr/lib/python2.7/site-packages (from flexget)
Requirement already up-to-date: pynzb in /usr/lib/python2.7/site-packages (from flexget)
Requirement already up-to-date: progressbar in /usr/lib/python2.7/site-packages (from flexget)
Requirement already up-to-date: rpyc in /usr/lib/python2.7/site-packages (from flexget)
Requirement already up-to-date: jinja2 in /usr/lib/python2.7/site-packages (from flexget)
Downloading/unpacking requests>=1.0,!=2.4.0,<2.99 from https://pypi.python.org/packages/source/r/requests/requests-2.5.0.tar.gz#md5=b8bf3ddca75e7ecf1b6776da1e6e3385 (from flexget)
  Running setup.py egg_info for package requests

Downloading/unpacking python-dateutil!=2.0,!=2.2 from https://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-2.3.tar.gz#md5=14dae5a51d11802cc1e8828c5f797358 (from flexget)
  Running setup.py egg_info for package python-dateutil

Downloading/unpacking jsonschema>=2.0 from https://pypi.python.org/packages/source/j/jsonschema/jsonschema-2.4.0.tar.gz#md5=661f85c3d23094afbb9ac3c0673840bf (from flexget)
  Running setup.py egg_info for package jsonschema

Requirement already up-to-date: python-tvrage in /usr/lib/python2.7/site-packages (from flexget)
Downloading/unpacking tmdb3 from https://pypi.python.org/packages/any/t/tmdb3/tmdb3-0.7.1.freebsd-10.0-RELEASE-amd64.tar.gz#md5=ba031d315ad96192f17e8c751e8bee04 (from flexget)
  Downloading tmdb3-0.7.1.freebsd-10.0-RELEASE-amd64.tar.gz (71kB): 71kB downloaded
  Running setup.py egg_info for package tmdb3
    Traceback (most recent call last):
      File "<string>", line 16, in <module>
    IOError: [Errno 2] No such file or directory: '/tmp/pip-build-root/tmdb3/setup.py'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 16, in <module>

IOError: [Errno 2] No such file or directory: '/tmp/pip-build-root/tmdb3/setup.py'

----------------------------------------
Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-root/tmdb3
Storing complete log in /root/.pip/pip.log

Same issue ....

I'm on CentOs 7 with Python 2.7 and pip 1.3.1

# pip --version
pip 1.3.1 from /usr/lib/python2.7/site-packages (python 2.7)

Thanls @Jean85 for your reply

from pytmdb3.

gazpachoking avatar gazpachoking commented on September 25, 2024

@wagnerrp Any idea on this?

from pytmdb3.

sveale avatar sveale commented on September 25, 2024

I had the same issue with Flexget on Debian.
My mistake was using the "global" Pip, instead of the local one that's installed under "bin/" inside the Flexget directory (I'm installing from source pulled from github, this probably doesn't matter when installing flexget with global pip).

from pytmdb3.

gazpachoking avatar gazpachoking commented on September 25, 2024

@Toilal Looks like you are pypi maintainer as well? Any ideas?

from pytmdb3.

Toilal avatar Toilal commented on September 25, 2024

Hi, i'm maintainer of tmdb3 package on pypi, but I didn't wrote the library.

I've just upgraded the package to latest version too, and it may fix the issue.

from pytmdb3.

gazpachoking avatar gazpachoking commented on September 25, 2024

Thanks @Toilal, looks like pip install is working again!

from pytmdb3.

wagnerrp avatar wagnerrp commented on September 25, 2024

Sorry I've been out of touch the last couple months. Is this issue resolved?

from pytmdb3.

were55 avatar were55 commented on September 25, 2024

Yes, is working now, thanks

from pytmdb3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.