pip install failed: no module named cpuinfo

See original GitHub issue

I tried to update from 3.2.2 to 3.2.3, but I am getting the following error:

$ pip install -U tables
Collecting tables
  Using cached tables-3.2.3.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-zkFlL8/tables/setup.py", line 34, in <module>
        import cpuinfo
    ImportError: No module named cpuinfo

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-zkFlL8/tables/

It happens with both Python 2.7.11 and 3.4.3 on Linux.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:19 (16 by maintainers)

github_iconTop GitHub Comments

2reactions
dejlekcommented, Jul 5, 2016

Successfully installed numexpr-2.6.0 numpy-1.11.1 tables-3.2.3.1 – looks OK guys! Thanks!

1reaction
Dapidcommented, Jul 5, 2016

It works for me too. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pyinstaller - ModuleNotFoundError: No module named 'cpuinfo'
I fixed this issue by using this thread: Pyinstaller 'failed to execute' script. I use pycharm so this worked for me.
Read more >
py-cpuinfo - PyPI
Py-cpuinfo gets CPU info with pure Python. Py-cpuinfo should work without any extra programs or libraries, beyond what your OS provides. It does...
Read more >
ModuleNotFoundError: No module named 'py-cpuinfo'
Hi,. In your python environment you have to install padas library. You can install py-cpuinfo python with following command: pip install py-cpuinfo.
Read more >
Error during carputils installation when installing Python ...
I ran into an error when installing carputils on macOS Monterey 12.3.1, using Python 3.10. The error is not directly linked with carputils,...
Read more >
ModuleNotFoundError: No module named 'pip' in Python
The Python "ModuleNotFoundError: No module named 'pip'" occurs when pip is not installed in our Python environment. To solve the error, install the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found