Python Forum
is import cointegration_analysis a recognized module
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
is import cointegration_analysis a recognized module
#1
I copied python code from a website and in trying to run it I get No module named 'cointegration_analysis' although the author
and several users have been able to import it. Is it possible I have wrong version of Python?
Reply
#2
cointegration_analysis is not part of python install. I cannot find a package on PyPl named cointegration_analysis. Look closer at the article for any references about installing packages. Another possibility is the article is part of a series and cointegration_analysis is a module that was written in an earlier article. Of course it could also just be a typo.
mitcht33 likes this post
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  problem in import module from other folder akbarza 5 1,440 Sep-01-2023, 07:48 AM
Last Post: Gribouillis
  can not import anaconda pandas module. PySpark pandas module is imported!! aupres 0 724 Aug-06-2023, 01:09 AM
Last Post: aupres
  The term 'pip' is not recognized as the name of a cmdlet, function michaelnicol 1 635 Jul-16-2023, 11:12 PM
Last Post: deanhystad
  Index Function not recognized in Python 3 Peter_B_23 1 1,243 Jan-08-2023, 04:52 AM
Last Post: deanhystad
  import module error tantony 5 3,464 Dec-15-2022, 01:55 PM
Last Post: Lauraburmrs
  Import a module one step back of the path prathampatel9 1 1,084 Sep-21-2022, 01:34 PM
Last Post: snippsat
  Import a module for use in type hint? Milosz 0 1,493 Nov-08-2021, 06:49 PM
Last Post: Milosz
  Can't install nor import delorean module Tek 3 2,822 Oct-27-2021, 03:32 AM
Last Post: Tek
  import module with syntax error Skaperen 7 5,324 Jun-22-2021, 10:38 AM
Last Post: Skaperen
  'urllib3' Module not found when import 'requests' spanz 5 10,311 Jan-06-2021, 05:57 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020