Skip to content

[BUG] Windows installer issue #425

Description

@phernandez

A user reports problems installing on windows

fresh install on Windows 11 and find that the instructions do not work. 

`powershell -ExecutionPolicy Bypass -c "irm https://basicmemory.com/install/latest.ps1 | iex"` returns the following error:
`irm : The remote server returned an error: (404) Not Found.
At line:1 char:1
+ irm https://basicmemory.com/install/latest.ps1 | iex
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-RestMethod], WebExc
   eption
    + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand`

`uv tool install basic-memory` does appear to install.

However, the sync still does not work. On the resync the error is: `Error: [WinError 2] The system cannot find the file specified`

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions