-
Notifications
You must be signed in to change notification settings - Fork 36
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
Solve chip confilct in import.util
package
#89
Comments
Per my investigation, I think it's rather a problem due to python package, instead of chips. In Python versions I removed the conda env |
@snairdesai See this comment, could you please edit |
Will do! |
@ShiqiYang2022 Confirming this ran on my end, great work! One comment, I am getting these odd warning lines in terminal when running this: Do we think the way we are handling the escape characters might be linked to cc @jc-cisneros |
@snairdesai Thanks! Same warning on my end and I am investigating it! |
@snairdesai Maybe give it another shot after a6f828c, I think per f12dcd2 we lose some function in original |
Looks perfect, thanks @ShiqiYang2022! Good to port to a PR -- feel free to assign me (I'll get to this sometime over the weekend). |
SummaryIn this issue we fixed the error when running The fixes were brought to |
Follows gslab-econ/gslab_make#65 (comment).
This issue aims to solve the conflict arising the from the Mac M2 chip on @snairdesai's local machine. The standard template run into an error in
import.util
package, and is no longer compiling on his updated conda environment local machine (though it did previously, and succeed on @jc-cisneros @ShiqiYang2022 end).This suggests
import.util
package was updated in the conda environment no longer supported by Apple Silicon. A hot fix which manually installed theimport.util
package to his local computer before building the conda environment worked. This issue aim to explore and compare other methods, currently the potential candidates includes:conda_env.yaml
.check_setup.py
andrun_all.py
to solve the conflict when compiling.The text was updated successfully, but these errors were encountered: