-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build Fails on ubuntu 18.04 #68
Comments
Yea. I'm having a same error on my windows 10 system |
Installing cmake first with
fixed it for met. |
worked for me in a container I just built.. |
Would it be possible that you (@DmitryUlyanov) add cmake to requirements.txt (like Thanks in advance! |
Added! |
Thanks a lot! |
This doesn't fix the issue for me. I also followed instructions by @deepchatterjeevns from I have windows 10, python 3.7.0 Can someone provide any insight? `(base) C:\Users\sruth>pip install --user MulticoreTSNE CMake suite maintained and supported by Kitware (kitware.com/cmake).
-- Configuring incomplete, errors occurred! ERROR: Cannot generate Makefile. See above errors.ERROR: Failed building wheel for MulticoreTSNE
ERROR: Command errored out with exit status 1: 'c:\users\sruth\appdata\local\continuum\anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\sruth\AppData\Local\Temp\pip-install-hr0pqbio\multicoretsne\setup.py'"'"'; file='"'"'C:\Users\sruth\AppData\Local\Temp\pip-install-hr0pqbio\multicoretsne\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\sruth\AppData\Local\Temp\pip-record-c9ab2iz1\install-record.txt' --single-version-externally-managed --user --prefix= --compile --install-headers 'C:\Users\sruth\AppData\Roaming\Python\Python37\Include\MulticoreTSNE' Check the logs for full command output. |
I have same issue |
Hello,
Both through the pip and git clone install I get this:
` ERROR: running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.7
creating build/lib.linux-x86_64-3.7/MulticoreTSNE
copying MulticoreTSNE/init.py -> build/lib.linux-x86_64-3.7/MulticoreTSNE
creating build/lib.linux-x86_64-3.7/MulticoreTSNE/tests
copying MulticoreTSNE/tests/init.py -> build/lib.linux-x86_64-3.7/MulticoreTSNE/tests
copying MulticoreTSNE/tests/test_base.py -> build/lib.linux-x86_64-3.7/MulticoreTSNE/tests
running egg_info
creating MulticoreTSNE.egg-info
writing MulticoreTSNE.egg-info/PKG-INFO
writing dependency_links to MulticoreTSNE.egg-info/dependency_links.txt
writing requirements to MulticoreTSNE.egg-info/requires.txt
writing top-level names to MulticoreTSNE.egg-info/top_level.txt
writing manifest file 'MulticoreTSNE.egg-info/SOURCES.txt'
reading manifest file 'MulticoreTSNE.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'MulticoreTSNE.egg-info/SOURCES.txt'
running build_ext
cmake version 3.14.4
CMake suite maintained and supported by Kitware (kitware.com/cmake).
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:1 (PROJECT):
No CMAKE_CXX_COMPILER could be found.
-- Configuring incomplete, errors occurred!
See also "/tmp/pip-req-build-ztrw2075/build/temp.linux-x86_64-3.7/CMakeFiles/CMakeOutput.log".
See also "/tmp/pip-req-build-ztrw2075/build/temp.linux-x86_64-3.7/CMakeFiles/CMakeError.log".
ERROR: Cannot generate Makefile. See above errors`
The text was updated successfully, but these errors were encountered: