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

Pip made me scared. Is wasmtime 0.20.0 incompatible? #18

Closed
RobertBaruch opened this issue Oct 31, 2020 · 1 comment
Closed

Pip made me scared. Is wasmtime 0.20.0 incompatible? #18

RobertBaruch opened this issue Oct 31, 2020 · 1 comment
Labels

Comments

@RobertBaruch
Copy link

(This is on WSL on Windows 10 x86_64)

$ pip install yowasp-yosys
Collecting yowasp-yosys                                                                                                   
  Downloading yowasp_yosys-0.9.post4951.dev55-py3-none-any.whl (6.5 MB)                                                      
    |████████████████████████████████| 6.5 MB 1.9 MB/s                                                                 
Requirement already satisfied: appdirs~=1.4 in /home/robertbaruch/miniconda3/lib/python3.8/site-packages (from yowasp-yosys) (1.4.4)                                                                                                            
Requirement already satisfied: importlib-resources; python_version < "3.9" in /home/robertbaruch/miniconda3/lib/python3.8/site-packages (from yowasp-yosys) (3.1.1)                                                                             Collecting wasmtime~=0.20.0                                                                                               
  Downloading wasmtime-0.20.0-py3-none-manylinux1_x86_64.whl (4.5 MB)                                                        
    |████████████████████████████████| 4.5 MB 7.3 MB/s                                                                 
Installing collected packages: wasmtime, yowasp-yosys                                                                     
  Attempting uninstall: wasmtime                                                                                            
    Found existing installation: wasmtime 0.19.0                                                                            
    Uninstalling wasmtime-0.19.0:                                                                                             
      Successfully uninstalled wasmtime-0.19.0
                                                                       
ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.
                                                                                                                                                                                                
We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.                                                                                                                                                                                                                                             

nmigen-yosys 0.9.post3527.dev26 requires wasmtime~=0.19.0, but you'll have wasmtime 0.20.0 which is incompatible.**       

Successfully installed wasmtime-0.20.0 yowasp-yosys-0.9.post4951.dev55
@whitequark
Copy link
Member

I'm following Semantic Versioning, which requires me to use dependencies strict enough that they do not consider 0.(x+1) compatible at the time when only 0.x is released. I've already updated nmigen-yosys to be compatible with wasmtime 0.20.0, so there's no actual issue--just upgrade nmigen-yosys.

@whitequark whitequark transferred this issue from YoWASP/yowasp.github.io Nov 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants