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

Issues with CSV.read in Atom #809

Closed
nkashaev opened this issue Feb 15, 2021 · 4 comments
Closed

Issues with CSV.read in Atom #809

nkashaev opened this issue Feb 15, 2021 · 4 comments

Comments

@nkashaev
Copy link

Hi,

I'm trying to read a relatively small file (2 columns 4099 rows).
When I run CSV.read("location", DataFrame) in using Terminal there are no issues. However, when I run the same line in Atom, then Julia freezes. I thought it may just take more time, but after waiting for 10 min there is still nothing.
I also ran ] test CSV and I got bunch of warnings and
Test Summary: | Pass Fail Total
CSV | 1824 1 1825
CSV.File | 1622 1622
CSV.write | 92 1 93
PooledArrays | 14 14
LazyStringVector | 7 7
CSV.Rows | 37 37
CSV.detect | 8 8
CSV.findrowstarts! | 4 4
CSV.promote_typecode | 2 2
CSV.File with select/drop | 38 38
ERROR: LoadError: Some tests did not pass: 1824 passed, 1 failed, 0 errored, 0 broken.
in expression starting at /Users/nailkashaev/.julia/packages/CSV/YUbbG/test/runtests.jl:13
ERROR: Package CSV errored during testing

p.s.
Atom 1.54.0
Julia Version 1.5.3
CSV v0.8.3
Atom v0.12.30
System Apple Mac mini M1

@nalimilan
Copy link
Member

Maybe it's just printing that takes time? What happens if you prevent printing by adding ; at the end of the line?

@nkashaev
Copy link
Author

I tried. It did not work.

@nalimilan
Copy link
Member

Too bad. Maybe report this to Juno developers.

@quinnj
Copy link
Member

quinnj commented Feb 25, 2021

I know there's been quite a bit of active development on Julia master to fully support apple silicon (like the mac mini m1): https://github.com/JuliaLang/julia/pulls?q=is%3Apr+%22Darwin%2FARM64%22. There might be some weird interaction between Atom/Juno and the M1 that's causing weirdness. In any case, I agree this seems to be a Juno issue, so better to report it there (I personally dont' really know much about atom/juno setup or how it works/uses julia).

@quinnj quinnj closed this as completed Feb 25, 2021
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

No branches or pull requests

3 participants