-
Notifications
You must be signed in to change notification settings - Fork 129
Use shell=False
for Popen
on Windows
#1324
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1324 +/- ##
=======================================
Coverage 82.05% 82.05%
=======================================
Files 203 203
Lines 48863 48863
Branches 8695 8695
=======================================
Hits 40093 40093
Misses 6619 6619
Partials 2151 2151 🚀 New features to boost your workflow:
|
@Armavica you also worked on these components - what do you think about |
I will have a look this weekend or next week |
@Armavica did you already get a chance? |
I don't think I worked specifically on this besides cosmetic changes, and I never tried to install PyTensor on Windows. |
The backslashes in `__file__` created invalid escape sequences.
1c15c12
to
c78cef1
Compare
Without the list to string conversion already the first test failed. |
Description
I'm having hard times creating new environments with working compiler dependencies.
My debugging attempts show that
shell=False
could fix this, however this observation contradicts the comments next to that line.Further testing may be required.Tested on another machine.I also removed an old workaround for Python 2..
Related Issue
Hints?
Checklist
Added necessary documentation (docstrings and/or example notebooks)Type of change
📚 Documentation preview 📚: https://pytensor--1324.org.readthedocs.build/en/1324/