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

Fails to install on Julia 1.6.0 #19

Closed
sambitdash opened this issue Apr 1, 2021 · 1 comment
Closed

Fails to install on Julia 1.6.0 #19

sambitdash opened this issue Apr 1, 2021 · 1 comment

Comments

@sambitdash
Copy link

Fairly complex version comapatibility issues due to Flux 0.9.0 dependency.

(test) pkg> dev TextModels
Path `/home/sambit/.julia/dev/TextModels` exists and looks like the correct package. Using existing path.
   Resolving package versions...
ERROR: Unsatisfiable requirements detected for package CUDAapi [3895d2a7]:
 CUDAapi [3895d2a7] log:
 ├─possible versions are: 0.5.0-4.0.0 or uninstalled
 ├─restricted by compatibility requirements with Flux [587475ba] to versions: 1.1.0-1.2.0
 │ └─Flux [587475ba] log:
 │   ├─possible versions are: 0.4.1-0.12.1 or uninstalled
 │   └─restricted to versions 0.9 by TextModels [77b9cbda], leaving only versions 0.9.0
 │     └─TextModels [77b9cbda] log:
 │       ├─possible versions are: 0.1.0 or uninstalled
 │       └─TextModels [77b9cbda] is fixed to version 0.1.0
 └─restricted by julia compatibility requirements to versions: uninstalled — no versions left

Can be fixed with #1 as well. Flux internal dependencies have significantly changed.

@sambitdash sambitdash changed the title Fails to install with Julia 1.6.0 Fails to install on Julia 1.6.0 Apr 1, 2021
@aviks
Copy link
Member

aviks commented Jul 11, 2021

Closed by #20

@aviks aviks closed this as completed Jul 11, 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

2 participants