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

Cryptic Mac OS CI issue #12

Closed
leoisl opened this issue Apr 22, 2022 · 4 comments
Closed

Cryptic Mac OS CI issue #12

leoisl opened this issue Apr 22, 2022 · 4 comments

Comments

@leoisl
Copy link
Collaborator

leoisl commented Apr 22, 2022

Haven't searched much, but don't know how to solve this cryptic Mac OS CI issue:

  ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/usr/local/miniconda/envs/tbpore/lib/python3.8/site-packages/~ackaging-20.9.dist-info'

This is happening when poetry is installing toml

@mbhall88
Copy link
Owner

I have a sneaking suspicion it might be related to python-poetry/poetry#3336. I've also just updated the lock file (2db43e0) as this might also be related.

@leoisl
Copy link
Collaborator Author

leoisl commented Apr 26, 2022

python-poetry/poetry#3336 fixed the issue, thanks (see c544976)! All builds now work. Updating the lock file has no effect for me, as the lock file is already updated in my fork:

(tbpore) leandro@leandro-ThinkPad-X1-Carbon-6th:~/git/tbpore$ poetry update
Updating dependencies
Resolving dependencies... (1.9s)

No dependencies to install or update

However, I had to create this dev branch and change the base branch of the PR from main to dev because the latest commit to the main branch creates a conflict with the PR, which causes github actions to not trigger CI. Now that this issue is solved, could we revert the latest commit on your main branch so I can merge again to it?

@mbhall88
Copy link
Owner

Now that this issue is solved, could we revert the latest commit on your main branch so I can merge again to it?

Done in 1fdfa2b

@leoisl
Copy link
Collaborator Author

leoisl commented May 4, 2022

Closed via #8

@leoisl leoisl closed this as completed May 4, 2022
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

2 participants