Closed vtnate closed 2 weeks ago
@tanushree04, would you be able to test this on our windows machine? clearing out your python dependencies, running "bundle exec uo install_python" would be great!
The command works!
I see some warnings while installing but i think they can be suppressed if needed.
Error installing: WARNING: The script pygmentize.exe is installed in 'C:\urbanopt-cli\example_files\python_deps\python-3.10\Scripts' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The script f2py.exe is installed in 'C:\urbanopt-cli\example_files\python_deps\python-3.10\Scripts' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
agreed, I think those can be ignored. thanks for checking!!
Resolves #[issue number here]
Pull Request Description
pip
included which couldn't handle new python packaging standards. This resolves that issue.Since we set up miniconda, they have switched to date-version format, instead of semantic-version.
Checklist (Delete lines that don't apply)