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

This warning is not actually correct. #88

Open
1 task done
startakovsky opened this issue Apr 11, 2023 · 5 comments
Open
1 task done

This warning is not actually correct. #88

startakovsky opened this issue Apr 11, 2023 · 5 comments
Labels

Comments

@startakovsky
Copy link

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

There is a warning that pops up that says that if there are issues running sage cli in the virtual environment, then install ipython in the virtual environment. Well, the error doesn't go away even when IPython is installed in the virtual environment.

Note that installing ipython happened like this, not using conda-forge but this higher priority channel...:

The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    ipython-8.12.0             |  py310hca03da5_0         1.1 MB
    ------------------------------------------------------------
                                           Total:         1.1 MB

The following packages will be UPDATED:

  ca-certificates    conda-forge::ca-certificates-2022.12.~ --> pkgs/main::ca-certificates-2023.01.10-hca03da5_0

The following packages will be SUPERSEDED by a higher-priority channel:

  certifi            conda-forge/noarch::certifi-2022.12.7~ --> pkgs/main/osx-arm64::certifi-2022.12.7-py310hca03da5_0
  ipython            conda-forge/noarch::ipython-8.12.0-py~ --> pkgs/main/osx-arm64::ipython-8.12.0-py310hca03da5_0

Installed packages

name: myenv
channels:
  - conda-forge
dependencies:
  - sage
  - python=3.10
  - pkgs/main::ipython
  - jupyter
  - pip

Environment info

active environment : myenv
    active env location : /Users/steven/.pyenv/versions/anaconda3-2023.03/envs/myenv
            shell level : 2
       user config file : /Users/steven/.condarc
 populated config files : 
          conda version : 23.3.1
    conda-build version : 3.24.0
         python version : 3.10.10.final.0
       virtual packages : __archspec=1=arm64
                          __osx=12.6=0
                          __unix=0=0
       base environment : /Users/steven/.pyenv/versions/anaconda3-2023.03  (writable)
      conda av data dir : /Users/steven/.pyenv/versions/anaconda3-2023.03/etc/conda
  conda av metadata url : None
           channel URLs : https://repo.anaconda.com/pkgs/main/osx-arm64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/osx-arm64
                          https://repo.anaconda.com/pkgs/r/noarch
          package cache : /Users/steven/.pyenv/versions/anaconda3-2023.03/pkgs
                          /Users/steven/.conda/pkgs
       envs directories : /Users/steven/.pyenv/versions/anaconda3-2023.03/envs
                          /Users/steven/.conda/envs
               platform : osx-arm64
             user-agent : conda/23.3.1 requests/2.28.2 CPython/3.10.10 Darwin/21.6.0 OSX/12.6
                UID:GID : 501:20
             netrc file : None
           offline mode : False
@isuruf
Copy link
Member

isuruf commented Apr 12, 2023

What's the warning?

@startakovsky
Copy link
Author

Sorry, as described in my original message, but here is a screenshot:
image

@startakovsky
Copy link
Author

@isuruf Any updates here? Thanks!

@isuruf
Copy link
Member

isuruf commented Apr 18, 2023

I don't know why this warning is there. @mkoeppe have you seen this before?

@mkoeppe
Copy link

mkoeppe commented Apr 18, 2023

Not sure if I have seen it interactively, but I have seen it many times in doctests. Never took the time to debug it...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants