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

Fail to install compas in ironpython environment #1362

Open
yck011522 opened this issue May 30, 2024 · 0 comments
Open

Fail to install compas in ironpython environment #1362

yck011522 opened this issue May 30, 2024 · 0 comments

Comments

@yck011522
Copy link
Contributor

Started since compas version 2.1.1, the automatic testing workflow in compas_fab fails during installation. This affected only the windows-ironpython environment but not linux. @gonzalocasas also told me that this affected compas_eve too. The failed workflow log can be found here:

https://github.com/compas-dev/compas_fab/actions/runs/9294697625/job/25580341228#step:3:837

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\

As a test, I have tried to pin the version to 2.1.0 (in this branch: https://github.com/compas-dev/compas_fab/pull/427/files) and the test can pass. So I think it is related to some changes in 2.1.1
from curl -o compas.tar.gz -LJO https://pypi.debian.net/COMPAS/latest to curl -o compas.tar.gz -LJO https://pypi.debian.net/COMPAS/COMPAS-2.1.0.tar.gz

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

No branches or pull requests

1 participant