how to install VisualDL in windows?
Created by: marsggbo
I've tried pip install --upgrade visualdl
, but got such error
Collecting visualdl Could not find a version that satisfies the requirement visualdl (from versions: ) No matching distribution found for visualdl
Then I tried to build from source, but when I run this code: python setup.py bdist_wheel
, I got such info:
npm should be installed.
and then
pip install --upgrade dist/visualdl-*.whl
also faied, the error info is
Requirement 'dist/visualdl-.whl' looks like a filename, but the file does not exist visualdl-.whl is not a valid wheel filename.