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
Firstly, I have a patch that's tested and works and will submit a PR soon 😇
In relation a set of specific deployment needs, I found it necessary to try out Read The Docs on a newer platform (Python 3.7), and I think it causes the following breakage:
I'm pretty sure this is not reproducible for the core team's Docker containers. But you'll probably see it once the Python environments are updated from Python 3.6 to Python 3.7.
Actual Result
My environment fails executing because of an empty-string command line argument.
The text was updated successfully, but these errors were encountered:
Good point, thanks @stsewd, I'll try to address this separately from pinning virtualenv to the same version on both environments, as #6893 (comment) mentions (but sounds like a really good idea, too!)
Details
Firstly, I have a patch that's tested and works and will submit a PR soon 😇
In relation a set of specific deployment needs, I found it necessary to try out Read The Docs on a newer platform (Python 3.7), and I think it causes the following breakage:
The issue is also reported 14 days ago here:
https://stackoverflow.com/questions/62050977/readthedocs-virtualenv-error-unrecognized-arguments-during-update-repos
It was also reported in #6915 but closed for the wrong reasons (it's not due to an environment variable or similar)
Reproducing
If there is no option
--system-site-packages
passed topython3 -mvirtualenv
, it will be invoked like this, resulting in an error:Expected Result
I'm pretty sure this is not reproducible for the core team's Docker containers. But you'll probably see it once the Python environments are updated from Python 3.6 to Python 3.7.
Actual Result
My environment fails executing because of an empty-string command line argument.
The text was updated successfully, but these errors were encountered: