denosaurs / denosaurs/deno_python
Warnings when running pip.import more than once
- Dominant language
- TypeScript
- Stars
- 762
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
```
import { pip } from 'https://deno.land/x/python@0.4.0/ext/pip.ts';
await pip.import('numpy');
```
Second and consecutive runs of this code give me the following warnings:
```
WARNING: Target directory /Users/admin/Library/Caches/deno/plug/pip/numpy already exists. Specify --upgrade to force replacement.
WARNING: Target directory /Users/admin/Library/Caches/deno/plug/pip/numpy-1.26.0.dist-info already exists. Specify --upgrade to force replacement.
WARNING: Target directory /Users/admin/Library/Caches/deno/plug/pip/bin already exists. Specify --upgrade to force replacement.
```
My version of deno is 1.37.1
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.