Code Monkey home page Code Monkey logo

Comments (8)

hynek avatar hynek commented on July 19, 2024

Could you give me some information about your CPU? It seems like your compiler doesn’t like the inlined assembly.

from argon2-cffi.

josechaso avatar josechaso commented on July 19, 2024

Debian Jessie virtual machine (VirtualBox) on a Macbook Pro 15 (early 2011) and the CPU is 2,2 GHz Intel Core i7
thanks

from argon2-cffi.

hynek avatar hynek commented on July 19, 2024

Just to be sure, could you provide me with a cat /proc/cpuinfo? Thanks.

from argon2-cffi.

josechaso avatar josechaso commented on July 19, 2024

Sure,

processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model       : 42
model name    : Intel(R) Core(TM) i7-2720QM CPU @ 2.20GHz
stepping        : 7
cpu MHz     : 2200.783
cache size      : 6144 KB
physical id     : 0
siblings        : 1
core id     : 0
cpu cores       : 1
apicid      : 0
initial apicid  : 0
fdiv_bug        : no
f00f_bug        : no
coma_bug        : no
fpu         : yes
fpu_exception  : yes
cpuid level     : 5
wp          : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx rdtscp lm constant_tsc pni monitor ssse3 lahf_lm
bogomips        : 4401.56
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

from argon2-cffi.

hynek avatar hynek commented on July 19, 2024

Does it work if you compile using CFLAGS="-msse2" python setup.py build?

from argon2-cffi.

josechaso avatar josechaso commented on July 19, 2024

This worked, thanks.

Just in case it can help others, this is what I did:

export CFLAGS="-msse2"
pip install argon2_cffi

and the installation run successfully.

from argon2-cffi.

hynek avatar hynek commented on July 19, 2024

Thank you. Let's keep this open, installation should work without hand-passing compiler flags.

from argon2-cffi.

ofek avatar ofek commented on July 19, 2024

#13 fixed this

from argon2-cffi.

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.