[Python] Cannot build from source code due to imports in setup.py
See original GitHub issueRunning setup.py
imports fbprophet.models
here which imports other stuff which ends up importing convertdate
which the user won’t have until setup.py is complete and the user dependencies are fulfilled.
Full output from an attempt to build on Raspberry Pi: https://paste.debian.net/1167435/
_Background: I run piwheels.org which builds wheels of everything on PyPI for Raspberry Pi. The issue tracking this package being missing is here: https://github.com/piwheels/packages/issues/167_
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Not able to import packages after build and install using setup.py
1 Answer 1 · Thanks Sinoroc for your input. Still it is throwing the same error. · You can not import calculator directly....
Read more >After setup.py install cannot import new module
In circleci, it seems that it is unable to find my module even though the install seems to have worked without any errors....
Read more >2. Writing the Setup Script — Python 3.11.1 documentation
The setup script is the centre of all activity in building, distributing, and installing modules using the Distutils. The main purpose of the...
Read more >How to Manually Install Python Packages - ActiveState
Navigate to the directory in which you've extracted the package. If the package includes its own set of installation instructions, they should ...
Read more >Building Your Own Package — Py300 3.0 documentation
The __init__.py can be totally empty – or it can have arbitrary python code in it. The code will be run when the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@bennuttall sorry about that I deleted my comments
As discussed in #401, there is no possibility to build or install without having at least one of the requirements (pystan) since we compile the model at install time.