Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

ImportError: cannot import name shell_env #33

Closed
cybertk opened this issue Aug 18, 2015 · 2 comments
Closed

ImportError: cannot import name shell_env #33

cybertk opened this issue Aug 18, 2015 · 2 comments

Comments

@cybertk
Copy link
Contributor

cybertk commented Aug 18, 2015

Cannot build with fab build:outdir=~, it failed with

ImportError: cannot import name shell_env
@josharian
Copy link
Member

Is fabric in your PYTHONPATH? Does this succeed? python -c "import fabric.context_managers"

@cybertk
Copy link
Contributor Author

cybertk commented Aug 18, 2015

It seems the fabric defined in requirements.txt is too old. shell_env is introduced by Fabric 1.5.0 after a quick Google.

The issue is fixed after upgrading fabric to 1.5.0, I will provide a PR soon.

josharian added a commit that referenced this issue Aug 18, 2015
cysp added a commit to cysp/card.io-iOS-source that referenced this issue Sep 14, 2016
+4a94a1cb Forward-declare struct ScannerState for compatibility with the iOS project
+4ae1cbf0 Merge pull request card-io#33 from COCUS-NEXT/feature/blur
+9a25c052 chore: variable rename: unblur to unblurDigits
+45e315dd Update license year and company
+d9381ce5 Merge pull request card-io#31 from card-io/dgoldman/master/docs
+25369d3f README.md: add pointers to some documentation
+3291a212 Merge pull request card-io#28 from COCUS-NEXT/feature/blur
+51538328 feat: implement blur in DMZ sources
+32d1bc13 Merge pull request card-io#27 from willsteel/master
+e4d68dcf fix: Android-source issue card-io#60
+2efa16c5 add x86-64
+269fc2f0 Merge pull request card-io#20 from card-io/android-64-bit
+b1c5f508 add 64-bit arm android processor detection
cysp added a commit to cysp/card.io-iOS-source that referenced this issue Sep 24, 2016
+324250d4 Forward-declare struct ScannerState for compatibility with the iOS project
+05dd0aee Merge pull request card-io#35 from cysp/feature/mastercard-2series
+02e1c436 Add MasterCard 2-Series
+4ae1cbf0 Merge pull request card-io#33 from COCUS-NEXT/feature/blur
+9a25c052 chore: variable rename: unblur to unblurDigits
+45e315dd Update license year and company
+d9381ce5 Merge pull request card-io#31 from card-io/dgoldman/master/docs
+25369d3f README.md: add pointers to some documentation
+3291a212 Merge pull request card-io#28 from COCUS-NEXT/feature/blur
+51538328 feat: implement blur in DMZ sources
+32d1bc13 Merge pull request card-io#27 from willsteel/master
+e4d68dcf fix: Android-source issue card-io#60
+2efa16c5 add x86-64
+269fc2f0 Merge pull request card-io#20 from card-io/android-64-bit
+b1c5f508 add 64-bit arm android processor detection
cysp added a commit to cysp/card.io-iOS-source that referenced this issue Oct 16, 2017
+0aac4a05 Merge pull request card-io#41 from card-io/20170224_standardize_issue_template
+0aef13ce Standardize ISSUE_TEMPLATE.md
+d3e09c66 Standardize ISSUE_TEMPLATE.md
+4a6f5efc Standardize ISSUE_TEMPLATE.md
+8c62386a Merge pull request card-io#37 from cysp/feature/ios-compilefix
+324250d4 Forward-declare struct ScannerState for compatibility with the iOS project
+05dd0aee Merge pull request card-io#35 from cysp/feature/mastercard-2series
+02e1c436 Add MasterCard 2-Series
+4ae1cbf0 Merge pull request card-io#33 from COCUS-NEXT/feature/blur
+9a25c052 chore: variable rename: unblur to unblurDigits
+45e315dd Update license year and company
+d9381ce5 Merge pull request card-io#31 from card-io/dgoldman/master/docs
+25369d3f README.md: add pointers to some documentation
+3291a212 Merge pull request card-io#28 from COCUS-NEXT/feature/blur
+51538328 feat: implement blur in DMZ sources
+32d1bc13 Merge pull request card-io#27 from willsteel/master
+e4d68dcf fix: Android-source issue card-io#60
+2efa16c5 add x86-64
+269fc2f0 Merge pull request card-io#20 from card-io/android-64-bit
+b1c5f508 add 64-bit arm android processor detection
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants