-
Notifications
You must be signed in to change notification settings - Fork 180
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
import error #73
Comments
with fresh environments I'm not able to reproduce these errors :/ FWIW, here are my
For Python 2.7:
|
Hello! FWIW I also get this error in a Python 2 environment:
Unfortunately, this is a production environment over which I have little control. Locally, I can create a fresh environment for
If I manually downgrade the version of |
I can import dragnet and tests pass for me on numpy 1.13.3 as well 😕
@bdewilde would you mind sharing a |
Hi @pakelley , I just went through the process once more in a fresh environment and reproduced the result — you had me doubting myself! 😅 I'm using Python 2.7.15 on macOS. Here are the packages in this virtualenv:
|
ugh, I was having the worst time trying to reproduce this until I realized I was working inside the dragnet repo... so it was just importing straight from source 😓 Working in another directory gives me that |
Using numpy 1.15.0 and last dragnet version I can't import dragnet from python3:
neither from python2:
The text was updated successfully, but these errors were encountered: