-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setuptool bug to watch #199
Comments
Indeed,
We can discuss tomorrow/Monday/next week if none of the above works for you. |
Thanks!
If it can help, here is my file my_env/bin/dwiml_visualize_logs.py:
|
(The requests version is now updated and the issue is not fixed, so I deleted previous comments. I can't reproduce a "clean" environment anymore.). |
Installing as developper (pip install -e .) makes a warning:
l2t_train_model.py -h:
DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').require('dwi-ml==0.1.0.dev0')
In my environment:
cat bin/l2t_train_model.py: The buggy line is: import('pkg_resources').require('dwi-ml==0.1.0.dev0')
See their PR: pypa/setuptools#3878
The text was updated successfully, but these errors were encountered: