Prerequisites
Exception report
Exception:
System.ArgumentOutOfRangeException: The value must be greater than or equal to zero and less than the console's buffer size in that dimension.
Parameter name: top
Actual value was -2.
at System.Console.SetCursorPosition(Int32 left, Int32 top)
at Microsoft.PowerShell.PSConsoleReadLine.ReallyRender(RenderData renderData, String defaultColor)
at Microsoft.PowerShell.PSConsoleReadLine.ForceRender()
at Microsoft.PowerShell.PSConsoleReadLine.Insert(Char c)
at Microsoft.PowerShell.PSConsoleReadLine.SelfInsert(Nullable`1 key, Object arg)
at Microsoft.PowerShell.PSConsoleReadLine.ProcessOneKey(ConsoleKeyInfo key, Dictionary`2 dispatchTable, Boolean ignoreIfNoAction, Object arg)
at Microsoft.PowerShell.PSConsoleReadLine.InputLoop()
at Microsoft.PowerShell.PSConsoleReadLine.ReadLine(Runspace runspace, EngineIntrinsics engineIntrinsics)
-----------------------------------------------------------------------
(.venv) PS D:\Python Projects\exercise_III_gene_analysis> "D:\Python Projects\exercise_III_gene_analysis\.venv\Scripts\python.exe -m pip install --no-index C:\Program Files\JetBrains\PyCharm Community Edition 2024.3.6\plugins\python-ce\helpers\pip-24.3.1-py2.py3-none-any.whl
>>
>>
>>
>>
Screenshot
I'm not sure what's going on
Previously there is WARNING:venv\Lib\site-packages\pip-23.2.1.dist-info due to invalid metadata entry 'name'
when I try to install scipy, also happened when I try to upgrade the pip
and then I try to uninstall the pip to reinstall it again
any suggestions?
Thank you
Environment data
PS Version: 5.1.19041.5965
PS HostName: ConsoleHost
PSReadLine Version: 2.0.0-beta2
PSReadLine EditMode: Windows
OS: 10.0.19041.1 (WinBuild.160101.0800)
BufferWidth: 120
BufferHeight: 3000
Steps to reproduce
install scipy or upgrade the pip module in python 3.12.8 using Pycharm 2024.3.6
get DLL load failed while importing _fblas: %1 is not a valid Win32 application.
also get Could not install packages due to an EnvironmentError: [Errno 28] No space left on device.
get WARNING: Skipping .venv\Lib\site-packages\pip-23.2.1.dist-info due to invalid metadata entry 'name'
Expected behavior
module scipy installed succesfully
Actual behavior
The exception happened when uninstall pip and try to install it again
Prerequisites
Exception report
Screenshot
I'm not sure what's going on
Previously there is WARNING:venv\Lib\site-packages\pip-23.2.1.dist-info due to invalid metadata entry 'name'
when I try to install scipy, also happened when I try to upgrade the pip
and then I try to uninstall the pip to reinstall it again
any suggestions?
Thank you
Environment data
Steps to reproduce
install scipy or upgrade the pip module in python 3.12.8 using Pycharm 2024.3.6
get DLL load failed while importing _fblas: %1 is not a valid Win32 application.
also get Could not install packages due to an EnvironmentError: [Errno 28] No space left on device.
get WARNING: Skipping .venv\Lib\site-packages\pip-23.2.1.dist-info due to invalid metadata entry 'name'
Expected behavior
module scipy installed succesfully
Actual behavior
The exception happened when uninstall pip and try to install it again