question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AppVeyor with Conda/Miniconda Broken

See original GitHub issue

AppVeyor is failing on the Miniconda3 matrix when installing NLTK:

python -m nltk.downloader popular
Traceback (most recent call last):
  File "C:\Miniconda3-x64\lib\runpy.py", line 183, in _run_module_as_main
    mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  File "C:\Miniconda3-x64\lib\runpy.py", line 109, in _get_module_details
    __import__(pkg_name)
  File "C:\Miniconda3-x64\lib\site-packages\nltk\__init__.py", line 152, in <module>
    from nltk.stem import *
  File "C:\Miniconda3-x64\lib\site-packages\nltk\stem\__init__.py", line 29, in <module>
    from nltk.stem.snowball import SnowballStemmer
  File "C:\Miniconda3-x64\lib\site-packages\nltk\stem\snowball.py", line 32, in <module>
    from nltk.corpus import stopwords
  File "C:\Miniconda3-x64\lib\site-packages\nltk\corpus\__init__.py", line 66, in <module>
    from nltk.corpus.reader import *
  File "C:\Miniconda3-x64\lib\site-packages\nltk\corpus\reader\__init__.py", line 105, in <module>
    from nltk.corpus.reader.panlex_lite import *
  File "C:\Miniconda3-x64\lib\site-packages\nltk\corpus\reader\panlex_lite.py", line 15, in <module>
    import sqlite3
  File "C:\Miniconda3-x64\lib\sqlite3\__init__.py", line 23, in <module>
    from sqlite3.dbapi2 import *
  File "C:\Miniconda3-x64\lib\sqlite3\dbapi2.py", line 27, in <module>
    from _sqlite3 import *
ImportError: DLL load failed: The specified module could not be found.

See: https://help.appveyor.com/discussions/problems/20308-importerror-dll-load-failed-the-specified-module-could-not-be-found for more details and discussion.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
bbengfortcommented, Apr 19, 2019

Even more bad news, the previous solution, reverting to Previous Visual Studio 2015 also did not work.

Build: https://ci.appveyor.com/project/districtdatalabs/yellowbrick/builds/23949638

0reactions
bbengfortcommented, Jul 11, 2021

Now that we’ve moved off of AppVeyor to GitHub Actions, I’m closing this issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Build configuration - AppVeyor
Finalize both successful and failed builds: Call on_finish scripts. Note that you can forcibly terminate build with success from script with appveyor exit...
Read more >
AppVeyor suddenly totally broken? / Problems / Discussion Area
My AppVeyor builds started all breaking yesterday, even for git commits that it previously built successfully. For example, this build.
Read more >
Environment variables | AppVeyor
APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED - the rest of commit message after line break (if exists); APPVEYOR_SCHEDULED_BUILD - True if the build runs by scheduler ...
Read more >
Build Environment - AppVeyor
However, not all usage scenarios can be covered by our automated tests and sometimes even a smallest change in the image can break...
Read more >
Branches and Tags - AppVeyor
Changing appveyor.yml in a feature branch becomes an issue when you merge it into master overriding appveyor.yml and breaking master builds.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found