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

No Packages from environment.yml are installed? #18

Closed
1 task done
michaelweinold opened this issue Aug 17, 2023 · 3 comments
Closed
1 task done

No Packages from environment.yml are installed? #18

michaelweinold opened this issue Aug 17, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request infrastructure

Comments

@michaelweinold
Copy link
Collaborator

michaelweinold commented Aug 17, 2023

  __  _____ _   _ ___
  \ \/ / _ \ | | / __|
   >  <  __/ |_| \__ \
  /_/\_\___|\__,_|___/
​
  xeus-python: a Jupyter kernel for Python
  Python 3.10.2

import peewee

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
/tmp/xpython_42/3073019139.py in <cell line: 1>()
----> 1 import peewee

ModuleNotFoundError: No module named 'peewee'
@michaelweinold michaelweinold added enhancement New feature or request infrastructure labels Aug 17, 2023
@michaelweinold michaelweinold self-assigned this Aug 17, 2023
@michaelweinold
Copy link
Collaborator Author

michaelweinold commented Aug 19, 2023

...resolved with #17. Maybe if some packages are not found (bw2io=0.9.dev21 from conda-forge), none are installed? Also, JupyterLite seems to work best in Chrome for now.

The issue seems to persist, even in the clean testing repo I created: jl_xeus_test.

  __  _____ _   _ ___
  \ \/ / _ \ | | / __|
   >  <  __/ |_| \__ \
  /_/\_\___|\__,_|___/
​
  xeus-python: a Jupyter kernel for Python
  Python 3.10.2

import peewee

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Cell In[1], line 1
----> 1 import peewee

ModuleNotFoundError: No module named 'peewee'

@michaelweinold
Copy link
Collaborator Author

michaelweinold commented Aug 20, 2023

This is a major blocker (with little hope of resolution without help from the Executablebooks/QuantStack team). Some ideas to escalate the issue:

@michaelweinold
Copy link
Collaborator Author

michaelweinold commented Aug 21, 2023

...evidently resolved in empack=3.1.2. conda-forge feedstock updated currently pending action of the regro-cf-autotick-bot.
Install currently still only finds 3.1.1:

                                             __
            __  ______ ___  ____ _____ ___  / /_  ____ _
           / / / / __ `__ \/ __ `/ __ `__ \/ __ \/ __ `/
          / /_/ / / / / / / /_/ / / / / / / /_/ / /_/ /
         / .___/_/ /_/ /_/\__,_/_/ /_/ /_/_.___/\__,_/
        /_/
  
  
  Transaction
  
    Prefix: /home/runner/micromamba-root/envs/build-env
  
    Updating specs:
  
     - python=3.11
     - jupyter_server=2.7.1
     - jupyterlite-core=0.1.1
     - jupyterlite-xeus-python=0.9.3
  
  
    Package                              Version  Build               Channel                   Size
  ────────────────────────────────────────────────────────────────────────────────────────────────────
    Install:
  ────────────────────────────────────────────────────────────────────────────────────────────────────
    empack                         3.1.1        pyhd8ed1ab_0        conda-forge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request infrastructure
Projects
None yet
Development

No branches or pull requests

1 participant