-
Notifications
You must be signed in to change notification settings - Fork 71
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
PIP install build error #30
Comments
I was having the same issue. Here is what works for me. |
I had the same problem: note: This error originates from a subprocess, and is likely not a problem with pip. My environment: Windows 10 (x64) |
Hi, I have the same issue, is there any solution? Thanks |
I am facing the same issue.
FROM tensorflow/tensorflow:2.7.0-gpu
RUN apt-get update
RUN apt-get install -y zsh tmux wget git libsndfile1
RUN pip install ipython
RUN pip install git+https://github.com/TensorSpeech/TensorflowTTS.git
RUN pip install git+https://github.com/repodiac/german_transliterate.git#egg=german_transliterate
RUN mkdir /workspace
WORKDIR /workspace For some reason, the installation in this Colab from TensorflowTTS is not failing (pyopentalk is installed in the first lines a dependency of TensorflowTTS). As far as i understood, it shouldn't make a difference if I try to install it in an Ubuntu container or in a Colab instance. I also tried using both the pip cmake and the Cmake windows installer. All systems are 64-bit. I feel like this error is connected to missing VSCode requirements, but for me it even fails after installing all of them. |
I was having this issue. For anyone still having this issue on windows be sure to add cmake to your environment variables. Likely that it's not able to get requirements to build wheel which needs to know where C++. Good luck! STEP2: Scroll down to "All Downloads" and click on "Tools for Visual Studio 2022" STEP3: Click on "Build Tools for Visual Studio 2022" STEP4: On the "Build Tools for Visual Studio 2022" page, click on "Download" STEP5: Run the installer and select the "C++ build tools" component during installation STEP6: Start a new C++ cmake project to find where cmake is installed. Example: "C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\CMake\bin\cmake.exe" STEP7: System Properties -> Environmental Variables -> System Variables -> click on variable name path -> click on Edit and add the "C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\2022\COMMUNITY\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\CMake\bin" |
i got the same issue, is your issue fixed? if so, would share the practice? thx
|
I keep getting this error while trying to install to WSL. I have numpy and other requirements.
` note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for numpy
Failed to build numpy
ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.`
The text was updated successfully, but these errors were encountered: