You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
Thanks for reaching us out! It seems like for some reason external_input_check_ints was not generated. Does the file exist in the container? yarn warplib should save it under the path /usr/src/warp-stable/warplib/maths/external_input_check_ints.cairo
I had the same problem, mentioned file exists under warp-stable. I think the issue is Dockerfile and docker-compose-yml have different work directory, one starts from stable the other one doesnt. /usr/src/warp/... does not have that file. Changing the dir to stable solves it. That is the reason why following the commands in readme gives out different results depending on container config.
Exactly what @akasimo wrote. I'll just add that there are two directories because docker-compose was designed to be used both by warp developers and users. warp-stable/ is added in Dockerfile during docker build stage. On the other hand warp/ is a volume from local disk and was designed for contributors to be able to quickly modify the code and run it. I think two separate docker-compose.yaml for users and contributors would solve the issue
How to solve this issue?
The text was updated successfully, but these errors were encountered: