Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pypy pypy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 668
    • Issues 668
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PyPy
  • pypypypy
  • Issues
  • #3660

Closed
Open
Created Feb 01, 2022 by stonebig@stonebig

curious problem with pypy-3.8 on scipy "from scipy import stats"

"from scipy import stats" generates this error on pypy-3.8-c-jit-104796-422c01971e9a-win64 with cgohlke:

  • scipy-1.7.2-pp38-pypy38_pp73-win_amd64.whl
  • scipy-1.7.3-pp38-pypy38_pp73-win_amd64.whl

could it be a PyPy-3.8 issue ?

File C:\WinP\bd38\buPyPyNight\WPy64-38121\pypy3.8-v7.3.7-win64\lib\site-packages\seaborn\utils.py:10, in <module>
      7 from urllib.request import urlopen, urlretrieve
      9 import numpy as np
---> 10 from scipy import stats
     11 import pandas as pd
     12 import matplotlib as mpl

File C:\WinP\bd38\buPyPyNight\WPy64-38121\pypy3.8-v7.3.7-win64\lib\site-packages\scipy\stats\__init__.py:441, in <module>
      1 """
      2 .. _statsrefmanual:
      3 
   (...)
    438 
    439 """
--> 441 from .stats import *
    442 from .distributions import *
    443 from .morestats import *

File C:\WinP\bd38\buPyPyNight\WPy64-38121\pypy3.8-v7.3.7-win64\lib\site-packages\scipy\stats\stats.py:37, in <module>
     34 import numpy as np
     35 from numpy import array, asarray, ma
---> 37 from scipy.spatial.distance import cdist
     38 from scipy.ndimage import measurements
     39 from scipy._lib._util import (check_random_state, MapWrapper,
     40                               rng_integers, float_factorial)

File C:\WinP\bd38\buPyPyNight\WPy64-38121\pypy3.8-v7.3.7-win64\lib\site-packages\scipy\spatial\__init__.py:98, in <module>
     96 from .kdtree import *
     97 from .ckdtree import *
---> 98 from .qhull import *
     99 from ._spherical_voronoi import SphericalVoronoi
    100 from ._plotutils import *

ImportError: Le module spécifié est introuvable


ImportError: Le module spécifié est introuvable      

image

Edited Feb 01, 2022 by stonebig
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking