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

Can't install in Windows #3

Open
hududed opened this issue May 6, 2019 · 1 comment
Open

Can't install in Windows #3

hududed opened this issue May 6, 2019 · 1 comment

Comments

@hududed
Copy link

hududed commented May 6, 2019

Describe the bug
Unable to install via conda env create -f environment.yml or pip install phoenics.
Using yml file, none of the packages were found (error ResolvePackageNotFound).
Using pip, after having numpy and latest microsoft visual studio installed, an error came up building wheel for phoenics (setup.py) and clean install

To Reproduce
Steps to reproduce the behavior:
In Anaconda Prompt base environment, run conda env create -f environment.yml with yml-file downloaded.
Or, in an empty new environment, run pip install phoenics.

Expected behavior
Clean installation.

Desktop (please complete the following information):

  • OS: Windows10
  • conda : 4.6.11
  • python : 3.7.3.final.0

Additional context
Unsure if installation is okay in Windows.
Also unsure what the prerequisites are for installation.

Please advise.

@maclean-alexander
Copy link

Hello. I am experiencing similar issues when trying to install phoenics. I initially tried to install on Windows as well, but my company's firewall doesn't allow installation of Visual Studio (at the moment) so I've moved to using the unix system on Google Colab.

Calling pip install phoenics from Google Colab, the ERROR: Failed building wheel for phoenics error comes up, followed by the long setup.py error as well.

When trying to pip install directly from the github, the error becomes ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-yjso1wjq/

Google Colab comes with Python 3.6.7, but I'm not sure of the rest of the information about the environment.

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