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 wanted to install this, so I run pip3 install --user --use-feature=in-tree-build --compile --no-binary ":all" --verbose . in the git checkout directory. At the end git status says:
Untracked files:
(use "git add <file>..." to include in what will be committed)
package-lock.json
It probably should be added to .gitignore, but on the other hand maybe the build and installation process needs to be improved.
I used --use-feature=in-tree-build because pip says this will be the future.
I wanted to install this, so I run
pip3 install --user --use-feature=in-tree-build --compile --no-binary ":all" --verbose .
in the git checkout directory. At the endgit status
says:It probably should be added to
.gitignore
, but on the other hand maybe the build and installation process needs to be improved.I used
--use-feature=in-tree-build
because pip says this will be the future.The text was updated successfully, but these errors were encountered: