CQCL / lambeq

A high-level Python library for Quantum Natural Language Processing
https://cqcl.github.io/lambeq-docs
Apache License 2.0
451 stars 108 forks source link

Lambeq Installation #3

Closed siyuan-bruce closed 2 years ago

siyuan-bruce commented 2 years ago

ERROR: Cannot install lambeq[depccg]==0.1.0, lambeq[depccg]==0.1.1, lambeq[depccg]==0.1.2 because these package versions have conflicting dependencies. How to solve this?

ianyfan commented 2 years ago

Hi, could you provide some more details about the error and how to reproduce it? Thanks

siyuan-bruce commented 2 years ago

I just follow the tutorial to install depccq in jupyter notebook in a new environment.

pip install lambeq[depccg]

dimkart commented 2 years ago

@JSYBruce Hi, can you post the whole error message you are getting? There should be a line starting with: "The conflict is caused by: ...", which explains which exactly packages have the problem in your system.

dimkart commented 2 years ago

@JSYBruce This issue will be closed due to inactivity. In case you are running Windows, note that depccg cannot work on Windows machines, so your problem is probably caused from this. Support for a Windows-compatible parser will be added in a future version.