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

add a new line to setup.py #46

Merged
merged 1 commit into from
Nov 11, 2022
Merged

Conversation

wangger
Copy link
Contributor

@wangger wangger commented Nov 11, 2022

add dill==0.3.4 to setup.py

@Hanrui-Wang
Copy link
Collaborator

Thanks for the pr! Please specify the reason for dill==0.3.4 insteal of 0.3.6

@wangger
Copy link
Contributor Author

wangger commented Nov 11, 2022

When we run the code on the server, we might have the error, "TypeError: cannot pickle '_abc._abc_data' object". There is a discussion about this error, uqfoundation/dill#332.
By downgrading the version of dill from 0.3.6 to 0.3.4, the problem was solved. I guess dill 0.3.5 might also work but I did not verify it.

@Hanrui-Wang
Copy link
Collaborator

Got it. thank you! merged

@Hanrui-Wang Hanrui-Wang merged commit e928ac9 into mit-han-lab:master Nov 11, 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

Successfully merging this pull request may close these issues.

3 participants