<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Fred Reck</title>
    <description>The latest articles on Forem by Fred Reck (@freddsr).</description>
    <link>https://forem.com/freddsr</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F224423%2Fe51a49a8-9d60-46a9-b21c-b371676f4e89.jpg</url>
      <title>Forem: Fred Reck</title>
      <link>https://forem.com/freddsr</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/freddsr"/>
    <language>en</language>
    <item>
      <title>VSCode autocomplete on private package import do not working</title>
      <dc:creator>Fred Reck</dc:creator>
      <pubDate>Fri, 27 Mar 2020 16:52:58 +0000</pubDate>
      <link>https://forem.com/freddsr/vscode-autocomplete-on-private-package-import-do-not-working-4cgl</link>
      <guid>https://forem.com/freddsr/vscode-autocomplete-on-private-package-import-do-not-working-4cgl</guid>
      <description>&lt;p&gt;Vscode autocomplete do not working when i import my private package from git and shows this message error on code line: &lt;code&gt;Unable to import 'elixir_tools' pylint(import-error)&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;my setup.py structure:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;from setuptools import setup

setup(
    name='elixir_tools',
    url='***',
    author='Elixir AI',
    author_email='***',
    packages=[
        'elixir_tools',
        'elixir_tools.executors',
        'elixir_tools.models',
        'elixir_tools.transforms',
        'elixir_tools.utils'
    ],
    install_requires=[
        'pandas',
        'numpy',
        'datetime',
        'xlrd',
        'psycopg2-binary',
        'flask_bcrypt',
        'flake8',
        'bayesian-optimization',
        'scikit-learn',
        'python-dateutil',
        'xgboost',
        'croston'
    ],
    version='0.1',
    license='MIT',
)

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;any suggestion?&lt;/p&gt;

</description>
      <category>python</category>
      <category>vscode</category>
      <category>help</category>
    </item>
  </channel>
</rss>
