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

ZMQ unsatiable constraints #971

Closed
SimonEnsemble opened this issue Jan 5, 2021 · 2 comments
Closed

ZMQ unsatiable constraints #971

SimonEnsemble opened this issue Jan 5, 2021 · 2 comments

Comments

@SimonEnsemble
Copy link

my student on Windows got the following error when trying to install IJulia. any idea how to fix this? thanks.

[second line]
image

@stevengj
Copy link
Member

stevengj commented Jan 9, 2021

I've never seen this before. I would assume that your student's .julia directory is corrupted somehow. Maybe delete it and start over. Restart Julia and run:

julia> rm(raw"C:\Users\shawn\.julia", recursive=true)

pkg> add IJulia

Noe that you get the pkg> prompt by typing ] at the julia> prompt. No need to run build manually, it is automatically run by add.

@fredrikekre
Copy link
Member

Likely that it is the registry that is corrupt so should be enough to delete rm(raw"C:\Users\shawn\.julia\registries\General", recursive=true)

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