Chan Yu Sing

May I know if this error is triggered by insuffici

Programming


May I know if this error is triggered by insufficient virtual memory? How could I solve this? Thank you so much
C:\Users\tmpnote1.WIN-RD7FSSLT3EU\AppData\Roaming\Python\Python39\site-packages\pandas\core\arrays\masked.py:60: UserWarning: Pandas requires version '1.3.6' or newer of 'bottleneck' (version '1.3.5' currently installed).
  from pandas.core import (
---------------------------------------------------------------------------
OSError                                   Traceback (most recent call last)
<ipython-input-1-b27b41e7be23> in <module>
      5 import numpy as np
      6 from sklearn.preprocessing import StandardScaler
----> 7 import torch
      8 
      9 

D:\program\Anaconda\envs\python39\lib\site-packages\torch\__init__.py in <module>
    127                 err = ctypes.WinError(last_error)
    128                 err.strerror += f' Error loading "{dll}" or one of its dependencies.'
--> 129                 raise err
    130             elif res is not None:
    131                 is_loaded = True

OSError: [WinError 1455] The paging file is too small for this operation to complete. Error loading "D:\program\Anaconda\envs\python39\lib\site-packages\torch\lib\shm.dll" or one of its dependencies.




 
admin
we have temporarily increased RAM allocation for contestors. You can relogin the platform to try again.