You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I successfully installed to "C:\Program Files\Anaconda2" (due to local security restrictions).
However, when attempting to build extensions (setuptools, using python setup.py develop), it fails once it attempts to invoke gcc, with the message:
Found executable C:\Program Files\Anaconda2\Scripts\gcc.bat
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
(I have installed this same package successfully on a computer where Anaconda is installed to C:\Anaconda)
As in issue #248 , this seems to be due to a lack in proper support for spaces in the path.
The text was updated successfully, but these errors were encountered:
I successfully installed to "C:\Program Files\Anaconda2" (due to local security restrictions).
However, when attempting to build extensions (
setuptools
, usingpython setup.py develop
), it fails once it attempts to invoke gcc, with the message:(I have installed this same package successfully on a computer where Anaconda is installed to
C:\Anaconda
)As in issue #248 , this seems to be due to a lack in proper support for spaces in the path.
The text was updated successfully, but these errors were encountered: