You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into difficulties on a Windows box, so this is just keeping notes of the flow:
datasette install wants to see datasette install .\datasette-enrichments-gmap-geocode
(a relative path)
while uninstall wants to see datasette uninstall datasette-enrichments-gmap-geocode
(just the package name)
even with datasette-enrichments-gmap-geocode successfully installed
pip install -e '.[test]'
still gives
ERROR: '.[test]' is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file).
[notice] A new release of pip is available: 23.2.1 -> 23.3.2
[notice] To update, run: C:\Users\m3n7es\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\python.exe -m pip install --upgrade pip
opencage has the exact same behavior.
The text was updated successfully, but these errors were encountered:
hcarter333
changed the title
Install development version on a Window box
Install development version on a Windows box
Dec 30, 2023
I'm running into difficulties on a Windows box, so this is just keeping notes of the flow:
datasette install wants to see
datasette install .\datasette-enrichments-gmap-geocode
(a relative path)
while uninstall wants to see
datasette uninstall datasette-enrichments-gmap-geocode
(just the package name)
even with datasette-enrichments-gmap-geocode successfully installed
pip install -e '.[test]'
still gives
opencage has the exact same behavior.
The text was updated successfully, but these errors were encountered: