Open Aguno opened 5 years ago
Thank you very much!
If you use [clojure-csv/clojure-csv "2.0.1"], you might not encounter the problem. Also, I think that if you use the project.clj file from the physics simulation, it is likely that you won't have any issues.
Thank you very much!
For those of you who are having problems with the Clojure-CSV package, you need to modify the project.clj file.
Add [clojure-csv/clojure-csv "2.0.2"] to the dependencies
In the terminal run $lein deps
Restart Gorilla.
Also, I am not sure why but sometimes Lein gorilla fails to recognize (ns+) in the beginning of the code. Besides restarting Gorilla, does anyone have suggestions to fix this issue?