-
Notifications
You must be signed in to change notification settings - Fork 423
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
Windows Python 2.7 build issues with pip #2959
Comments
FWIW this issue doesn't appear to occur with xref: conda-forge/sphinx-feedstock#36 |
xref: AnacondaRecipes/sphinx-feedstock@4b9be32 IIRC, I had seen this too, and we just moved back from pip to using setuptools and it worked. |
IIRC pip creates some rather long directories which have a tendency to hit the Windows path length limit, |
Though it does seem interesting that using |
Do you know if there is |
Looks like a |
It's not the path length. Filename has non-ASCII characters and you have to be careful with python 2.7. |
Where are the non-ASCII characters? |
|
Sorry saw a |
This PR ( pypa/pip#4486 ) looks promising. It landed in |
Tried a few things in PR ( conda-forge/sphinx-feedstock#38 ), but nothing seems to work. 😞 |
Seeing this again with xref: conda-forge/python-libarchive-c-feedstock#8 cc @marscher |
File is: |
While not suggesting it's not important to fix this, why is python 2 being used in the base environment anyway? I've never (except when looking into a bug) run conda-build under python 2. I don't see any reason to do that. |
Base environment is python 3.6 |
Correct. Only the build is using Python 2. There is probably some special combination of Windows, encodings, and legacy unresolved Python issues. IME switching to |
For me, our sphinx package builds fine for python 2.7. We pass |
Think the progress bar point was a different issue I confused with this one. The Are there some other environment variables set in your builds? Wonder how your builds are avoiding this encoding error. |
Seeing a build issue with Sphinx on Windows Python 2.7, but not Python 3 or on other platforms with either Python. Appears some file is missing only on this platform and Python version. Not really sure what is going on.
cc @chohner
Actual Behavior
ref: https://ci.appveyor.com/project/conda-forge/sphinx-feedstock/build/1.0.99/job/0ieygt5nuioessp9
Expected Behavior
Nothing is missing from the source tree.
Steps to Reproduce
PR ( conda-forge/sphinx-feedstock#35 )
Output of conda info
The text was updated successfully, but these errors were encountered: