Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Appscript not supported on Windows (and is deprecated) #22

Closed
lfdversluis opened this issue Feb 25, 2021 · 3 comments
Closed

Appscript not supported on Windows (and is deprecated) #22

lfdversluis opened this issue Feb 25, 2021 · 3 comments

Comments

@lfdversluis
Copy link

lfdversluis commented Feb 25, 2021

Running pip install -r requirements.txt results in

fatal error C1083:  Cannot open include file: 'Carbon/Carbon.h': No such file or directory

on Windows which is required by appscript.

I am not sure if you intend this project to also run on Windows, yet I would like to point out that appscript is no longer maintained, see http://appscript.sourceforge.net/ I am not even sure where you use it searching on GitHub on the strings App( and appscript yields no hits beyond requirements.txt.

@lxblvs
Copy link

lxblvs commented Feb 25, 2021

Same on Ubuntu

UPD: I have removed it from the requirements and everything still works well.

@DidierRLopes
Copy link
Collaborator

Hey @lfdversluis,

You're right. Thank you for pointing this out. This will be removed once I clean the requirements file!

@shadycuz
Copy link
Contributor

shadycuz commented Mar 4, 2021

I'm going to close this now. Lots has changed since this was opened. You can run git checkout main, git pull main to fetch the latest and attempt to reinstall.

The project has been testest to work with Pythons 3.6.8, 3.7 and 3.8. Tensorflow doesn't support python 3.9 yet.

We are using poetry to manage the project and that is one option for installing. The other is to install with the requirements.txt. Feel free to use any virtual environment you want.

Just make sure to run pip install --upgrade pip as that was affecting some people as tensorflow requires pip >= 2.19 (or something like that).

We also have a dockerfile if you would prefer to use docker. We will also soon be offering an "official image" on dockerhub.

Oh and Windows is only supported with docker because pystan is not available for windows (officially).

If you are having problems please open a new issue =).

🚀 GamestonkTerminal 🌔

@shadycuz shadycuz closed this as completed Mar 4, 2021
DidierRLopes pushed a commit that referenced this issue Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants