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

Use the Package in Windows 64 Bit Environment #8

Open
Rolleroo opened this issue Feb 23, 2020 · 5 comments
Open

Use the Package in Windows 64 Bit Environment #8

Rolleroo opened this issue Feb 23, 2020 · 5 comments

Comments

@Rolleroo
Copy link

Hi,

I'd really like to use this module in a Windows 64 bit environment. I notice it's 64 bit Linux only in Conda. Any pointers on how I could port it to Windows.

Apologies if this question seems stupid. I have only started using python in the last few weeks!

All the best,
Rolleroo

@bjodah
Copy link
Owner

bjodah commented Feb 23, 2020

Hi,

Yes, that's correct, I never built for Windows since I don't have access to a Windows computer. However, running "python3 setup.py install" should work even on windows if you have a compiler installed (if you want to use the python bindings). If there are any issues we should probably patch them and add e.g. AppVeyor to the list of CI services to ensure continued support for windows.

@bjodah
Copy link
Owner

bjodah commented Feb 23, 2020

And, no, I don't find it stupid at all, we've all been there, it's always super confusing starting to work with a new language, tools and all that goes along with it.

All the best,
Björn

@Rolleroo
Copy link
Author

Thanks. I'm using Pycharm and will try to get it going on this and get back to you.

Let me know if there is anything you need to know.

@Rolleroo
Copy link
Author

Hi Björn

I got back round to this and have installed the most recent version of Visual Studio C++, VSDetails.txt for info.

I also had to install Cython with Pip, which doesn't appear to come as standard in my Python/PyCharm (Python 3.8.1) install. The code at least gets a bit further now but drops a few errors and aborts. I have tried installing in the command line and the Pycharm virtual environment with the same results.

The path names don't seem right in the log.txt (/ and \ seem doubled or mixed up) but I can't see what is going wrong.

As always any help is much appreciated :)
Kenny

log.txt

VSDetails.txt

@Rolleroo
Copy link
Author

Rolleroo commented May 3, 2020

Hi Björn, did what I should have done at the start and set up a virtual Linux installation. Much easier! Thanks for your help again:)

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

2 participants