Giter VIP home page Giter VIP logo

Comments (7)

mbethke avatar mbethke commented on August 16, 2024

I just ran into the same problem while trying to install protobuf-2.6.1, also on F22. The problem is that pip 6.0.8 seems to have a problem parsing pytz's version number "2012d". This has been fixed in the latest pip 7.1.2, so this works:

$ pip install --user --upgrade pip
$ PATH="$HOME/.local/bin:$PATH"
$ pip install --user --upgrade ... 

from rhythmbox-gmusic.

agunn-mc avatar agunn-mc commented on August 16, 2024

I was having this same issue with pip 7.1.2 on F22. I was able to work around it by installing protobuf with easy_install.

$ sudo easy_install protobuf

from rhythmbox-gmusic.

samhed avatar samhed commented on August 16, 2024

Can't install on Fedora 24.. I'm getting:

Compiling support for Intel AES instructions
building 'Crypto.Hash._MD2' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/src
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DLTC_NO_ASM -DHAVE_CPUID_H -Isrc/ -I/usr/include/python2.7 -c src/MD2.c -o build/temp.linux-x86_64-2.7/src/MD2.o
gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld build/temp.linux-x86_64-2.7/src/MD2.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Hash/_MD2.so
/bin/ld: cannot find -lpython2.7
collect2: error: ld returned 1 exit status
error: command 'gcc' failed with exit status 1

----------------------------------------
Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-JXgtcF/pycryptodomex/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-vuzHx9-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-JXgtcF/pycryptodomex/

from rhythmbox-gmusic.

KeizerDev avatar KeizerDev commented on August 16, 2024

@samhed
You should install python-devel to compile with it.

sudo dnf install python-devel-2.7.12-6.fc24 

from rhythmbox-gmusic.

samhed avatar samhed commented on August 16, 2024

thanks @KeizerDev

from rhythmbox-gmusic.

rimmer avatar rimmer commented on August 16, 2024

gratefull @KeizerDev as well

from rhythmbox-gmusic.

fkaleo avatar fkaleo commented on August 16, 2024

This fork seems more up to date: https://github.com/jgoguen/rhythmbox-gmusic

from rhythmbox-gmusic.

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.