Skip to content
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

Pin compas version in ironpython workflow #427

Merged
merged 1 commit into from
May 31, 2024

Conversation

yck011522
Copy link
Contributor

This is to temporarily avoid problem with the IPY workflow.

See this failed action for example:
https://github.com/compas-dev/compas_fab/actions/runs/9294697625/job/25580341228#step:3:837

@yck011522 yck011522 added the no changelog Disables changelog checker label May 30, 2024
@yck011522
Copy link
Contributor Author

The underlying trouble is tracked in compas-dev/compas#1362

Copy link
Member

@gonzalocasas gonzalocasas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gonzalocasas
Copy link
Member

Eventually, it would be important to understand why this happened, and what exactly made latest compas trigger this error in the first place, but for now, this will do!

@gonzalocasas gonzalocasas merged commit 17c8801 into main May 31, 2024
15 checks passed
@yck011522
Copy link
Contributor Author

Error message:

C:\ProgramData\Chocolatey\lib\ironpython\Lib\site-packages\pip\_vendor\requests\packages\urllib3\util\ssl_.py:1: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
  from __future__ import absolute_import
Processing d:\a\compas_fab\compas_fab\compas.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
    IOError: [Errno 2] Could not find file 'c:\users\runneradmin\appdata\local\temp\pip-rrofyb-build\setup.py'.: c:\users\runneradmin\appdata\local\temp\pip-rrofyb-build\setup.py
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in c:\users\runneradmin\appdata\local\temp\pip-rrofyb-build\
C:\ProgramData\Chocolatey\lib\ironpython\Lib\site-packages\pip\_vendor\requests\packages\urllib3\util\ssl_.py:1: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog Disables changelog checker
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants