Closed Yoric closed 5 months ago
Thanks for reporting @Yoric ! I just tried reproducing the bug with the steps you outlined:
$ . ~/mambaforge/bin/activate
does not work because ~/mambaforge
does not exist. Instead, it is called ~/miniforge3
and $ source /miniforge3/bin/activate
works. $ pip install pulser
works without errors.So, I was unable to reproduce your errors... Our discreprancies in point 2. suggest that you installed mambaforge
instead of miniforge3
which, according to their README, is discouraged as of September 2023. Could you please install miniforge3
and let me know if the error persisted?
@Yoric Any news on this?
Thanks for the suggestion.
I still encounter
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
tensorboard 2.15.1 requires markdown>=2.6.8, which is not installed.
with miniforge3.
However,
from pulser import Pulse, Sequence, Register
now works.
Thanks for the suggestion.
I still encounter
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. tensorboard 2.15.1 requires markdown>=2.6.8, which is not installed.
with miniforge3.
I don't recognize tensorboard
as a direct pulser dependency, nor does it appear as an installed package on my fresh install. Do you perhaps know where it is coming from?
However,
from pulser import Pulse, Sequence, Register
now works.....)
Nice!
@Yoric The dependency conflict seems to be unrelated to Pulser, so I'm closing the issue
Steps to reproduce:
$ . ~/mambaforge/bin/activate
.$ pip install pulser
.Outputs
After this, when I attempt to use pulser: