question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

could not install the deephyper.

See original GitHub issue

I am installing deephyper using, pip install deephper, but i am getting error:

Running setup.py clean for yarl
 Building wheel for multidict (PEP 517) ... error
 Complete output from command /usr/bin/python3 /usr/lib/python3.6/dist-packages/pip/_vendor/pep517/_in_process.py build_wheel /tmp/tmp0rmzbrl6:
 *********************
 * Accelerated build *
 *********************
 running bdist_wheel
 running build
 running build_py
 creating build
 creating build/lib.linux-x86_64-3.6
 creating build/lib.linux-x86_64-3.6/multidict
 copying multidict/_compat.py -> build/lib.linux-x86_64-3.6/multidict
 copying multidict/__init__.py -> build/lib.linux-x86_64-3.6/multidict
 copying multidict/_multidict_py.py -> build/lib.linux-x86_64-3.6/multidict
 copying multidict/_abc.py -> build/lib.linux-x86_64-3.6/multidict
 copying multidict/_multidict_base.py -> build/lib.linux-x86_64-3.6/multidict
 running egg_info
 writing multidict.egg-info/PKG-INFO
 writing dependency_links to multidict.egg-info/dependency_links.txt
 writing top-level names to multidict.egg-info/top_level.txt
 adding license file 'LICENSE' (matched pattern 'LICENSE')
 reading manifest file 'multidict.egg-info/SOURCES.txt'
 reading manifest template 'MANIFEST.in'
 warning: no previously-included files matching '*.pyc' found anywhere in distribution
 warning: no previously-included files found matching 'multidict/_multidict.html'
 warning: no previously-included files found matching 'multidict/*.so'
 warning: no previously-included files found matching 'multidict/*.pyd'
 warning: no previously-included files found matching 'multidict/*.pyd'
 no previously-included directories found matching 'docs/_build'
 writing manifest file 'multidict.egg-info/SOURCES.txt'
 copying multidict/__init__.pyi -> build/lib.linux-x86_64-3.6/multidict
 copying multidict/_multidict.c -> build/lib.linux-x86_64-3.6/multidict
 copying multidict/py.typed -> build/lib.linux-x86_64-3.6/multidict
 creating build/lib.linux-x86_64-3.6/multidict/_multilib
 copying multidict/_multilib/defs.h -> build/lib.linux-x86_64-3.6/multidict/_multilib
 copying multidict/_multilib/dict.h -> build/lib.linux-x86_64-3.6/multidict/_multilib
 copying multidict/_multilib/istr.h -> build/lib.linux-x86_64-3.6/multidict/_multilib
 copying multidict/_multilib/iter.h -> build/lib.linux-x86_64-3.6/multidict/_multilib
 copying multidict/_multilib/pair_list.h -> build/lib.linux-x86_64-3.6/multidict/_multilib
 copying multidict/_multilib/views.h -> build/lib.linux-x86_64-3.6/multidict/_multilib
 running build_ext
 building 'multidict._multidict' extension
 creating build/temp.linux-x86_64-3.6
 creating build/temp.linux-x86_64-3.6/multidict
 gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c multidict/_multidict.c -o build/temp.linux-x86_64-3.6/multidict/_multidict.o -O2 -std=c99 -Wall -Wsign-compare -Wconversion -fno-strict-aliasing -pedantic
 multidict/_multidict.c:1:20: fatal error: Python.h: No such file or directory
  #include "Python.h"
                     ^
 compilation terminated.
 error: command 'gcc' failed with exit status 1
 
 ----------------------------------------
 Failed building wheel for multidict
 Running setup.py clean for multidict
Failed to build yarl multidict
Could not build wheels for yarl, multidict which use PEP 517 and cannot be installed directly

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:19 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
ml-rakeshcommented, Apr 19, 2021

thanks @Deathn0t

it is working now

0reactions
Deathn0tcommented, Apr 19, 2021

Great, therefore I will close this thread.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation error. Can't find the specified version of tensorflow.
I am using python 3.8 with pip 20.0.2 ERROR: Could not find a version that satisfies ... what procedure did you follow to...
Read more >
Local — DeepHyper v0.4.2- documentation
This installation procedure shows you how to create your own Conda virtual environment and install DeepHyper in it. Linux#. Install Miniconda, and create...
Read more >
deephyper - PyPI
Scalable asynchronous neural architecture and hyperparameter search for deep neural networks.
Read more >
Automating Deep Neural Networks. Using DeepHyper for ...
We will start by installing DeepHyper using pip. The command given below will do that. pip install deephyper. Importing required libraries. In ...
Read more >
deephyper: Versions | Openbase
Full version history for deephyper including change logs.
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