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

Missing apiwin32 #3

Closed
phoenixml opened this issue Jul 27, 2020 · 11 comments
Closed

Missing apiwin32 #3

phoenixml opened this issue Jul 27, 2020 · 11 comments

Comments

@phoenixml
Copy link

phoenixml commented Jul 27, 2020

Hi thank you for sharing this awesome tool,
i am trying to use autoplotter on collab, however it is asking for missing module apiwin32
I installed pypiwin32 but also an error is occurring as showing below:
"Error cannot find a version that satisfies the requirement"

I also uploaded pywin32_postinstall.py after installing it is displaying the same error.

I tried to install via python2.7 and Python3 same problem any feedback/ solution would be appreciated.
Thank you 😊

@ersaurabhverma
Copy link
Owner

Try
pip install pywin32

@cassidythilton
Copy link

I have the same issue. pip install pywin32 does not remediate.

@ersaurabhverma
Copy link
Owner

I will update the package ASAP.
It might because you have linux machine.

@aspotter99
Copy link

I am having the same issue on a Mac

@phoenixml
Copy link
Author

phoenixml commented Jul 28, 2020

Thank you @ersaurabhverma I will be awaiting for the updated package cheers for your that 🙌🏻

@Buckler89
Copy link

+1 for linux support.
I think a lot of people and online notebook are running on linux.

@Santanu7
Copy link

Santanu7 commented Aug 9, 2020

Please make it compatible for linux. Thank you. Let me know if I can help in any way.

@thelittlebug
Copy link

the idea: "i want to get the browser width with an call to an win32 (or in future linux/macos) api on the serverside" is just wrong.
thats not how it could work in any possible way.

just set the WIDTH to "100%" in app.py and you are done.
no platform depended code.

@thelittlebug
Copy link

pull requests: #4

@thelittlebug
Copy link

if you need a quickfix

pip uninstall autoplotter
pip install git+git://github.com/thelittlebug/autoplotter

@ersaurabhverma
Copy link
Owner

I have updated the package and removed the dependency on win32api.

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

7 participants