Open gzquse opened 1 month ago
dwave-ocean-sdk>=7.1.0 osmnx>=1.9.1 matplotlib~=3.0 mapclassify>=2.6.0 folium==0.15.1 scipy>=1.10.1,<2 dash[diskcache]==2.15.0
Hello @gzquse. Did you set up the container using the included .devcontainer config? Could you otherwise provide some details on which OS you're using as well as Python version and installation/container-setup?
The demo was proceeded after authorized successfully.
Could you clarify what you mean by this? Are you able to run the demo fine?
Hi, this is my steps:
start a dev container in VsCode default settings:
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/debian
{
"name": "Ocean Development Environment",
// python 3.11 on debian, with latest Ocean and optional packages
// source repo: https://github.com/dwavesystems/ocean-dev-docker
"image": "docker.io/dwavesys/ocean-dev:latest",
// install repo pip requirements (only if present) on content update
"updateContentCommand": "[ ! -r requirements.txt ] || pip install -r requirements.txt",
// forward/expose container services (relevant only when run locally)
"forwardPorts": [
// dwave-inspector web app
18000, 18001, 18002, 18003, 18004,
// OAuth connect redirect URIs
36000, 36001, 36002, 36003, 36004
],
"portsAttributes": {
"18000-18004": {
"label": "D-Wave Problem Inspector",
"requireLocalPort": true
},
"36000-36004": {
"label": "OAuth 2.0 authorization code redirect URI",
"requireLocalPort": true
}
},
// Configure tool-specific properties.
"customizations": {
// Configure properties specific to VS Code.
"vscode": {
// Set *default* container specific settings.json values on container create.
"settings": {
"workbench": {
"editorAssociations": {
"*.md": "vscode.markdown.preview.editor"
},
"startupEditor": "readme"
}
},
"extensions": [
"ms-python.python",
"ms-toolsai.jupyter"
]
}
}
}
dwave config create --auto-token
pip install -r requirements.txt
The environment is default cloud latest : docker.io/dwavesys/ocean-dev:latest
Hi team,
I was trying to set up the app in the container. We currently encountered the error of "fiona>=1.8.21 package"
The demo was proceeded after authorized successfully.
here is the output: