hongseok-yang / probprog19

27 stars 5 forks source link

Opening csv file #3

Open Aguno opened 5 years ago

Aguno commented 5 years ago

For those of you who are having problems with the Clojure-CSV package, you need to modify the project.clj file.

  1. Add [clojure-csv/clojure-csv "2.0.2"] to the dependencies

  2. In the terminal run $lein deps

  3. 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?

hongseok-yang commented 5 years ago

Thank you very much!

hongseok-yang commented 5 years ago

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.

daeseoklee commented 4 years ago

Thank you very much!