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

Could not resolve environment using julia 1.10-beta1 #348

Closed
PhyX-Meow opened this issue Jul 28, 2023 · 1 comment
Closed

Could not resolve environment using julia 1.10-beta1 #348

PhyX-Meow opened this issue Jul 28, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@PhyX-Meow
Copy link

In [4]: using PythonCall
    CondaPkg Found dependencies: /home/wuli/.julia/environments/v1.10/CondaPkg.toml
    CondaPkg Found dependencies: /home/wuli/.julia/packages/PythonCall/qTEA1/CondaPkg.toml
    CondaPkg Found dependencies: /home/wuli/.julia/packages/PythonPlot/f591M/CondaPkg.toml
    CondaPkg Resolving changes
             + libstdcxx-ng
             + matplotlib
             + python
    CondaPkg Creating environment
             │ /home/wuli/.julia/artifacts/4a9a25754a18bf871d4895183375da603599b7cc/bin/micromamba
             │ -r /home/wuli/micromamba
             │ create
             │ -y
             │ -p /home/wuli/.julia/environments/v1.10/.CondaPkg/env
             │ --override-channels
             │ --no-channel-priority
             │ libstdcxx-ng[version='>=3.4,<13.0',channel='conda-forge']
             │ matplotlib[version='>=1']
             │ python[version='*']
             │ python[version='>=3.7,<4',channel='conda-forge',build='*cpython*']
             └ -c conda-forge
conda-forge/linux-64                                          No change
conda-forge/noarch                                            No change
error    libmamba Could not solve for environment specs
    The following packages are incompatible
    ├─ libstdcxx-ng >=3.4,<13.0  does not exist (perhaps a typo or a missing channel);
    └─ python >=3.7,<4 *cpython* does not exist (perhaps a typo or a missing channel).
critical libmamba Could not solve for environment specs
ERROR: InitError: failed process: Process(`/home/wuli/.julia/artifacts/4a9a25754a18bf871d4895183375da603599b7cc/bin/micromamba -r /home/wuli/micromamba create -y -p /home/wuli/.julia/environments/v1.10/.CondaPkg/env --override-channels --no-channel-priority "libstdcxx-ng[version='>=3.4,<13.0',channel='conda-forge']" "matplotlib[version='>=1']" "python[version='*']" "python[version='>=3.7,<4',channel='conda-forge',build='*cpython*']" -c conda-forge`, ProcessExited(1)) [1]
@PhyX-Meow PhyX-Meow added the bug Something isn't working label Jul 28, 2023
@PhyX-Meow
Copy link
Author

Confirm it's due to my conda-forge mirror. Sorry for bothering.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant